ARM: dts: msm: Fix disp_rsc device size for sun

Update disp_rsc device to use correct 0x1000 size instead of 0x10000
for sun.

Change-Id: I81607aaf202ff18032fa117dfbb6f47f4e4ebb40
Signed-off-by: Rashid Zafar <quic_rzafar@quicinc.com>
This commit is contained in:
Rashid Zafar
2023-12-10 22:22:17 -08:00
parent e8f3adbd42
commit 95756d62ed

View File

@@ -1152,7 +1152,7 @@
disp_rsc: rsc@af20000 {
label = "disp_rsc";
compatible = "qcom,rpmh-rsc";
reg = <0xaf20000 0x10000>;
reg = <0xaf20000 0x1000>;
reg-names = "drv-0";
qcom,drv-count = <1>;
interrupts = <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>;