mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
arm: dts: qcom: Add SPMI PMIC Arbiter nodes for APQ8084 and MSM8974
Add SPMI PMIC Arbiter configuration nodes for APQ8084 and MSM8974. Signed-off-by: Ivan T. Ivanov <iivanov@mm-sol.com> Signed-off-by: Kumar Gala <galak@codeaurora.org> Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
parent
1e1177bf4c
commit
af22e46d3e
2 changed files with 32 additions and 0 deletions
|
@ -226,5 +226,21 @@
|
||||||
clock-names = "core", "iface";
|
clock-names = "core", "iface";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
spmi_bus: spmi@fc4cf000 {
|
||||||
|
compatible = "qcom,spmi-pmic-arb";
|
||||||
|
reg-names = "core", "intr", "cnfg";
|
||||||
|
reg = <0xfc4cf000 0x1000>,
|
||||||
|
<0xfc4cb000 0x1000>,
|
||||||
|
<0xfc4ca000 0x1000>;
|
||||||
|
interrupt-names = "periph_irq";
|
||||||
|
interrupts = <0 190 0>;
|
||||||
|
qcom,ee = <0>;
|
||||||
|
qcom,channel = <0>;
|
||||||
|
#address-cells = <2>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
interrupt-controller;
|
||||||
|
#interrupt-cells = <4>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -247,5 +247,21 @@
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
spmi_bus: spmi@fc4cf000 {
|
||||||
|
compatible = "qcom,spmi-pmic-arb";
|
||||||
|
reg-names = "core", "intr", "cnfg";
|
||||||
|
reg = <0xfc4cf000 0x1000>,
|
||||||
|
<0xfc4cb000 0x1000>,
|
||||||
|
<0xfc4ca000 0x1000>;
|
||||||
|
interrupt-names = "periph_irq";
|
||||||
|
interrupts = <0 190 0>;
|
||||||
|
qcom,ee = <0>;
|
||||||
|
qcom,channel = <0>;
|
||||||
|
#address-cells = <2>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
interrupt-controller;
|
||||||
|
#interrupt-cells = <4>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue