mbox series

[v2,0/2] introduce basic support for TI's am625-lp-sk

Message ID 20240429-am62q-wip-v2-0-e78f09174e65@ti.com
Headers show
Series introduce basic support for TI's am625-lp-sk | expand

Message

Bryan Brattlof May 3, 2024, 4:10 p.m. UTC
Hello Everyone!

The am625-lp-sk is a variant of the am625-sk showcasing the low-power 
features of the am625 SoC Family. Because it's essentially a board and 
package spin of the am625-sk I've inherited the am625 configuration and 
overridden what was needed.

This is a new spin of Nitin's original work which has been updated 
significantly since October 2023

  https://lore.kernel.org/u-boot/20231030110138.1347603-1-n-yadav@ti.com/

Unfortunately a patch is need on top of this series to boot:

  https://lore.kernel.org/u-boot/20240429214936.15187-1-jm@ti.com

For those of us interested here is proof of life using buildroot:

   https://paste.sr.ht/~bryanb/40f7787f7760bee383aa8fbc342a29e8544dbdab

Thank you for reviewing
~Bryan

Signed-off-by: Bryan Brattlof <bb@ti.com>
---
Changes in v2:
- updated copyright year
- Link to v1: https://lore.kernel.org/r/20240429-am62q-wip-v1-0-927fd2e0a53b@ti.com

---
Bryan Brattlof (1):
      configs: add defconfigs for the am625-lp-sk

Nitin Yadav (1):
      arm: dts: add U-Boot dtbs for the am625-lp-sk

 arch/arm/dts/k3-am62-lp-sk-binman.dtsi   |   21 +
 arch/arm/dts/k3-am62-lp-sk-u-boot.dtsi   |   17 +
 arch/arm/dts/k3-am62-lp4-50-800-800.dtsi | 2190 ++++++++++++++++++++++++++++++
 arch/arm/dts/k3-am62-r5-lp-sk.dts        |   82 ++
 configs/am62x_lp_sk_a53_defconfig        |    3 +
 configs/am62x_lp_sk_r5_defconfig         |    2 +
 6 files changed, 2315 insertions(+)
---
base-commit: 714d31ca73fe1dd7a8217afc4a9f6a35ef7a9c01
change-id: 20240429-am62q-wip-f3453de038fb

Best regards,

Comments

Bryan Brattlof May 3, 2024, 4:46 p.m. UTC | #1
Sorry everyone I hit send a little to fast on this one!

On May  3, 2024 thus sayeth Bryan Brattlof:
> Hello Everyone!
> 
> The am625-lp-sk is a variant of the am625-sk showcasing the low-power 
> features of the am625 SoC Family. Because it's essentially a board and 
> package spin of the am625-sk I've inherited the am625 configuration and 
> overridden what was needed.
> 
> This is a new spin of Nitin's original work which has been updated 
> significantly since October 2023
> 
>   https://lore.kernel.org/u-boot/20231030110138.1347603-1-n-yadav@ti.com/
> 
> Unfortunately a patch is need on top of this series to boot:
> 
>   https://lore.kernel.org/u-boot/20240429214936.15187-1-jm@ti.com
> 
> For those of us interested here is proof of life using buildroot:
> 
>    https://paste.sr.ht/~bryanb/40f7787f7760bee383aa8fbc342a29e8544dbdab
> 
> Thank you for reviewing
> ~Bryan
> 
> Signed-off-by: Bryan Brattlof <bb@ti.com>
> ---
> Changes in v2:
> - updated copyright year
> - Link to v1: https://lore.kernel.org/r/20240429-am62q-wip-v1-0-927fd2e0a53b@ti.com
> 

Didn't actually fixup the copyright year. Just sent out v3 which 
actually did what I said I was going to :/

Sorry for the spam.

~Bryan