diff options
| author | Andre Przywara <[email protected]> | 2025-01-08 00:17:55 +0000 |
|---|---|---|
| committer | Andre Przywara <[email protected]> | 2025-01-22 22:49:15 +0000 |
| commit | 73cbb3baa6ae26dc8693feb449f48a535292e7e5 (patch) | |
| tree | b6881aecfe8c88ce5f9d7d711eb345930cb088e7 /configs/UTOO_P66_defconfig | |
| parent | 08d65024e0e833d705d0d7ecfb9216206ed81b41 (diff) | |
sunxi: switch Allwinner A10s/A13 boards to OF_UPSTREAM
In contrast to some other Allwinner SoCs, there is no difference between
the DTs for the Allwinner A10s/A13 SoCs (sun5i) between the U-Boot and the
Linux kernel repository.
Remove the old copies of the A10s/A13 related .dts and .dtsi files, and
switch most of sun5i boards over to use OF_UPSTREAM.
There are two boards for which we don't have DTs in the kernel tree.
Keep those two .dts files in the legacy U-Boot DT directory, and let
their defconfig opt out of OF_UPSTREAM.
Signed-off-by: Andre Przywara <[email protected]>
Acked-by: Sumit Garg <[email protected]>
Diffstat (limited to 'configs/UTOO_P66_defconfig')
| -rw-r--r-- | configs/UTOO_P66_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/UTOO_P66_defconfig b/configs/UTOO_P66_defconfig index 88a082c0567..d74ef2127d9 100644 --- a/configs/UTOO_P66_defconfig +++ b/configs/UTOO_P66_defconfig @@ -1,6 +1,6 @@ CONFIG_ARM=y CONFIG_ARCH_SUNXI=y -CONFIG_DEFAULT_DEVICE_TREE="sun5i-a13-utoo-p66" +CONFIG_DEFAULT_DEVICE_TREE="allwinner/sun5i-a13-utoo-p66" CONFIG_SPL=y CONFIG_MACH_SUN5I=y CONFIG_DRAM_CLK=432 |
