forked from OERV-BSP/u-boot
In contrast to some other Allwinner SoCs, there is no difference between the DTs for the Allwinner A80 SoCs (sun9i) between the U-Boot and the Linux kernel repository. Remove the old copies of the A80 related .dts and .dtsi files, and switch most of sun9i boards over to use OF_UPSTREAM. There is the Sunchip CX-A99 (family of) board(s) for which we don't have a DT in the kernel tree. Keep the .dts file in the legacy U-Boot DT directory, and let the board's defconfig opt out of OF_UPSTREAM. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com>
13 lines
310 B
Plaintext
13 lines
310 B
Plaintext
CONFIG_ARM=y
|
|
CONFIG_ARCH_SUNXI=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="allwinner/sun9i-a80-cubieboard4"
|
|
CONFIG_SPL=y
|
|
CONFIG_MACH_SUN9I=y
|
|
CONFIG_DRAM_CLK=672
|
|
CONFIG_MMC_SUNXI_SLOT_EXTRA=2
|
|
CONFIG_AXP_GPIO=y
|
|
CONFIG_SYS_I2C_SUN8I_RSB=y
|
|
CONFIG_REGULATOR_AXP_DRIVEVBUS=y
|
|
CONFIG_REGULATOR_AXP_USB_POWER=y
|
|
CONFIG_AXP809_POWER=y
|