projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2c0073
)
rk3128 dts: fix lcd_cs gpio pin err
author
zwl
<zwl@rockchips.com>
Tue, 5 Aug 2014 06:34:11 +0000
(14:34 +0800)
committer
zwl
<zwl@rockchips.com>
Tue, 5 Aug 2014 06:34:28 +0000
(14:34 +0800)
arch/arm/boot/dts/rk3128-sdk.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/rk3128-sdk.dts
b/arch/arm/boot/dts/rk3128-sdk.dts
index 9c3a47adb717124969c7699afeeb69c35bef9c25..2bcead9b615312451be2b5cfe8b5ba0bf824b7b8 100755
(executable)
--- 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_D
1
GPIO_ACTIVE_HIGH>;
+ gpios = <&gpio0 GPIO_D
0
GPIO_ACTIVE_HIGH>;
rockchip,delay = <10>;
};
};