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:
a28af21
)
AndroidComputer: fix vmac build fail
author
wdc
<wdc@rock-chips.com>
Sun, 29 Sep 2013 06:52:52 +0000
(14:52 +0800)
committer
wdc
<wdc@rock-chips.com>
Sun, 29 Sep 2013 06:52:52 +0000
(14:52 +0800)
arch/arm/mach-rk3188/board-rk3188-ac.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk3188/board-rk3188-ac.c
b/arch/arm/mach-rk3188/board-rk3188-ac.c
index 89f3a6ec30de769f3c4036144fa963192f0ba3a8..57ef89fee3d03e22ab65c0e603065f8bdd596c90 100755
(executable)
--- a/
arch/arm/mach-rk3188/board-rk3188-ac.c
+++ b/
arch/arm/mach-rk3188/board-rk3188-ac.c
@@
-1097,8
+1097,9
@@
struct platform_device pwm_regulator_device[1] = {
#endif
#ifdef CONFIG_RK29_VMAC
-#define PHY_PWR_EN_GPIO RK30_PIN0_PC0
-#define PHY_PWR_EN_VALUE GPIO_HIGH
+#define PHY_PWR_EN_GPIO INVALID_GPIO
+#define PHY_PWR_EN_IOMUX GPIO3_D2
+#define PHY_PWR_EN_VALUE GPIO_HIGH
#include "../mach-rk30/board-rk31-sdk-vmac.c"
#endif