U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/1] Support for PRUETH mode on AM335x ICE
@ 2025-04-10  6:59 Parvathi Pudi
  2025-04-10  6:59 ` [PATCH v1 1/1] include: configs: Adds support for AM335x ICE PRUSS mode Parvathi Pudi
  0 siblings, 1 reply; 3+ messages in thread
From: Parvathi Pudi @ 2025-04-10  6:59 UTC (permalink / raw)
  To: u-boot, trini, sjg
  Cc: pratheesh, prajith, vigneshr, danishanwar, praneeth, srk, rogerq,
	afd, krishna, pmohan, mohan, parvathi, basharath

Hi,

This patch adds support for PRU-ICSS mode in the u-boot environment to
correctly load the device tree blob file based on the HW pin (jumper)
configuration in AM335x ICE Evaluation module. In this device, the pins
and the ports are shared between PRU-ICSS and CPSW thus need runtime
detection between the two modes which are rmii in case of CPSW and mii
in case of PRU-ICSS.

Depending on the jumper configuration on AM335x ICE we have to load the
appropriate device tree blob file. In case of CPSW (rmii) mode, we need to
load am335x-icev2.dtb file and in case of PRU-ICSS (mii) mode we need to
load am335x-icev2-prueth.dtb file.

Thanks and Regards,
Parvathi.

Parvathi Pudi (1):
  include: configs: Adds support for AM335x ICE PRUSS mode

 include/configs/am335x_evm.h | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2025-04-16 14:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-10  6:59 [PATCH v1 0/1] Support for PRUETH mode on AM335x ICE Parvathi Pudi
2025-04-10  6:59 ` [PATCH v1 1/1] include: configs: Adds support for AM335x ICE PRUSS mode Parvathi Pudi
2025-04-16 14:10   ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox