mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
AndroidComputer: fix vmac build fail
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user