Skip to content

Commit

Permalink
arm64: dts: qcom: ipq8074: correct APCS register space size
Browse files Browse the repository at this point in the history
[ Upstream commit 40b21d4 ]

APCS DTS addition that was merged, was not supposed to get merged as it
was part of patch series that was superseded by 2 more patch series
that resolved issues with this one and greatly simplified things.

Since it already got merged, start by correcting the register space
size as APCS will not be providing regmap for PLL and it will conflict
with the standalone A53 PLL node.

Fixes: 50ed9ff ("arm64: dts: qcom: ipq8074: add APCS node")
Signed-off-by: Robert Marko <robimarko@gmail.com>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220818220628.339366-8-robimarko@gmail.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
robimarko authored and gregkh committed Nov 26, 2022
1 parent b6380fc commit b8e0735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/qcom/ipq8074.dtsi
Expand Up @@ -668,7 +668,7 @@

apcs_glb: mailbox@b111000 {
compatible = "qcom,ipq8074-apcs-apps-global";
reg = <0x0b111000 0x6000>;
reg = <0x0b111000 0x1000>;

#clock-cells = <1>;
#mbox-cells = <1>;
Expand Down

0 comments on commit b8e0735

Please sign in to comment.