rk3128 dts: fix lcd_cs gpio pin err
authorzwl <zwl@rockchips.com>
Tue, 5 Aug 2014 06:34:11 +0000 (14:34 +0800)
committerzwl <zwl@rockchips.com>
Tue, 5 Aug 2014 06:34:28 +0000 (14:34 +0800)
arch/arm/boot/dts/rk3128-sdk.dts

index 9c3a47adb717124969c7699afeeb69c35bef9c25..2bcead9b615312451be2b5cfe8b5ba0bf824b7b8 100755 (executable)
@@ -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>;
                };
        };