kernel: bump 5.15 to 5.15.100
[openwrt/openwrt.git] / target / linux / ipq807x / patches-5.15 / 0001-v5.16-arm64-dts-qcom-ipq8074-add-SPMI-bus.patch
1 From adf62d2727d4aa2b587e2db59eafb5be776a653c Mon Sep 17 00:00:00 2001
2 From: Robert Marko <robimarko@gmail.com>
3 Date: Sun, 5 Sep 2021 18:58:16 +0200
4 Subject: [PATCH] arm64: dts: qcom: ipq8074: add SPMI bus
5
6 IPQ8074 uses SPMI for communication with the PMIC, so
7 since its already supported add the DT node for it.
8
9 Signed-off-by: Robert Marko <robimarko@gmail.com>
10 Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
11 Link: https://lore.kernel.org/r/20210905165816.655275-1-robimarko@gmail.com
12 ---
13 arch/arm64/boot/dts/qcom/ipq8074.dtsi | 19 +++++++++++++++++++
14 1 file changed, 19 insertions(+)
15
16 --- a/arch/arm64/boot/dts/qcom/ipq8074.dtsi
17 +++ b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
18 @@ -320,6 +320,25 @@
19 #reset-cells = <0x1>;
20 };
21
22 + spmi_bus: spmi@200f000 {
23 + compatible = "qcom,spmi-pmic-arb";
24 + reg = <0x0200f000 0x001000>,
25 + <0x02400000 0x800000>,
26 + <0x02c00000 0x800000>,
27 + <0x03800000 0x200000>,
28 + <0x0200a000 0x000700>;
29 + reg-names = "core", "chnls", "obsrvr", "intr", "cnfg";
30 + interrupts = <GIC_SPI 190 IRQ_TYPE_LEVEL_HIGH>;
31 + interrupt-names = "periph_irq";
32 + qcom,ee = <0>;
33 + qcom,channel = <0>;
34 + #address-cells = <2>;
35 + #size-cells = <0>;
36 + interrupt-controller;
37 + #interrupt-cells = <4>;
38 + cell-index = <0>;
39 + };
40 +
41 sdhc_1: sdhci@7824900 {
42 compatible = "qcom,sdhci-msm-v4";
43 reg = <0x7824900 0x500>, <0x7824000 0x800>;