pmi8998.dtsi (03ab8e6297acd1bc0eedaa050e2a1635c576fd11) pmi8998.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 pmi8998_lsid0: pmic@2 {
7 compatible = "qcom,pmi8998", "qcom,spmi-pmic";
8 reg = <0x2 SPMI_USID>;

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

39 interrupts = <0x3 0xde 0x1 IRQ_TYPE_EDGE_RISING>,
40 <0x3 0xde 0x0 IRQ_TYPE_LEVEL_LOW>;
41 interrupt-names = "sc-err", "ocp";
42 };
43 };
44
45 pmi8998_wled: leds@d800 {
46 compatible = "qcom,pmi8998-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 pmi8998_lsid0: pmic@2 {
7 compatible = "qcom,pmi8998", "qcom,spmi-pmic";
8 reg = <0x2 SPMI_USID>;

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

39 interrupts = <0x3 0xde 0x1 IRQ_TYPE_EDGE_RISING>,
40 <0x3 0xde 0x0 IRQ_TYPE_LEVEL_LOW>;
41 interrupt-names = "sc-err", "ocp";
42 };
43 };
44
45 pmi8998_wled: leds@d800 {
46 compatible = "qcom,pmi8998-wled";
47 reg = <0xd800 0xd900>;
47 reg = <0xd800>, <0xd900>;
48 interrupts = <0x3 0xd8 0x1 IRQ_TYPE_EDGE_RISING>,
49 <0x3 0xd8 0x2 IRQ_TYPE_EDGE_RISING>;
50 interrupt-names = "ovp", "short";
51 label = "backlight";
52
53 status = "disabled";
54 };
55
56 };
57};
48 interrupts = <0x3 0xd8 0x1 IRQ_TYPE_EDGE_RISING>,
49 <0x3 0xd8 0x2 IRQ_TYPE_EDGE_RISING>;
50 interrupt-names = "ovp", "short";
51 label = "backlight";
52
53 status = "disabled";
54 };
55
56 };
57};