mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
rk3066b: sdk: fix TPS65910_HOST_IRQ define
This commit is contained in:
@@ -1191,7 +1191,11 @@ int __sramdata g_pmic_type = 0;
|
||||
#include "board-rk3066b-sdk-wm8326.c"
|
||||
#endif
|
||||
#ifdef CONFIG_MFD_TPS65910
|
||||
#ifdef CONFIG_ARCH_RK3066B
|
||||
#define TPS65910_HOST_IRQ RK30_PIN0_PA1
|
||||
#else
|
||||
#define TPS65910_HOST_IRQ RK30_PIN6_PA4
|
||||
#endif
|
||||
#include "board-rk3066b-sdk-tps65910.c"
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user