All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] arm: mach-k3: k3-am64: Add DDR configuration and enable
@ 2021-05-04 23:00 Dave Gerlach
  2021-05-04 23:00 ` [PATCH 1/5] arm: dts: k3-am642: Add ddr node Dave Gerlach
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Dave Gerlach @ 2021-05-04 23:00 UTC (permalink / raw)
  To: u-boot

This series adds the required configuration needed to use the new common
k3-ddrss driver on am64 and also adds the required dts data needed to
enable DDR usage on the k3-am642-evm platform.

This series depends on the AM64 base support series [1] and the Common
K3 DDRSS series here [2].

Regards,
Dave

[1] https://patchwork.ozlabs.org/project/uboot/list/?series=240546
[2] https://patchwork.ozlabs.org/project/uboot/list/?series=241946

Dave Gerlach (2):
  arm: dts: k3-am642: Add ddr node
  arm: mach-k3: am642: Add support for triggering ddr init from SPL

Nishanth Menon (3):
  arm: dts: k3-am64-main: Add GPIO nodes
  arm: dts: k3-am642-r5-evm: Add GPIO DDR VTT regulator
  configs: am64x_evm_r5: Enable GPIO regulator

 arch/arm/dts/k3-am64-ddr.dtsi              | 2205 ++++++++++++++++++++
 arch/arm/dts/k3-am64-evm-ddr4-1600MTs.dtsi | 2187 +++++++++++++++++++
 arch/arm/dts/k3-am64-main.dtsi             |   44 +
 arch/arm/dts/k3-am642-r5-evm.dts           |   30 +
 arch/arm/mach-k3/am642_init.c              |    6 +
 board/ti/am64x/Kconfig                     |    3 +
 configs/am64x_evm_r5_defconfig             |    8 +
 7 files changed, 4483 insertions(+)
 create mode 100644 arch/arm/dts/k3-am64-ddr.dtsi
 create mode 100644 arch/arm/dts/k3-am64-evm-ddr4-1600MTs.dtsi

-- 
2.28.0

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-05-12 13:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-04 23:00 [PATCH 0/5] arm: mach-k3: k3-am64: Add DDR configuration and enable Dave Gerlach
2021-05-04 23:00 ` [PATCH 1/5] arm: dts: k3-am642: Add ddr node Dave Gerlach
2021-05-04 23:00 ` [PATCH 2/5] arm: mach-k3: am642: Add support for triggering ddr init from SPL Dave Gerlach
2021-05-04 23:00 ` [PATCH 3/5] arm: dts: k3-am64-main: Add GPIO nodes Dave Gerlach
2021-05-04 23:00 ` [PATCH 4/5] arm: dts: k3-am642-r5-evm: Add GPIO DDR VTT regulator Dave Gerlach
2021-05-04 23:00 ` [PATCH 5/5] configs: am64x_evm_r5: Enable GPIO regulator Dave Gerlach
2021-05-07 16:15 ` [PATCH 0/5] arm: mach-k3: k3-am64: Add DDR configuration and enable Tom Rini
2021-05-12 13:56 ` Lokesh Vutla

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.