Re: [PATCH v3 0/2] board: phytec_imx8mp: Use 2GHz RAM timings for PCL-070 from pcb_rev 1

2024-03-11 Thread Fabio Estevam
On Wed, Mar 6, 2024 at 1:18 PM Benjamin Hahn  wrote:
>
> PCL-070 supports 2GHz RAM-timings from pcb_rev 1 and newer. PCM-070
> supports 2GHz RAM-timings only from pcb_rev 3 and newer.
>
> Signed-off-by: Benjamin Hahn 

Applied all, thanks.


Re: [PATCH v3 0/2] board: phytec_imx8mp: Use 2GHz RAM timings for PCL-070 from pcb_rev 1

2024-03-11 Thread Benjamin Hahn
Hi Fabio,

On 07.03.24 21:26, Fabio Estevam wrote:
> Hi Benjamin,
>
> On Wed, Mar 6, 2024 at 1:18 PM Benjamin Hahn  wrote:
>> PCL-070 supports 2GHz RAM-timings from pcb_rev 1 and newer. PCM-070
>> supports 2GHz RAM-timings only from pcb_rev 3 and newer.
>>
>> Signed-off-by: Benjamin Hahn 
> v3 looks good.
>
> Is this material for U-Boot 2024.04 or 2024.07?

If it can be merged into 2024.04 this would be preferred. Otherwise 
2024.07 would also be okay.

Benjamin




Re: [PATCH v3 0/2] board: phytec_imx8mp: Use 2GHz RAM timings for PCL-070 from pcb_rev 1

2024-03-07 Thread Fabio Estevam
Hi Benjamin,

On Wed, Mar 6, 2024 at 1:18 PM Benjamin Hahn  wrote:
>
> PCL-070 supports 2GHz RAM-timings from pcb_rev 1 and newer. PCM-070
> supports 2GHz RAM-timings only from pcb_rev 3 and newer.
>
> Signed-off-by: Benjamin Hahn 

v3 looks good.

Is this material for U-Boot 2024.04 or 2024.07?


[PATCH v3 0/2] board: phytec_imx8mp: Use 2GHz RAM timings for PCL-070 from pcb_rev 1

2024-03-06 Thread Benjamin Hahn
PCL-070 supports 2GHz RAM-timings from pcb_rev 1 and newer. PCM-070
supports 2GHz RAM-timings only from pcb_rev 3 and newer.

Signed-off-by: Benjamin Hahn 
---
Changes in v3:
- change variable name from somtyp to somtype
- change enum names from PCL to SOM_TYPE_PCL
- Link to v2: 
https://lore.kernel.org/r/20240304-pcl-070-patches-v2-0-c534960c4...@phytec.de

Changes in v2:
- Fix mistakes that prevented building
- Link to v1: 
https://lore.kernel.org/r/20240304-pcl-070-patches-v1-0-6aa6c89e3...@phytec.de

---
Benjamin Hahn (2):
  board: phytec: common: phytec_som_detection: Add phytec_get_som_type
  board: phycore_imx8mp: Use 2GHz RAM timings for PCL-070 from pcb_rev 1

 board/phytec/common/phytec_som_detection.c | 10 ++
 board/phytec/common/phytec_som_detection.h |  8 
 board/phytec/phycore_imx8mp/spl.c  |  6 --
 3 files changed, 22 insertions(+), 2 deletions(-)
---
base-commit: eac52e4be4e234d563d6911737ee7ccdc0ada1f1
change-id: 20240304-pcl-070-patches-d31b989cf5b3

Best regards,
-- 
Benjamin Hahn