Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: exynos: add function to LED node in Origen 4210

Add common LED property - the function - to LED node in Origen 4210.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220620175716.132143-2-krzysztof.kozlowski@linaro.org

+2
+2
arch/arm/boot/dts/exynos4210-origen.dts
··· 15 15 #include "exynos4210.dtsi" 16 16 #include <dt-bindings/gpio/gpio.h> 17 17 #include <dt-bindings/input/input.h> 18 + #include <dt-bindings/leds/common.h> 18 19 #include "exynos-mfc-reserved-memory.dtsi" 19 20 20 21 / { ··· 87 86 compatible = "gpio-leds"; 88 87 status { 89 88 gpios = <&gpx1 3 GPIO_ACTIVE_LOW>; 89 + function = LED_FUNCTION_HEARTBEAT; 90 90 linux,default-trigger = "heartbeat"; 91 91 }; 92 92 };