]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: qcom: sm8150: Fix reg base of frame@17c27000
authorAlok Tiwari <alok.a.tiwari@oracle.com>
Mon, 15 Sep 2025 20:01:26 +0000 (13:01 -0700)
committerBjorn Andersson <andersson@kernel.org>
Tue, 16 Sep 2025 14:54:14 +0000 (09:54 -0500)
The frame@17c27000 node uses the wrong base address 0x17c26000.
This does not match the node name.

Update the reg property to use the correct base address 0x17c27000,
which matches the node name and avoids the overlap.

Fixes: e13c6d144fa0 ("arm64: dts: qcom: sm8150: Add base dts file")
Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250915200132.774377-1-alok.a.tiwari@oracle.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sm8150.dtsi

index 6860816db6d27f3449b270df0a22aff868775ed4..37478c76aceec52351261d019bf528a4c0be1028 100644 (file)
                        frame@17c27000 {
                                frame-number = <3>;
                                interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
-                               reg = <0x17c26000 0x1000>;
+                               reg = <0x17c27000 0x1000>;
                                status = "disabled";
                        };