sunxi: Kconfig: Fix default order for V3s DRAM clock
authorPaul Kocialkowski <contact@paulk.fr>
Tue, 5 Aug 2025 17:48:17 +0000 (19:48 +0200)
committerAndre Przywara <andre.przywara@arm.com>
Mon, 11 Aug 2025 23:50:57 +0000 (00:50 +0100)
commite706ea63b93d3443830467ab4c711988f5cc44be
tree69191135f6eddd47e44eea7b1cf8a0e01528aae7
parent23137e72f0e8f406a42b6dc0ef0c90e866789798
sunxi: Kconfig: Fix default order for V3s DRAM clock

The V3s (using co-packaged DRAM) runs at 360 MHz, which is specified in
the common platform Kconfig file. However the value for MACH_SUN8I will
be picked up instead due to ordering.

Re-order the defaults to have MACH_SUN8I_V3S before MACH_SUN8I and let
it select the correct default. Also update the LicheePi Zero Dock
defconfig to remove the value, which is now correctly selected.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
arch/arm/mach-sunxi/Kconfig
configs/LicheePi_Zero_defconfig