Re: [PATCH 2/2] sunxi: H616: add LPDDR3 DRAM support

2023-06-09 Thread Iun Cuim
Signed-off-by: Mikhail Kalashnikov From: iuncuim > > The H616 SoC has support for several types of DRAM: DDR3, LPDDR3, > DDR4 and LPDDR4. > At the moment, the driver only supports DDR3 memory. > Let's extend the driver to support the LPDDR3 memory. All "magic" > values obtained from the boot0.

Re: [PATCH 2/2] sunxi: H616: add LPDDR3 DRAM support

2023-06-05 Thread Andre Przywara
On Sat, 3 Jun 2023 16:55:06 +0300 Mikhail Kalashnikov wrote: Hi, > From: iuncuim > > The H616 SoC has support for several types of DRAM: DDR3, LPDDR3, > DDR4 and LPDDR4. > At the moment, the driver only supports DDR3 memory. > Let's extend the driver to support the LPDDR3 memory. All "magic"

[PATCH 2/2] sunxi: H616: add LPDDR3 DRAM support

2023-06-03 Thread Mikhail Kalashnikov
From: iuncuim The H616 SoC has support for several types of DRAM: DDR3, LPDDR3, DDR4 and LPDDR4. At the moment, the driver only supports DDR3 memory. Let's extend the driver to support the LPDDR3 memory. All "magic" values obtained from the boot0. ---