rk3128 dts: fix lcd_cs gpio pin err

This commit is contained in:
zwl
2014-08-05 14:34:11 +08:00
parent d2c007315a
commit e038c69b56

View File

@@ -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>;
};
};