
19 Jul
2023
19 Jul
'23
10:27 a.m.
Hi Nishanth,
On Thu, Jul 13, 2023 at 02:20:19AM -0500, Nishanth Menon wrote:
Update the am62 and am625 device-trees from linux v6.3-rc5 This needed the followin tweaks to the u-boot specific dtsi as well:
- Switch tick-timer to the main_timer as it's now defined in the main dtsi
- Secure proxies are defined in Soc dtsis
- Drop duplicate nodes - u-boot.dtsi is includes in r5-sk, no need for either the definitions from main.dtsi OR duplication from u-boot.dtsi
- Add mdio pins to the cpsw3g pinctrl in u-boot dtsi. It moved to a subnode in the linux dtsi that u-boot doesn't use/support
Unfortunately, this introduces a regression in Linux where the pinctrl node is now affected to both the MAC and PHY, and we end up not being able to probe both.
Maxime