aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjorn Andersson <[email protected]>2019-01-17 11:29:55 -0800
committerAndy Gross <[email protected]>2019-01-24 22:21:16 -0600
commit1d918e9a8cc7306ae6a0b0c5580f57cfd1122d6f (patch)
treebc9621893394103edfa948215fffbbe7e0454968
parentea0edd7e63f4c2f7f024b3280045a31076dbdf70 (diff)
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: Douglas Anderson <[email protected]> Reported-by: Doug Anderson <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Signed-off-by: Andy Gross <[email protected]>
-rw-r--r--arch/arm64/boot/dts/qcom/sdm845.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi
index 232de8c690ef..0ec827394e92 100644
--- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
@@ -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";