[PATCH 0/2] ARM: meson: introduce GXL MDIO mux driver and switch to Linux v6.4 DT

Neil Armstrong neil.armstrong at linaro.org
Tue Dec 12 14:52:26 CET 2023


Linux v6.4 uses a new MDIO mux driver for GXL boards, let's port the driver
to U-Boot and sync the GXBB/GXL/GXM DT to make use of this driver.

Signed-off-by: Neil Armstrong <neil.armstrong at linaro.org>
---
Neil Armstrong (2):
      net: Add Amlogic GXL MDIO Mux driver
      ARM: dts: sync Amlogic GX DT to Linux v6.4

 arch/arm/dts/meson-gx-libretech-pc.dtsi            |   4 +-
 arch/arm/dts/meson-gx.dtsi                         |  21 ++--
 arch/arm/dts/meson-gxbb-nanopi-k2.dts              |  13 +-
 arch/arm/dts/meson-gxbb-odroidc2.dts               |  26 ++--
 arch/arm/dts/meson-gxbb.dtsi                       |  18 ++-
 arch/arm/dts/meson-gxl-s805x-libretech-ac.dts      |   2 +-
 .../arm/dts/meson-gxl-s905w-jethome-jethub-j80.dts |  12 +-
 arch/arm/dts/meson-gxl-s905x-khadas-vim.dts        |  16 +--
 arch/arm/dts/meson-gxl-s905x-libretech-cc-v2.dts   |   3 +-
 arch/arm/dts/meson-gxl-s905x-p212.dts              |  68 ++++++++++
 arch/arm/dts/meson-gxl-s905x-p212.dtsi             |  21 ++--
 arch/arm/dts/meson-gxl.dtsi                        |  43 ++++---
 arch/arm/dts/meson-gxm-khadas-vim2.dts             |  15 +--
 arch/arm/dts/meson-gxm-wetek-core2.dts             |   2 -
 configs/beelink-gt1-ultimate_defconfig             |   2 +-
 configs/jethub_j80_defconfig                       |   2 +-
 configs/khadas-vim2_defconfig                      |   2 +-
 configs/khadas-vim_defconfig                       |   2 +-
 configs/libretech-ac_defconfig                     |   2 +-
 configs/libretech-cc_defconfig                     |   2 +-
 configs/libretech-cc_v2_defconfig                  |   2 +-
 configs/libretech-s905d-pc_defconfig               |   2 +-
 configs/libretech-s912-pc_defconfig                |   2 +-
 configs/p212_defconfig                             |   2 +-
 configs/wetek-core2_defconfig                      |   2 +-
 drivers/net/Kconfig                                |   7 ++
 drivers/net/Makefile                               |   1 +
 drivers/net/mdio_mux_meson_gxl.c                   | 138 +++++++++++++++++++++
 28 files changed, 342 insertions(+), 90 deletions(-)
---
base-commit: 65eed687729c28431d38c6c9174da4d878fb107f
change-id: 20231212-u-boot-gxl-mdio-mux-bc027eab0273

Best regards,
-- 
Neil Armstrong <neil.armstrong at linaro.org>



More information about the U-Boot mailing list