Re: [PATCH 01/12] arm: mach-k3: Move MSMC fixup to SoC level

2023-04-02 Thread Christian Gmeiner
Am Do., 30. März 2023 um 22:31 Uhr schrieb Andrew Davis : > > The MSMC fixup is something we do based on SoC, not based on the board. > So this fixup does not belong in the board files. Move this to the > mach-k3 common file so that it does not have to be done in each board > that uses these SoCs.

[PATCH 01/12] arm: mach-k3: Move MSMC fixup to SoC level

2023-03-30 Thread Andrew Davis
The MSMC fixup is something we do based on SoC, not based on the board. So this fixup does not belong in the board files. Move this to the mach-k3 common file so that it does not have to be done in each board that uses these SoCs. We use ft_system_setup() here instead of ft_board_setup() since it