OSDN Git Service

arm64: dts: qcom: sdm845: Fix lpasscc reg
authorBjorn Andersson <bjorn.andersson@linaro.org>
Thu, 17 Jan 2019 19:29:55 +0000 (11:29 -0800)
committerAndy Gross <andy.gross@linaro.org>
Fri, 25 Jan 2019 04:21:16 +0000 (22:21 -0600)
Fix up the lpasscc address and size, missed during the conversion to
address- and size-cells of 2.

Reviewed-by: Douglas Anderson <dianders@chromium.org>
Reported-by: Doug Anderson <dianders@chromium.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
arch/arm64/boot/dts/qcom/sdm845.dtsi

index 232de8c..0ec8273 100644 (file)
 
                lpasscc: clock-controller@17014000 {
                        compatible = "qcom,sdm845-lpasscc";
-                       reg = <0x17014000 0x1f004>, <0x17300000 0x200>;
+                       reg = <0 0x17014000 0 0x1f004>, <0 0x17300000 0 0x200>;
                        reg-names = "cc", "qdsp6ss";
                        #clock-cells = <1>;
                        status = "disabled";