AndroidComputer: fix vmac build fail

This commit is contained in:
wdc
2013-09-29 14:52:52 +08:00
parent a28af2109e
commit ee0dfafded

View File

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