mbox series

[v1,0/2] arm: dts: k3-am625-verdin: Enable LPDDR4 WDQS control

Message ID 20240515080058.1530985-1-ghidoliemanuele@gmail.com
Headers show
Series arm: dts: k3-am625-verdin: Enable LPDDR4 WDQS control | expand

Message

Emanuele Ghidoli May 15, 2024, 8 a.m. UTC
From: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>

Manually, since SysConfig tool do not have the relevant option,
set PHY_LP4_WDQS_OE_EXTEND to 1.
Since WDQS control mode is required on our modules LPDDR4,
this enables WDQS control mode 1.

Emanuele Ghidoli (2):
  arm: dts: k3-am625-verdin: Update autogenerated LPDDR4 configuration
  arm: dts: k3-am625-verdin: Enable LPDDR4 WDQS control

 arch/arm/dts/k3-am625-verdin-lpddr4-1600MTs.dtsi | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Comments

Tom Rini June 7, 2024, 10:03 p.m. UTC | #1
On Wed, 15 May 2024 10:00:56 +0200, Emanuele Ghidoli wrote:

> From: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>
> 
> Manually, since SysConfig tool do not have the relevant option,
> set PHY_LP4_WDQS_OE_EXTEND to 1.
> Since WDQS control mode is required on our modules LPDDR4,
> this enables WDQS control mode 1.
> 
> [...]

Applied to u-boot/next, thanks!