Re: [PATCH v3 1/1] sunxi: H616: add LPDDR4 DRAM support

2023-11-11 Thread Mikhail Kalashnikov
Hi Jernej, On 04.11.2023 11:31, Jernej Škrabec wrote: Hi Mikhail, I have some notes on LPDDR4 from a long time ago. It mostly matches to your code, but please take a look at comments below. Note that I have extra code, not included in this patch, for mctl_phy_read_training(). At the very begin

Re: [PATCH v3 1/1] sunxi: H616: add LPDDR4 DRAM support

2023-11-10 Thread Jernej Škrabec
Dne sobota, 11. november 2023 ob 08:43:22 CET je Mikhail Kalashnikov napisal(a): > Hi Jernej, > > On 04.11.2023 11:31, Jernej Škrabec wrote: > > Hi Mikhail, > > > > I have some notes on LPDDR4 from a long time ago. It mostly matches to your > > code, but please take a look at comments below. > > >

[PATCH v3 1/1] sunxi: H616: add LPDDR4 DRAM support

2023-11-04 Thread Mikhail Kalashnikov
From: iuncuim The H616 SoC family has support for several types of DRAM: DDR3, LPDDR3, DDR4 and LPDDR4. At the moment, the driver only supports DDR3 and LPDDR3 memory. Let's extend the driver to support the LPDDR4 memory. This type of memory widely used in device with T507(-H) SoC and new orangep

Re: [PATCH v3 1/1] sunxi: H616: add LPDDR4 DRAM support

2023-11-04 Thread Jernej Škrabec
Hi Mikhail, I have some notes on LPDDR4 from a long time ago. It mostly matches to your code, but please take a look at comments below. Note that I have extra code, not included in this patch, for mctl_phy_read_training(). At the very beginning, before any other register access is done, this s