mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
rk3128 dts: fix lcd_cs gpio pin err
This commit is contained in:
@@ -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>;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user