mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
42 lines
1.2 KiB
Diff
42 lines
1.2 KiB
Diff
From 43d5a2b56802327a27a3acb30eb1e458959f5794 Mon Sep 17 00:00:00 2001
|
|
From: Robert Marko <robimarko@gmail.com>
|
|
Date: Thu, 13 May 2021 11:14:02 +0200
|
|
Subject: [PATCH] arm64: dts: ipq8074: add SPMI bus
|
|
|
|
IPQ8074 has a SPMI v2 arbiter, so add the node
|
|
for it.
|
|
|
|
Signed-off-by: Robert Marko <robimarko@gmail.com>
|
|
---
|
|
arch/arm64/boot/dts/qcom/ipq8074.dtsi | 19 +++++++++++++++++++
|
|
1 file changed, 19 insertions(+)
|
|
|
|
--- a/arch/arm64/boot/dts/qcom/ipq8074.dtsi
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
|
|
@@ -385,6 +385,25 @@
|
|
#reset-cells = <0x1>;
|
|
};
|
|
|
|
+ spmi_bus: qcom,spmi@200f000 {
|
|
+ compatible = "qcom,spmi-pmic-arb";
|
|
+ reg = <0x200f000 0x1000>,
|
|
+ <0x2400000 0x800000>,
|
|
+ <0x2c00000 0x800000>,
|
|
+ <0x3800000 0x200000>,
|
|
+ <0x200a000 0x000700>;
|
|
+ reg-names = "core", "chnls", "obsrvr", "intr", "cnfg";
|
|
+ interrupts = <GIC_SPI 190 IRQ_TYPE_LEVEL_HIGH>;
|
|
+ interrupt-names = "periph_irq";
|
|
+ qcom,ee = <0>;
|
|
+ qcom,channel = <0>;
|
|
+ #address-cells = <2>;
|
|
+ #size-cells = <0>;
|
|
+ interrupt-controller;
|
|
+ #interrupt-cells = <4>;
|
|
+ cell-index = <0>;
|
|
+ };
|
|
+
|
|
sdhc_1: sdhci@7824900 {
|
|
compatible = "qcom,sdhci-msm-v4";
|
|
reg = <0x7824900 0x500>, <0x7824000 0x800>;
|