sunxi: H616: DRAM: rename Kconfig parameters to be more generic
authorAndre Przywara <andre.przywara@arm.com>
Mon, 21 Oct 2024 11:47:28 +0000 (12:47 +0100)
committerAndre Przywara <andre.przywara@arm.com>
Wed, 22 Jan 2025 22:44:34 +0000 (22:44 +0000)
commit9d87d5082dcc30f0908d0854d61596d34d3fa360
treeead239a6792bf48daed728ede83ddd4e8a511659
parentb002ce88a9f97803341b03a71c374f762e9cd8cd
sunxi: H616: DRAM: rename Kconfig parameters to be more generic

The H616 DRAM controller requires some board specific parameters, which
we declare in Kconfig, let each board specify in their defconfig, and
then use in the DRAM init code.

Other DRAM controllers now require a very similar, if not identical
parameter set, with so far the same parameter names used.

To help keep the Kconfig file at bay, rename the existing parameter
names to drop the H616_ part in there, to make them more naturally
reusable for other SoCs.

No functional change, just a rename.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com>
arch/arm/mach-sunxi/Kconfig
arch/arm/mach-sunxi/dram_sun50i_h616.c
configs/anbernic_rg35xx_h700_defconfig
configs/orangepi_zero2_defconfig
configs/orangepi_zero2w_defconfig
configs/orangepi_zero3_defconfig
configs/tanix_tx1_defconfig
configs/transpeed-8k618-t_defconfig
configs/x96_mate_defconfig