pmi8994.dtsi (03ab8e6297acd1bc0eedaa050e2a1635c576fd11) pmi8994.dtsi (d66b1d2e4afc0c8a9eb267740825240b67f6b1d1)
1// SPDX-License-Identifier: GPL-2.0
2#include <dt-bindings/interrupt-controller/irq.h>
3#include <dt-bindings/spmi/spmi.h>
4
5&spmi_bus {
6
7 pmic@2 {
8 compatible = "qcom,pmi8994", "qcom,spmi-pmic";

--- 21 unchanged lines hidden (view full) ---

30 pmi8994_spmi_regulators: regulators {
31 compatible = "qcom,pmi8994-regulators";
32 #address-cells = <1>;
33 #size-cells = <1>;
34 };
35
36 pmi8994_wled: wled@d800 {
37 compatible = "qcom,pmi8994-wled";
1// SPDX-License-Identifier: GPL-2.0
2#include <dt-bindings/interrupt-controller/irq.h>
3#include <dt-bindings/spmi/spmi.h>
4
5&spmi_bus {
6
7 pmic@2 {
8 compatible = "qcom,pmi8994", "qcom,spmi-pmic";

--- 21 unchanged lines hidden (view full) ---

30 pmi8994_spmi_regulators: regulators {
31 compatible = "qcom,pmi8994-regulators";
32 #address-cells = <1>;
33 #size-cells = <1>;
34 };
35
36 pmi8994_wled: wled@d800 {
37 compatible = "qcom,pmi8994-wled";
38 reg = <0xd800 0xd900>;
38 reg = <0xd800>, <0xd900>;
39 interrupts = <3 0xd8 0x02 IRQ_TYPE_EDGE_RISING>;
40 interrupt-names = "short";
41 qcom,cabc;
42 qcom,external-pfet;
43 status = "disabled";
44 };
45 };
46};
39 interrupts = <3 0xd8 0x02 IRQ_TYPE_EDGE_RISING>;
40 interrupt-names = "short";
41 qcom,cabc;
42 qcom,external-pfet;
43 status = "disabled";
44 };
45 };
46};