aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/sun5i-gr8-evb.dts
diff options
context:
space:
mode:
authorMaxime Ripard <maxime@cerno.tech>2021-01-14 12:35:26 +0100
committerMaxime Ripard <maxime@cerno.tech>2021-01-18 10:13:16 +0100
commit86131fb96ef6e3cda0d5a5def5b5d675705de716 (patch)
treead0e2382a81faca14e01098da02df0c5dddc8a84 /arch/arm/boot/dts/sun5i-gr8-evb.dts
parentARM: dts: sunxi: Fix the LED node names (diff)
downloadlinux-dev-86131fb96ef6e3cda0d5a5def5b5d675705de716.tar.xz
linux-dev-86131fb96ef6e3cda0d5a5def5b5d675705de716.zip
ARM: dts: sunxi: Add missing backlight supply
The pwm-backlight binding requires a power supply. Make sure we provide one. Signed-off-by: Maxime Ripard <maxime@cerno.tech> Acked-by: Chen-Yu Tsai <wens@csie.org> Acked-by: Jernej Skrabec <jernej.skrabec@siol.net> Link: https://lore.kernel.org/r/20210114113538.1233933-7-maxime@cerno.tech
Diffstat (limited to 'arch/arm/boot/dts/sun5i-gr8-evb.dts')
-rw-r--r--arch/arm/boot/dts/sun5i-gr8-evb.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun5i-gr8-evb.dts b/arch/arm/boot/dts/sun5i-gr8-evb.dts
index 4c20d731a9c6..f4fe258ef06d 100644
--- a/arch/arm/boot/dts/sun5i-gr8-evb.dts
+++ b/arch/arm/boot/dts/sun5i-gr8-evb.dts
@@ -71,7 +71,7 @@
compatible = "pwm-backlight";
pwms = <&pwm 0 10000 0>;
enable-gpios = <&axp_gpio 1 GPIO_ACTIVE_HIGH>;
-
+ power-supply = <&reg_vcc3v3>;
brightness-levels = <0 10 20 30 40 50 60 70 80 90 100>;
default-brightness-level = <8>;
};