Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c0b024db authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: add privacy led for liquid"

parents 4deb4206 61c0e9cd
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
@@ -753,3 +753,26 @@
&qusb_phy {
	status = "ok";
};

&spmi_bus {
       qcom,pm8994@0 {
               qcom,leds@a700 {
                       compatible = "qcom,leds-qpnp";
                       reg = <0xa700 0x100>;
                       label = "mpp";
                       status = "okay";
                       mpp-power-supply = <&pm8994_l29>;
                       qcom,mpp-power-min-voltage = <2800000>;
                       qcom,mpp-power-max-voltage = <2800000>;
                       qcom,led_mpp_8 {
                               label = "mpp";
                               linux,name = "privacy";
                               qcom,max-current = <40>;
                               qcom,id = <6>;
                               qcom,source-sel = <1>;
                               qcom,mode-ctrl = <0x60>;
                               qcom,mode = "manual";
                       };
               };
       };
};