pm8994.dtsi (917bda9ab155032a02be1a57ebd4d949ae9e1528) | pm8994.dtsi (15f50a487121f382f95975ad6cce14a2fe51baa3) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 2#include <dt-bindings/iio/qcom,spmi-vadc.h> 3#include <dt-bindings/input/linux-event-codes.h> 4#include <dt-bindings/interrupt-controller/irq.h> 5#include <dt-bindings/spmi/spmi.h> 6 7/ { 8 thermal-zones { --- 121 unchanged lines hidden (view full) --- 130 }; 131 132 pmic@1 { 133 compatible = "qcom,pm8994", "qcom,spmi-pmic"; 134 reg = <0x1 SPMI_USID>; 135 #address-cells = <1>; 136 #size-cells = <0>; 137 | 1// SPDX-License-Identifier: GPL-2.0 2#include <dt-bindings/iio/qcom,spmi-vadc.h> 3#include <dt-bindings/input/linux-event-codes.h> 4#include <dt-bindings/interrupt-controller/irq.h> 5#include <dt-bindings/spmi/spmi.h> 6 7/ { 8 thermal-zones { --- 121 unchanged lines hidden (view full) --- 130 }; 131 132 pmic@1 { 133 compatible = "qcom,pm8994", "qcom,spmi-pmic"; 134 reg = <0x1 SPMI_USID>; 135 #address-cells = <1>; 136 #size-cells = <0>; 137 |
138 pm8994_lpg: lpg { | 138 pm8994_lpg: pwm { |
139 compatible = "qcom,pm8994-lpg"; 140 141 #address-cells = <1>; 142 #size-cells = <0>; 143 #pwm-cells = <2>; 144 145 status = "disabled"; 146 }; 147 148 pm8994_spmi_regulators: regulators { 149 compatible = "qcom,pm8994-regulators"; 150 }; 151 }; 152}; | 139 compatible = "qcom,pm8994-lpg"; 140 141 #address-cells = <1>; 142 #size-cells = <0>; 143 #pwm-cells = <2>; 144 145 status = "disabled"; 146 }; 147 148 pm8994_spmi_regulators: regulators { 149 compatible = "qcom,pm8994-regulators"; 150 }; 151 }; 152}; |