arm: sunxi: add support for DIP detection to CHIP board
authorKory Maincent <kory.maincent@bootlin.com>
Tue, 4 May 2021 17:31:27 +0000 (19:31 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 13 May 2021 17:09:09 +0000 (13:09 -0400)
commit6c2c7e9cb95e92cc792ade46a44fc3801dab2de5
treeb904a66eab924e0adacedef241e0155eab08bdc4
parentc9dffc971957e5fd18d64aa17a95e8d82a59d273
arm: sunxi: add support for DIP detection to CHIP board

Add the extension_board_scan specific function to scan the information
of the EEPROM on one-wire and fill the extension struct.
Add the Kconfig symbol to enable the needs to detect DIPs.

Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
Reviewed-by: Maxime Ripard <maxime@cerno.tech>
Acked-by: Andre Przywara <andre.przywara@arm.com>
arch/arm/mach-sunxi/Kconfig
board/sunxi/Makefile
board/sunxi/chip.c [new file with mode: 0644]