[PATCH v2 7/8] arm64: dts: qcom: sa8775p-ride: add an alias for ethernet0

From: Bartosz Golaszewski
Date: Tue Aug 08 2023 - 15:36:47 EST


From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>

Once we add a second ethernet node, the MDIO bus names will conflict
unless we provide aliases. Add one for the existing ethernet node.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/sa8775p-ride.dts | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/qcom/sa8775p-ride.dts b/arch/arm64/boot/dts/qcom/sa8775p-ride.dts
index 486cb48ecb9d..330553742204 100644
--- a/arch/arm64/boot/dts/qcom/sa8775p-ride.dts
+++ b/arch/arm64/boot/dts/qcom/sa8775p-ride.dts
@@ -23,6 +23,7 @@ aliases {
i2c18 = &i2c18;
spi16 = &spi16;
ufshc1 = &ufs_mem_hc;
+ ethernet0 = &ethernet0;
};

chosen {
--
2.39.2