Re: [PATCH v2 05/10] sunxi: Always configure ODT on H616 DRAM

2023-04-11 Thread Andre Przywara
On Mon, 10 Apr 2023 10:21:14 +0200 Jernej Skrabec wrote: Hi, > Vendor H616 DRAM code always configure part which we call ODT > configuration. Let's reflect that here too. > > Signed-off-by: Jernej Skrabec Still not a big fan of "depends on !MACH_SUN50I_H616", but the logic seems fine neverthe

[PATCH v2 05/10] sunxi: Always configure ODT on H616 DRAM

2023-04-10 Thread Jernej Skrabec
Vendor H616 DRAM code always configure part which we call ODT configuration. Let's reflect that here too. Signed-off-by: Jernej Skrabec --- arch/arm/mach-sunxi/Kconfig| 2 +- arch/arm/mach-sunxi/dram_sun50i_h616.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git