ARM: dts: msm: Add support to update camera qos
This change adds support to update static and smart camera qos. enable-secure-qos-update property specifies whether secure camera Qos update feature is enabled. CRs-Fixed: 3857947 Change-Id: I4c70f1be49a1e3bcda1ea2e4a73fbce3c130b6ab Signed-off-by: Haochen Yang <quic_haocyang@quicinc.com>
This commit is contained in:
committed by
Camera Software Integration
parent
800a670e4e
commit
f919ae8d3f
@@ -229,6 +229,11 @@ First Level Node - CAM CPAS device
|
|||||||
Definition: Client ID for camera caches. ID is used to differentiate
|
Definition: Client ID for camera caches. ID is used to differentiate
|
||||||
the property of the cache like being Forget, Dealloc.
|
the property of the cache like being Forget, Dealloc.
|
||||||
|
|
||||||
|
- enable-secure-qos-update
|
||||||
|
Usage: optional
|
||||||
|
Value type: <empty>
|
||||||
|
Definition: Bool property specifying whether secure camera Qos update feature is enabled.
|
||||||
|
|
||||||
- enable-smart-qos
|
- enable-smart-qos
|
||||||
Usage: optional
|
Usage: optional
|
||||||
Value type: <empty>
|
Value type: <empty>
|
||||||
|
@@ -1734,6 +1734,7 @@
|
|||||||
sys-cache-names = "ofe_ip", "ipe_rt_ip", "ipe_srt_ip", "ipe_rt_rf", "ipe_srt_rf";
|
sys-cache-names = "ofe_ip", "ipe_rt_ip", "ipe_srt_ip", "ipe_rt_rf", "ipe_srt_rf";
|
||||||
sys-cache-uids = <71 72 73 74 75>;
|
sys-cache-uids = <71 72 73 74 75>;
|
||||||
sys-cache-concur = <1 1 1 0 0>;
|
sys-cache-concur = <1 1 1 0 0>;
|
||||||
|
enable-secure-qos-update;
|
||||||
enable-smart-qos;
|
enable-smart-qos;
|
||||||
enable-cam-drv = <(CAM_DDR_DRV | CAM_CLK_DRV)>;
|
enable-cam-drv = <(CAM_DDR_DRV | CAM_CLK_DRV)>;
|
||||||
rt-wr-priority-min = <4>;
|
rt-wr-priority-min = <4>;
|
||||||
|
Reference in New Issue
Block a user