]> git.hungrycats.org Git - linux/commitdiff
ARM: dts: exynos: fix PWM LED max brightness on Odroid HC1
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Wed, 5 May 2021 13:59:40 +0000 (09:59 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Jul 2021 14:02:23 +0000 (16:02 +0200)
[ Upstream commit a7e59c84cf2055a1894f45855c8319191f2fa59e ]

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

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

Fixes: 1ac49427b566 ("ARM: dts: exynos: Add support for Hardkernel's Odroid HC1 board")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Link: https://lore.kernel.org/r/20210505135941.59898-4-krzysztof.kozlowski@canonical.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/exynos5422-odroidhc1.dts

index 20c222b33f98ee7981d5cc1906ee827922d6167b..d91f7fa2cf808844ce0961e99c8608d40b8c8bce 100644 (file)
@@ -22,7 +22,7 @@
                        label = "blue:heartbeat";
                        pwms = <&pwm 2 2000000 0>;
                        pwm-names = "pwm2";
-                       max_brightness = <255>;
+                       max-brightness = <255>;
                        linux,default-trigger = "heartbeat";
                };
        };