ARM: dts: msm: add entry for ssip fuse configuration

Add dts entry for ssip fuse configuration on Sun platform.

Change-Id: Ia88f0e73d0813c99b7464adc031c4aca8e331440
Signed-off-by: Ping Li <quic_pingli@quicinc.com>
Signed-off-by: Vaishali Gupta <quic_vai@quicinc.com>
This commit is contained in:
Ping Li
2024-01-26 13:18:24 -08:00
committed by Vaishali Gupta
parent ce49bb2122
commit d545fbead9
2 changed files with 8 additions and 0 deletions

View File

@@ -412,6 +412,8 @@ Optional properties:
hardware. hardware.
- qcom,sde-aiqe-has-feature-copr: Boolean property indicating the presence of AIQE feature COPR - qcom,sde-aiqe-has-feature-copr: Boolean property indicating the presence of AIQE feature COPR
hardware. hardware.
- nvmem-cells: phandle list to the fuse configuration data provided by a nvmem device.
- nvmem-cell-names: nvmem cell name.
- qcom,sde-lm-noise-off: A u32 value indicating noise layer offset from mixer base. - qcom,sde-lm-noise-off: A u32 value indicating noise layer offset from mixer base.
- qcom,sde-lm-noise-version: A u32 value indicating the noise layer version. - qcom,sde-lm-noise-version: A u32 value indicating the noise layer version.
- qcom,sde-vbif-id: Array of vbif ids corresponding to the - qcom,sde-vbif-id: Array of vbif ids corresponding to the
@@ -974,6 +976,9 @@ Example:
qcom,sde-reg-dma-xin-id = <7>; qcom,sde-reg-dma-xin-id = <7>;
qcom,sde-reg-dma-clk-ctrl = <0x2bc 20>; qcom,sde-reg-dma-clk-ctrl = <0x2bc 20>;
nvmem-cells = <&ssip_config>;
nvmem-cell-names = "ssip_config";
qcom,sde-sspp-vig-blocks { qcom,sde-sspp-vig-blocks {
vcm@0 { vcm@0 {
cell-index = <0>; cell-index = <0>;

View File

@@ -241,6 +241,9 @@
/* offsets are based off dspp 0, 1, 2, and 3 */ /* offsets are based off dspp 0, 1, 2, and 3 */
qcom,sde-dspp-ltm-off = <0x15300 0x14300 0x13300 0x12300>; qcom,sde-dspp-ltm-off = <0x15300 0x14300 0x13300 0x12300>;
nvmem-cells = <&ssip_config>;
nvmem-cell-names = "ssip_config";
qcom,platform-supply-entries { qcom,platform-supply-entries {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;