Hello, with the device tree update to v5.0-rc2 most of the barebox devices could not be enabled or probed any more. The am33xx*.dtsi files have been updated to the interconnect target module hierarchy. To make barebox working again we need a ti-sysc bus driver to register the child devices of the ti-sysc bus. Teresa Teresa Remmet (7): drivers: bus: Add ti-sysc bus driver arm: configs: omap_defconfig: Enable ti-sysc bus driver arm: configs: am33xx_mlo_defconfig: Enable ti-sysc bus driver drivers: of: Add function to enable and register a device by alias arm: mach-omap: am335x_generic: Enable nodes by alias where needed net: ethernet: cpsw: cpsw-phy-sel: Use phandle for phy sel arm: dts: am335x-phytec: Use phy-handle instead of phy_id arch/arm/configs/am335x_mlo_defconfig | 2 +- arch/arm/configs/omap_defconfig | 2 +- arch/arm/dts/am335x-phytec-phycard-som.dtsi | 7 ++++- arch/arm/dts/am335x-phytec-phycore-som.dtsi | 7 ++++- arch/arm/dts/am335x-phytec-phyflex-som.dtsi | 12 ++++++-- arch/arm/mach-omap/am33xx_generic.c | 8 ++--- drivers/bus/Kconfig | 7 +++++ drivers/bus/Makefile | 1 + drivers/bus/ti-sysc.c | 45 +++++++++++++++++++++++++++++ drivers/net/cpsw.c | 17 +++++++---- drivers/of/platform.c | 19 ++++++++++++ include/of.h | 8 +++++ 12 files changed, 119 insertions(+), 16 deletions(-) create mode 100644 drivers/bus/ti-sysc.c -- 2.7.4 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox