From: zwl <zwl@rockchips.com> Date: Tue, 5 Aug 2014 06:34:11 +0000 (+0800) Subject: rk3128 dts: fix lcd_cs gpio pin err X-Git-Tag: firefly_0821_release~4916^2~59 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e038c69b564af5aedce4dd901e89d049d724f9dc;p=firefly-linux-kernel-4.4.55.git rk3128 dts: fix lcd_cs gpio pin err --- diff --git a/arch/arm/boot/dts/rk3128-sdk.dts b/arch/arm/boot/dts/rk3128-sdk.dts index 9c3a47adb717..2bcead9b6153 100755 --- a/arch/arm/boot/dts/rk3128-sdk.dts +++ b/arch/arm/boot/dts/rk3128-sdk.dts @@ -16,9 +16,9 @@ power_ctr: power_ctr { rockchip,debug = <0>; - lcd_en: lcd_en { + lcd_cs: lcd_cs { rockchip,power_type = <GPIO>; - gpios = <&gpio0 GPIO_D1 GPIO_ACTIVE_HIGH>; + gpios = <&gpio0 GPIO_D0 GPIO_ACTIVE_HIGH>; rockchip,delay = <10>; }; };