pm8150b.dtsi (917bda9ab155032a02be1a57ebd4d949ae9e1528) pm8150b.dtsi (15f50a487121f382f95975ad6cce14a2fe51baa3)
1// SPDX-License-Identifier: BSD-3-Clause
2/*
3 * Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
4 * Copyright (c) 2019, Linaro Limited
5 */
6
7#include <dt-bindings/iio/qcom,spmi-vadc.h>
8#include <dt-bindings/interrupt-controller/irq.h>

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

123 };
124
125 pmic@3 {
126 compatible = "qcom,pm8150b", "qcom,spmi-pmic";
127 reg = <0x3 SPMI_USID>;
128 #address-cells = <1>;
129 #size-cells = <0>;
130
1// SPDX-License-Identifier: BSD-3-Clause
2/*
3 * Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
4 * Copyright (c) 2019, Linaro Limited
5 */
6
7#include <dt-bindings/iio/qcom,spmi-vadc.h>
8#include <dt-bindings/interrupt-controller/irq.h>

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

123 };
124
125 pmic@3 {
126 compatible = "qcom,pm8150b", "qcom,spmi-pmic";
127 reg = <0x3 SPMI_USID>;
128 #address-cells = <1>;
129 #size-cells = <0>;
130
131 pm8150b_lpg: lpg {
131 pm8150b_lpg: pwm {
132 compatible = "qcom,pm8150b-lpg";
133
134 #address-cells = <1>;
135 #size-cells = <0>;
136 #pwm-cells = <2>;
137
138 status = "disabled";
139 };
140 };
141};
132 compatible = "qcom,pm8150b-lpg";
133
134 #address-cells = <1>;
135 #size-cells = <0>;
136 #pwm-cells = <2>;
137
138 status = "disabled";
139 };
140 };
141};