[PATCH 2/6] arm64: dts: imx8dxl: Move Ethernet aliases out of SoC DTSI
Krzysztof Kozlowski
krzysztof.kozlowski at linaro.org
Fri Apr 25 12:48:25 PDT 2025
Ethernet interface, like other exposed interfaces, aliases depend on
actual board configuration, e.g. its labeling, thus aliases should be
defined per each board or each SoM.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org>
---
arch/arm64/boot/dts/freescale/imx8dxl-evk.dts | 1 +
arch/arm64/boot/dts/freescale/imx8dxl.dtsi | 2 --
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/freescale/imx8dxl-evk.dts b/arch/arm64/boot/dts/freescale/imx8dxl-evk.dts
index 5f3b4014e1521eb2e226797c77d15951cfde3187..1e23ed3a3f396f65e11fb0e5f575f35aa3b1728a 100644
--- a/arch/arm64/boot/dts/freescale/imx8dxl-evk.dts
+++ b/arch/arm64/boot/dts/freescale/imx8dxl-evk.dts
@@ -12,6 +12,7 @@ / {
compatible = "fsl,imx8dxl-evk", "fsl,imx8dxl";
aliases {
+ ethernet0 = &fec1;
i2c2 = &i2c2;
mmc0 = &usdhc1;
mmc1 = &usdhc2;
diff --git a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
index a71d8b32c1920bf9d73020ef48eb98fdbe9adc6f..a14cfcc15cd538c387bbdd325a8b951b00fa712a 100644
--- a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
@@ -19,8 +19,6 @@ / {
#size-cells = <2>;
aliases {
- ethernet0 = &fec1;
- ethernet1 = &eqos;
gpio0 = &lsio_gpio0;
gpio1 = &lsio_gpio1;
gpio2 = &lsio_gpio2;
--
2.45.2
More information about the linux-arm-kernel
mailing list