We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b018a3 commit e2bc809Copy full SHA for e2bc809
board/sunxi/board.c
@@ -101,6 +101,10 @@ void i2c_init_board(void)
101
sunxi_gpio_set_cfgpin(SUNXI_GPH(14), SUN6I_GPH_TWI0);
102
sunxi_gpio_set_cfgpin(SUNXI_GPH(15), SUN6I_GPH_TWI0);
103
clock_twi_onoff(0, 1);
104
+#elif defined(CONFIG_MACH_SUN8I_V3S)
105
+ sunxi_gpio_set_cfgpin(SUNXI_GPB(6), SUN8I_GPH_TWI0);
106
+ sunxi_gpio_set_cfgpin(SUNXI_GPB(7), SUN8I_GPH_TWI0);
107
+ clock_twi_onoff(0, 1);
108
#elif defined(CONFIG_MACH_SUN8I)
109
sunxi_gpio_set_cfgpin(SUNXI_GPH(2), SUN8I_GPH_TWI0);
110
sunxi_gpio_set_cfgpin(SUNXI_GPH(3), SUN8I_GPH_TWI0);
0 commit comments