pmi8998.dtsi (917bda9ab155032a02be1a57ebd4d949ae9e1528) | pmi8998.dtsi (15f50a487121f382f95975ad6cce14a2fe51baa3) |
---|---|
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 { | 45 pmi8998_lpg: pwm { |
46 compatible = "qcom,pmi8998-lpg"; 47 48 #address-cells = <1>; 49 #size-cells = <0>; 50 #pwm-cells = <2>; 51 52 status = "disabled"; 53 }; --- 13 unchanged lines hidden --- | 46 compatible = "qcom,pmi8998-lpg"; 47 48 #address-cells = <1>; 49 #size-cells = <0>; 50 #pwm-cells = <2>; 51 52 status = "disabled"; 53 }; --- 13 unchanged lines hidden --- |