arm64: dts: rockchip: fix wrong lcd_en settings on rk1808-evb.

GPIO0_C4 is used for lcd_en,not for backlight_en.
So fix it.

Change-Id: Id38ea83d65c91e2d7772d79caa6bad84a5d4398c
Signed-off-by: Nickey Yang <nickey.yang@rock-chips.com>
This commit is contained in:
Nickey Yang
2018-12-03 10:09:00 +08:00
committed by Tao Huang
parent 19e6e2a580
commit 187a6da61f
2 changed files with 1 additions and 1 deletions

View File

@@ -35,6 +35,7 @@
compatible = "sitronix,st7703", "simple-panel-dsi";
reg = <0>;
backlight = <&backlight>;
enable-gpios = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>;
power-supply = <&vcc5v0_sys>;
prepare-delay-ms = <2>;
reset-delay-ms = <1>;

View File

@@ -70,7 +70,6 @@
240 241 242 243 244 245 246 247
248 249 250 251 252 253 254 255>;
default-brightness-level = <200>;
enable-gpios = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>;
};
display_subsystem: display-subsystem {