Skip to content

Commit 9693219

Browse files
Icenowymripard
authored andcommitted
ARM: sun8i: a23/a33: drop bl_en_pin GPIO pinmux in reference design DTSI
The bl_en_pin GPIO pinmux is configured as "gpio_in", which makes it conflicts with the real GPIO usage (out), and makes the backlight not usable. Drop the GPIO pinmux for it, thus this GPIO can be correctly used. Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
1 parent 0cdefd5 commit 9693219

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

arch/arm/boot/dts/sun8i-reference-design-tablet.dtsi

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@
5050

5151
backlight: backlight {
5252
compatible = "pwm-backlight";
53-
pinctrl-names = "default";
54-
pinctrl-0 = <&bl_en_pin>;
5553
pwms = <&pwm 0 50000 PWM_POLARITY_INVERTED>;
5654
brightness-levels = <0 10 20 30 40 50 60 70 80 90 100>;
5755
default-brightness-level = <8>;
@@ -93,11 +91,6 @@
9391
};
9492

9593
&pio {
96-
bl_en_pin: bl_en_pin@0 {
97-
pins = "PH6";
98-
function = "gpio_in";
99-
};
100-
10194
mmc0_cd_pin: mmc0_cd_pin@0 {
10295
pins = "PB4";
10396
function = "gpio_in";

0 commit comments

Comments
 (0)