Loading arch/arm/boot/dts/qcom/apq8096-sbc.dtsi +56 −0 Original line number Diff line number Diff line Loading @@ -615,6 +615,62 @@ }; &spmi_bus { qcom,pmi8994@0 { compatible = "qcom,leds-qpnp"; qcom,leds@a100 { /* user3 LED */ reg = <0xa100 0x100>; status = "okay"; qcom,led_pmi_mpp_2 { label = "mpp"; linux,name = "user3"; qcom,max-current = <40>; qcom,id = <6>; qcom,source-sel = <1>; qcom,mode-ctrl = <0x10>; qcom,mode = "manual"; linux,default-trigger = "none"; }; }; }; qcom,pm8994@0 { compatible = "qcom,leds-qpnp"; qcom,leds@a100 { /* wifi LED */ reg = <0xa100 0x100>; status = "okay"; qcom,led_mpp_2 { label = "mpp"; linux,name = "wifi"; qcom,max-current = <40>; qcom,id = <6>; qcom,source-sel = <1>; qcom,mode-ctrl = <0x10>; qcom,mode = "manual"; linux,default-trigger = "wifi-indication-led"; }; }; qcom,leds@a300 { /* BT LED */ reg = <0xa300 0x100>; status = "okay"; qcom,led_mpp_4 { label = "mpp"; linux,name = "bt"; qcom,max-current = <40>; qcom,id = <6>; qcom,source-sel = <1>; qcom,mode-ctrl = <0x10>; qcom,mode = "manual"; linux,default-trigger = "bt-indication-led"; }; }; }; qcom,pm8994@1 { pwm@b100 { qcom,lpg-dtest-line = <4>; Loading Loading
arch/arm/boot/dts/qcom/apq8096-sbc.dtsi +56 −0 Original line number Diff line number Diff line Loading @@ -615,6 +615,62 @@ }; &spmi_bus { qcom,pmi8994@0 { compatible = "qcom,leds-qpnp"; qcom,leds@a100 { /* user3 LED */ reg = <0xa100 0x100>; status = "okay"; qcom,led_pmi_mpp_2 { label = "mpp"; linux,name = "user3"; qcom,max-current = <40>; qcom,id = <6>; qcom,source-sel = <1>; qcom,mode-ctrl = <0x10>; qcom,mode = "manual"; linux,default-trigger = "none"; }; }; }; qcom,pm8994@0 { compatible = "qcom,leds-qpnp"; qcom,leds@a100 { /* wifi LED */ reg = <0xa100 0x100>; status = "okay"; qcom,led_mpp_2 { label = "mpp"; linux,name = "wifi"; qcom,max-current = <40>; qcom,id = <6>; qcom,source-sel = <1>; qcom,mode-ctrl = <0x10>; qcom,mode = "manual"; linux,default-trigger = "wifi-indication-led"; }; }; qcom,leds@a300 { /* BT LED */ reg = <0xa300 0x100>; status = "okay"; qcom,led_mpp_4 { label = "mpp"; linux,name = "bt"; qcom,max-current = <40>; qcom,id = <6>; qcom,source-sel = <1>; qcom,mode-ctrl = <0x10>; qcom,mode = "manual"; linux,default-trigger = "bt-indication-led"; }; }; }; qcom,pm8994@1 { pwm@b100 { qcom,lpg-dtest-line = <4>; Loading