Commit 1d918e9a authored by Bjorn Andersson's avatar Bjorn Andersson Committed by Andy Gross
Browse files

arm64: dts: qcom: sdm845: Fix lpasscc reg



Fix up the lpasscc address and size, missed during the conversion to
address- and size-cells of 2.

Reviewed-by: default avatarDouglas Anderson <dianders@chromium.org>
Reported-by: default avatarDoug Anderson <dianders@chromium.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent ea0edd7e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2041,7 +2041,7 @@

		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";