kernel: bump 5.15 to 5.15.100
[openwrt/openwrt.git] / target / linux / ipq807x / patches-5.15 / 0030-v6.0-arm64-dts-qcom-ipq8074-add-APCS-node.patch
1 From aea90e172420a062197849d7914b2fa032de0228 Mon Sep 17 00:00:00 2001
2 From: Robert Marko <robimarko@gmail.com>
3 Date: Thu, 7 Jul 2022 19:37:33 +0200
4 Subject: [PATCH] arm64: dts: qcom: ipq8074: add APCS node
5
6 APCS now has support for providing the APSS clocks as the child device
7 for IPQ8074.
8
9 So, add the required DT node for it as it will later be used as the CPU
10 clocksource.
11
12 Signed-off-by: Robert Marko <robimarko@gmail.com>
13 Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
14 [bjorn: Sorted node based on address]
15 Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
16 Link: https://lore.kernel.org/r/20220707173733.404947-4-robimarko@gmail.com
17 ---
18 arch/arm64/boot/dts/qcom/ipq8074.dtsi | 8 ++++++++
19 1 file changed, 8 insertions(+)
20
21 --- a/arch/arm64/boot/dts/qcom/ipq8074.dtsi
22 +++ b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
23 @@ -663,6 +663,14 @@
24 timeout-sec = <30>;
25 };
26
27 + apcs_glb: mailbox@b111000 {
28 + compatible = "qcom,ipq8074-apcs-apps-global";
29 + reg = <0x0b111000 0x6000>;
30 +
31 + #clock-cells = <1>;
32 + #mbox-cells = <1>;
33 + };
34 +
35 timer@b120000 {
36 #address-cells = <1>;
37 #size-cells = <1>;