From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andre Przywara Date: Thu, 13 May 2021 12:03:05 +0100 Subject: [PATCH v5 08/10] configs: CHIP: add support for DIP detect functionality In-Reply-To: <20210504173130.22869-9-kory.maincent@bootlin.com> References: <20210504173130.22869-1-kory.maincent@bootlin.com> <20210504173130.22869-9-kory.maincent@bootlin.com> Message-ID: <20210513120305.20bff1cc@slackpad.fritz.box> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 4 May 2021 19:31:28 +0200 Kory Maincent wrote: > This commit enables using the extension board detection mechanism on > CHIP boards > > Signed-off-by: Kory Maincent > Acked-by: Maxime Ripard Acked-by: Andre Przywara 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"