mbox series

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

Message ID 20240306-pcl-070-patches-v3-0-cb39c3487bc3@phytec.de
Headers show
Series board: phytec_imx8mp: Use 2GHz RAM timings for PCL-070 from pcb_rev 1 | expand

Message

Benjamin Hahn March 6, 2024, 4:18 p.m. UTC
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 <B.Hahn@phytec.de>
---
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-c534960c4b8b@phytec.de

Changes in v2:
- Fix mistakes that prevented building
- Link to v1: https://lore.kernel.org/r/20240304-pcl-070-patches-v1-0-6aa6c89e3b81@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,

Comments

Fabio Estevam March 7, 2024, 8:26 p.m. UTC | #1
Hi Benjamin,

On Wed, Mar 6, 2024 at 1:18 PM Benjamin Hahn <B.Hahn@phytec.de> 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 <B.Hahn@phytec.de>

v3 looks good.

Is this material for U-Boot 2024.04 or 2024.07?
Benjamin Hahn March 11, 2024, 8:35 a.m. UTC | #2
Hi Fabio,

On 07.03.24 21:26, Fabio Estevam wrote:
> Hi Benjamin,
>
> On Wed, Mar 6, 2024 at 1:18 PM Benjamin Hahn <B.Hahn@phytec.de> 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 <B.Hahn@phytec.de>
> 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
Fabio Estevam March 11, 2024, 1:08 p.m. UTC | #3
On Wed, Mar 6, 2024 at 1:18 PM Benjamin Hahn <B.Hahn@phytec.de> 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 <B.Hahn@phytec.de>

Applied all, thanks.