pmi8998.dtsi (d66b1d2e4afc0c8a9eb267740825240b67f6b1d1) | pmi8998.dtsi (e79a1385ab74451e2e61efd5e59de3c1d3b4cd05) |
---|---|
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>; --- 28 unchanged lines hidden (view full) --- 37 38 lab: lab { 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 | 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>; --- 28 unchanged lines hidden (view full) --- 37 38 lab: lab { 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_lpg: lpg { 46 compatible = "qcom,pmi8998-lpg"; 47 48 #address-cells = <1>; 49 #size-cells = <0>; 50 #pwm-cells = <2>; 51 52 status = "disabled"; 53 }; 54 |
|
45 pmi8998_wled: leds@d800 { 46 compatible = "qcom,pmi8998-wled"; 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 pmi8998_wled: leds@d800 { 56 compatible = "qcom,pmi8998-wled"; 57 reg = <0xd800>, <0xd900>; 58 interrupts = <0x3 0xd8 0x1 IRQ_TYPE_EDGE_RISING>, 59 <0x3 0xd8 0x2 IRQ_TYPE_EDGE_RISING>; 60 interrupt-names = "ovp", "short"; 61 label = "backlight"; 62 63 status = "disabled"; 64 }; |
55 | |
56 }; 57}; | 65 }; 66}; |