mirror of
https://github.com/torvalds/linux.git
synced 2026-06-11 08:03:05 +02:00
rk610:fix rk30 board macro config
This commit is contained in:
parent
72f408e9f2
commit
411635c3fc
|
|
@ -1370,7 +1370,7 @@ static struct i2c_board_info __initdata i2c0_info[] = {
|
|||
.flags = 0,
|
||||
},
|
||||
#endif
|
||||
#ifdef CONFIG_RK610_HDMI
|
||||
#ifdef CONFIG_HDMI_RK610
|
||||
{
|
||||
.type = "rk610_hdmi",
|
||||
.addr = 0x46,
|
||||
|
|
|
|||
|
|
@ -1819,7 +1819,7 @@ static struct i2c_board_info __initdata i2c0_info[] = {
|
|||
.flags = 0,
|
||||
},
|
||||
#endif
|
||||
#ifdef CONFIG_RK610_HDMI
|
||||
#ifdef CONFIG_HDMI_RK610
|
||||
{
|
||||
.type = "rk610_hdmi",
|
||||
.addr = 0x46,
|
||||
|
|
@ -1888,7 +1888,7 @@ static struct i2c_board_info __initdata i2c1_info[] = {
|
|||
.flags = 0,
|
||||
},
|
||||
#endif
|
||||
#ifdef CONFIG_RK610_HDMI
|
||||
#ifdef CONFIG_HDMI_RK610
|
||||
{
|
||||
.type = "rk610_hdmi",
|
||||
.addr = 0x46,
|
||||
|
|
|
|||
|
|
@ -1692,7 +1692,7 @@ static struct i2c_board_info __initdata i2c0_info[] = {
|
|||
.flags = 0,
|
||||
},
|
||||
#endif
|
||||
#ifdef CONFIG_RK610_HDMI
|
||||
#ifdef CONFIG_HDMI_RK610
|
||||
{
|
||||
.type = "rk610_hdmi",
|
||||
.addr = 0x46,
|
||||
|
|
|
|||
|
|
@ -1810,7 +1810,7 @@ static struct i2c_board_info __initdata i2c0_info[] = {
|
|||
.flags = 0,
|
||||
},
|
||||
#endif
|
||||
#ifdef CONFIG_RK610_HDMI
|
||||
#ifdef CONFIG_HDMI_RK610
|
||||
{
|
||||
.type = "rk610_hdmi",
|
||||
.addr = 0x46,
|
||||
|
|
|
|||
|
|
@ -1825,7 +1825,7 @@ static struct i2c_board_info __initdata i2c0_info[] = {
|
|||
.flags = 0,
|
||||
},
|
||||
#endif
|
||||
#ifdef CONFIG_RK610_HDMI
|
||||
#ifdef CONFIG_HDMI_RK610
|
||||
{
|
||||
.type = "rk610_hdmi",
|
||||
.addr = 0x46,
|
||||
|
|
|
|||
|
|
@ -2648,7 +2648,7 @@ static struct i2c_board_info __initdata i2c0_info[] = {
|
|||
.flags = 0,
|
||||
},
|
||||
#endif
|
||||
#ifdef CONFIG_RK610_HDMI
|
||||
#ifdef CONFIG_HDMI_RK610
|
||||
{
|
||||
.type = "rk610_hdmi",
|
||||
.addr = 0x46,
|
||||
|
|
|
|||
|
|
@ -1523,12 +1523,12 @@ static struct i2c_board_info __initdata i2c0_info[] = {
|
|||
.flags = 0,
|
||||
},
|
||||
#endif
|
||||
#ifdef CONFIG_RK610_HDMI
|
||||
#ifdef CONFIG_HDMI_RK610
|
||||
{
|
||||
.type = "rk610_hdmi",
|
||||
.addr = 0x46,
|
||||
.flags = 0,
|
||||
.irq = RK29_PIN5_PA2,
|
||||
.irq = INVALID_GPIO,
|
||||
},
|
||||
#endif
|
||||
#ifdef CONFIG_SND_SOC_RK610
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user