mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 00:36:44 +07:00
ARM: dts: apq8064: add support to pm8821
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
parent
06dbf468a2
commit
4123366a55
@ -627,6 +627,33 @@ rng@1a500000 {
|
|||||||
clock-names = "core";
|
clock-names = "core";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ssbi@c00000 {
|
||||||
|
compatible = "qcom,ssbi";
|
||||||
|
reg = <0x00c00000 0x1000>;
|
||||||
|
qcom,controller-type = "pmic-arbiter";
|
||||||
|
|
||||||
|
pm8821: pmic@1 {
|
||||||
|
compatible = "qcom,pm8821";
|
||||||
|
interrupt-parent = <&tlmm_pinmux>;
|
||||||
|
interrupts = <76 IRQ_TYPE_LEVEL_LOW>;
|
||||||
|
#interrupt-cells = <2>;
|
||||||
|
interrupt-controller;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
|
||||||
|
pm8821_mpps: mpps@50 {
|
||||||
|
compatible = "qcom,pm8821-mpp", "qcom,ssbi-mpp";
|
||||||
|
reg = <0x50>;
|
||||||
|
interrupts = <24 IRQ_TYPE_NONE>,
|
||||||
|
<25 IRQ_TYPE_NONE>,
|
||||||
|
<26 IRQ_TYPE_NONE>,
|
||||||
|
<27 IRQ_TYPE_NONE>;
|
||||||
|
gpio-controller;
|
||||||
|
#gpio-cells = <2>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
qcom,ssbi@500000 {
|
qcom,ssbi@500000 {
|
||||||
compatible = "qcom,ssbi";
|
compatible = "qcom,ssbi";
|
||||||
reg = <0x00500000 0x1000>;
|
reg = <0x00500000 0x1000>;
|
||||||
|
Loading…
Reference in New Issue
Block a user