pm660l.dtsi (03ab8e6297acd1bc0eedaa050e2a1635c576fd11) | pm660l.dtsi (d66b1d2e4afc0c8a9eb267740825240b67f6b1d1) |
---|---|
1// SPDX-License-Identifier: BSD-3-Clause 2/* 3 * Copyright (c) 2020, Konrad Dybcio 4 */ 5 6#include <dt-bindings/iio/qcom,spmi-vadc.h> 7#include <dt-bindings/input/linux-event-codes.h> 8#include <dt-bindings/interrupt-controller/irq.h> --- 53 unchanged lines hidden (view full) --- 62 pmic@3 { 63 compatible = "qcom,pm660l", "qcom,spmi-pmic"; 64 reg = <0x3 SPMI_USID>; 65 #address-cells = <1>; 66 #size-cells = <0>; 67 68 pm660l_wled: leds@d800 { 69 compatible = "qcom,pm660l-wled"; | 1// SPDX-License-Identifier: BSD-3-Clause 2/* 3 * Copyright (c) 2020, Konrad Dybcio 4 */ 5 6#include <dt-bindings/iio/qcom,spmi-vadc.h> 7#include <dt-bindings/input/linux-event-codes.h> 8#include <dt-bindings/interrupt-controller/irq.h> --- 53 unchanged lines hidden (view full) --- 62 pmic@3 { 63 compatible = "qcom,pm660l", "qcom,spmi-pmic"; 64 reg = <0x3 SPMI_USID>; 65 #address-cells = <1>; 66 #size-cells = <0>; 67 68 pm660l_wled: leds@d800 { 69 compatible = "qcom,pm660l-wled"; |
70 reg = <0xd800 0xd900>; | 70 reg = <0xd800>, <0xd900>; |
71 interrupts = <0x3 0xd8 0x1 IRQ_TYPE_EDGE_RISING>; 72 interrupt-names = "ovp"; 73 label = "backlight"; 74 75 status = "disabled"; 76 }; 77 78 pm660l_spmi_regulators: pm660l-regulators { 79 compatible = "qcom,pm660l-regulators"; 80 }; 81 }; 82}; 83 | 71 interrupts = <0x3 0xd8 0x1 IRQ_TYPE_EDGE_RISING>; 72 interrupt-names = "ovp"; 73 label = "backlight"; 74 75 status = "disabled"; 76 }; 77 78 pm660l_spmi_regulators: pm660l-regulators { 79 compatible = "qcom,pm660l-regulators"; 80 }; 81 }; 82}; 83 |