From e038c69b564af5aedce4dd901e89d049d724f9dc Mon Sep 17 00:00:00 2001 From: zwl Date: Tue, 5 Aug 2014 14:34:11 +0800 Subject: [PATCH] rk3128 dts: fix lcd_cs gpio pin err --- arch/arm/boot/dts/rk3128-sdk.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = ; - gpios = <&gpio0 GPIO_D1 GPIO_ACTIVE_HIGH>; + gpios = <&gpio0 GPIO_D0 GPIO_ACTIVE_HIGH>; rockchip,delay = <10>; }; }; -- 2.34.1