mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 23:23:53 +02:00
rk3066b: sdk: fix TPS65910_HOST_IRQ define
This commit is contained in:
parent
f9dc13b34c
commit
dc18dad305
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user