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

ARM: dts: exynos: fix PWM LED max brightness on Odroid XU4

There is no "max_brightness" property as pointed out by dtschema:

arch/arm/boot/dts/exynos5422-odroidxu4.dt.yaml: led-controller: led-1: 'max-brightness' is a required property

Fixes: 6658356014cb ("ARM: dts: Add support Odroid XU4 board for exynos5422-odroidxu4")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Link: https://lore.kernel.org/r/20210505135941.59898-5-krzysztof.kozlowski@canonical.com

+1 -1
+1 -1
arch/arm/boot/dts/exynos5422-odroidxu4.dts
··· 24 24 label = "blue:heartbeat"; 25 25 pwms = <&pwm 2 2000000 0>; 26 26 pwm-names = "pwm2"; 27 - max_brightness = <255>; 27 + max-brightness = <255>; 28 28 linux,default-trigger = "heartbeat"; 29 29 }; 30 30 };