kernel: bump 5.15 to 5.15.100
[openwrt/openwrt.git] / target / linux / ipq807x / patches-5.15 / 0041-v6.1-arm64-dts-qcom-ipq8074-correct-APCS-register-space-s.patch
1 From 23c5ff3143ce43a76eebdf60a93436de9db39a7a Mon Sep 17 00:00:00 2001
2 From: Robert Marko <robimarko@gmail.com>
3 Date: Fri, 19 Aug 2022 00:06:27 +0200
4 Subject: [PATCH] arm64: dts: qcom: ipq8074: correct APCS register space size
5
6 APCS DTS addition that was merged, was not supposed to get merged as it
7 was part of patch series that was superseded by 2 more patch series
8 that resolved issues with this one and greatly simplified things.
9
10 Since it already got merged, start by correcting the register space
11 size as APCS will not be providing regmap for PLL and it will conflict
12 with the standalone A53 PLL node.
13
14 Fixes: 50ed9fffec3a ("arm64: dts: qcom: ipq8074: add APCS node")
15 Signed-off-by: Robert Marko <robimarko@gmail.com>
16 Signed-off-by: Bjorn Andersson <andersson@kernel.org>
17 Link: https://lore.kernel.org/r/20220818220628.339366-8-robimarko@gmail.com
18 ---
19 arch/arm64/boot/dts/qcom/ipq8074.dtsi | 2 +-
20 1 file changed, 1 insertion(+), 1 deletion(-)
21
22 --- a/arch/arm64/boot/dts/qcom/ipq8074.dtsi
23 +++ b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
24 @@ -669,7 +669,7 @@
25
26 apcs_glb: mailbox@b111000 {
27 compatible = "qcom,ipq8074-apcs-apps-global";
28 - reg = <0x0b111000 0x6000>;
29 + reg = <0x0b111000 0x1000>;
30
31 #clock-cells = <1>;
32 #mbox-cells = <1>;