Commit cc8619e8 authored by Lin, Meng-Bo's avatar Lin, Meng-Bo Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: msm8916-samsung-grandmax: Add properties function and color for keyled



keyled is white, and used as touchkey LEDs.
Add properties function and color for keyled.

Signed-off-by: default avatarLin, Meng-Bo <linmengbo0689@protonmail.com>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221117144717.17886-1-linmengbo0689@protonmail.com
parent 36e830a5
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -29,8 +29,12 @@

	gpio-leds {
		compatible = "gpio-leds";
		keyled {
		led-keyled {
			function = LED_FUNCTION_KBD_BACKLIGHT;
			color = <LED_COLOR_ID_WHITE>;

			gpios = <&msmgpio 60 GPIO_ACTIVE_HIGH>;

			pinctrl-names = "default";
			pinctrl-0 = <&gpio_leds_default>;
		};