ARM: dts: qcom: apq8064: fix the riva-pil node id
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Fri, 30 Sep 2022 18:52:28 +0000 (21:52 +0300)
committerBjorn Andersson <andersson@kernel.org>
Mon, 17 Oct 2022 18:20:00 +0000 (13:20 -0500)
Fix the address of the riva-pil node. The first region address is
0x3200800, so the node should also be called riva-pil@3200800.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220930185236.867655-16-dmitry.baryshkov@linaro.org
arch/arm/boot/dts/qcom-apq8064.dtsi

index be4c829..66f1e50 100644 (file)
                        };
                };
 
-               riva: riva-pil@3204000 {
+               riva: riva-pil@3200800 {
                        compatible = "qcom,riva-pil";
 
                        reg = <0x03200800 0x1000>, <0x03202000 0x2000>, <0x03204000 0x100>;