On Tue, 4 May 2021 19:31:28 +0200 Kory Maincent <kory.mainc...@bootlin.com> wrote:
> This commit enables using the extension board detection mechanism on > CHIP boards > > Signed-off-by: Kory Maincent <kory.mainc...@bootlin.com> > Acked-by: Maxime Ripard <max...@cerno.tech> Acked-by: Andre Przywara <andre.przyw...@arm.com> Cheers, Andre P.S. Out of curiosity: what is the story for the CHIP Pro here? Does it not work there or is it just not tested? > --- > configs/CHIP_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/configs/CHIP_defconfig b/configs/CHIP_defconfig > index a70ee31d40..8d40da090b 100644 > --- a/configs/CHIP_defconfig > +++ b/configs/CHIP_defconfig > @@ -1,6 +1,7 @@ > CONFIG_ARM=y > CONFIG_ARCH_SUNXI=y > CONFIG_SPL=y > +CONFIG_CHIP_DIP_SCAN=y > CONFIG_MACH_SUN5I=y > CONFIG_DRAM_TIMINGS_DDR3_800E_1066G_1333J=y > CONFIG_USB0_VBUS_PIN="PB10"