This updated patch series takes the approach of copying the device trees for the BeagleBone Black, BeagleBone Green & BeagleBone enhanced from the latest stable Linux kernel (v5.13.1). To support this we also need to port over a couple of changes to the relevant dt-bindings headers. I considered also copying the newer versions of am33xx*.dtsi but this resulted in significant churn and incompatibility with some of the other devicetrees in the u-boot tree.
With the new device trees in place we enable GbE phy support and fix the DTB ordering in the am335x evm defconfig. These two patches are unchanged from the v1 series previously sent to the list. With these changes applied, Ethernet works on the SanCloud BBE in u-boot. These changes have been tested on both a SanCloud BBE and on a BeagleBone Black. In both cases it was confirmed that Ethernet worked in u-boot and that we could successfully boot a Linux kernel & rootfs built with Yocto Project. Paul Barker (5): dt-bindings: Resync omap & am33xx pinctrl bindings arm: dts: Resync BeagleBone device trees arm: dts: Import am335x-sancloud-bbe devicetree configs: am335x_evm: Support GbE PHYs configs: am335x_evm: Fix BeagleBone Green DTB selection arch/arm/dts/Makefile | 1 + arch/arm/dts/am335x-bone-common.dtsi | 185 +++++++++--------- arch/arm/dts/am335x-bone.dts | 7 +- arch/arm/dts/am335x-boneblack-common.dtsi | 169 +++++++++++++++++ arch/arm/dts/am335x-boneblack.dts | 217 +++++++++++++++------- arch/arm/dts/am335x-bonegreen-common.dtsi | 41 ++++ arch/arm/dts/am335x-bonegreen.dts | 49 +---- arch/arm/dts/am335x-sancloud-bbe.dts | 137 ++++++++++++++ board/ti/am335x/board.c | 2 + configs/am335x_evm_defconfig | 3 +- include/dt-bindings/pinctrl/am33xx.h | 131 ++++++++++++- include/dt-bindings/pinctrl/omap.h | 11 +- 12 files changed, 730 insertions(+), 223 deletions(-) create mode 100644 arch/arm/dts/am335x-boneblack-common.dtsi create mode 100644 arch/arm/dts/am335x-bonegreen-common.dtsi create mode 100644 arch/arm/dts/am335x-sancloud-bbe.dts base-commit: 490101a5e5df65238b900b21b81361bc4b13da2e -- 2.26.2