commit | 28fade708cbb562d9e73412dfb41a437def3a977 | [log] [tgz] |
---|---|---|
author | Neil Armstrong <neil.armstrong@linaro.org> | Wed Dec 13 10:30:12 2023 +0100 |
committer | Neil Armstrong <neil.armstrong@linaro.org> | Tue Dec 19 11:24:38 2023 +0100 |
tree | 033e903acd600a91ae6e8c3ae05b11fd23c4bb88 | |
parent | 0dd065956afbd2ad7d0f4edcde579a65a45c4bb6 [diff] |
net: Add Amlogic GXL MDIO Mux driver Port the mdio-mux-meson-gxl.c Linux driver introduced in [1], and adapt it to U-Boot. This driver is needed to boot U-Boot with Linux DT since v6.4, since it switched the MDIO mux from the mmio to a proper GXL driver. [1] 9a24e1ff4326 ("net: mdio: add amlogic gxl mdio mux support") Link: https://lore.kernel.org/r/20231213-u-boot-gxl-mdio-mux-v2-1-c56bb02a75ea@linaro.org Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>