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

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
......@@ -2041,7 +2041,7 @@ apps_smmu: iommu@15000000 {
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";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment