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

Commit ad7e1bb6 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 keypad backlight DT entries for MSM8916"

parents 3ee40801 efa15237
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -1126,5 +1126,17 @@
				bias-pull-up;		/* PULL UP */
			};
		};

		button_backlight_pin {
			qcom,pins = <&gp 119>;
			qcom,num-grp-pins = <1>;
			qcom,pin-func = <0>;
			label = "button-backlight-pin";
			button_backlight_off: button_backlight_off {
				drive-strength = <2>;
				bias-disable;
				output-low;
			};
		};
	};
};
+14 −0
Original line number Diff line number Diff line
@@ -12,3 +12,17 @@

#include "msm8916-qrd.dtsi"

&soc {
	gpio-leds {
		compatible = "gpio-leds";
		status = "okay";
		pinctrl-names = "default";
		pinctrl-0 = <&button_backlight_off>;

		keypad-backlight {
			gpios = <&msm_gpio 119 0>;
			label = "button-backlight";
			linux,default-trigger = "none";
		};
	};
};