pm8150l.dtsi (917bda9ab155032a02be1a57ebd4d949ae9e1528) | pm8150l.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> --- 102 unchanged lines hidden (view full) --- 111 }; 112 113 pmic@5 { 114 compatible = "qcom,pm8150l", "qcom,spmi-pmic"; 115 reg = <0x5 SPMI_USID>; 116 #address-cells = <1>; 117 #size-cells = <0>; 118 | 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> --- 102 unchanged lines hidden (view full) --- 111 }; 112 113 pmic@5 { 114 compatible = "qcom,pm8150l", "qcom,spmi-pmic"; 115 reg = <0x5 SPMI_USID>; 116 #address-cells = <1>; 117 #size-cells = <0>; 118 |
119 pm8150l_lpg: lpg { | 119 pm8150l_lpg: pwm { |
120 compatible = "qcom,pm8150l-lpg"; 121 122 #address-cells = <1>; 123 #size-cells = <0>; 124 #pwm-cells = <2>; 125 126 status = "disabled"; 127 }; 128 129 }; 130}; | 120 compatible = "qcom,pm8150l-lpg"; 121 122 #address-cells = <1>; 123 #size-cells = <0>; 124 #pwm-cells = <2>; 125 126 status = "disabled"; 127 }; 128 129 }; 130}; |