diff --git a/bindings/msm-cam-cpas.txt b/bindings/msm-cam-cpas.txt index 39a6c62d..c872a2cf 100644 --- a/bindings/msm-cam-cpas.txt +++ b/bindings/msm-cam-cpas.txt @@ -229,6 +229,11 @@ First Level Node - CAM CPAS device Definition: Client ID for camera caches. ID is used to differentiate the property of the cache like being Forget, Dealloc. +- enable-secure-qos-update + Usage: optional + Value type: + Definition: Bool property specifying whether secure camera Qos update feature is enabled. + - enable-smart-qos Usage: optional Value type: diff --git a/sun-camera.dtsi b/sun-camera.dtsi index 726439eb..71300adc 100644 --- a/sun-camera.dtsi +++ b/sun-camera.dtsi @@ -1734,6 +1734,7 @@ 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-concur = <1 1 1 0 0>; + enable-secure-qos-update; enable-smart-qos; enable-cam-drv = <(CAM_DDR_DRV | CAM_CLK_DRV)>; rt-wr-priority-min = <4>;