Skip to content

Commit f55892a

Browse files
rk-hgcrkhuangtao
authored andcommitted
ARM: dts: rockchip: rk3288-evb-rk628: modify the active level of backlight
Signed-off-by: Guochun Huang <hero.huang@rock-chips.com> Change-Id: I8afd4af742058a31e8d7fbea168dc2d1f3323dc6
1 parent 0d06238 commit f55892a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm/boot/dts/rk3288-evb-rk628-hdmi2gvi-avb.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
};
6767

6868
&backlight {
69-
enable-gpios = <&gpio7 2 GPIO_ACTIVE_LOW>;
69+
enable-gpios = <&gpio7 2 GPIO_ACTIVE_HIGH>;
7070
};
7171

7272
&firmware_android {

arch/arm/boot/dts/rk3288-evb-rk628-rgb2gvi-avb.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
};
6767

6868
&backlight {
69-
enable-gpios = <&gpio7 2 GPIO_ACTIVE_LOW>;
69+
enable-gpios = <&gpio7 2 GPIO_ACTIVE_HIGH>;
7070
};
7171

7272
&rk628_combtxphy {

0 commit comments

Comments
 (0)