pmi8994.dtsi (71af75b6929458d85f63c0649dc26d6f4c19729e) | pmi8994.dtsi (b110dfa5ad42be93ebf73540d16430878dfb26bb) |
---|---|
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 7 pmic@2 { 8 compatible = "qcom,pmi8994", "qcom,spmi-pmic"; --- 28 unchanged lines hidden (view full) --- 37 compatible = "qcom,pmi8994-wled"; 38 reg = <0xd800 0xd900>; 39 interrupts = <3 0xd8 0x02 IRQ_TYPE_EDGE_RISING>; 40 interrupt-names = "short"; 41 qcom,num-strings = <3>; 42 /* Yes, all four strings *have to* be defined or things won't work. */ 43 qcom,enabled-strings = <0 1 2 3>; 44 qcom,cabc; | 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 7 pmic@2 { 8 compatible = "qcom,pmi8994", "qcom,spmi-pmic"; --- 28 unchanged lines hidden (view full) --- 37 compatible = "qcom,pmi8994-wled"; 38 reg = <0xd800 0xd900>; 39 interrupts = <3 0xd8 0x02 IRQ_TYPE_EDGE_RISING>; 40 interrupt-names = "short"; 41 qcom,num-strings = <3>; 42 /* Yes, all four strings *have to* be defined or things won't work. */ 43 qcom,enabled-strings = <0 1 2 3>; 44 qcom,cabc; |
45 qcom,eternal-pfet; | 45 qcom,external-pfet; |
46 status = "disabled"; 47 }; 48 }; 49}; | 46 status = "disabled"; 47 }; 48 }; 49}; |