diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-08-10 11:09:08 +0300 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-08-11 20:34:06 +0300 |
commit | fdc051e3926ee52b43f16dc3d6f35f40f8a5d3c3 (patch) | |
tree | aa1f5e9a78e3912a62ca851f684f4c2969a3aca0 | |
parent | f8be0c50ce0e5bc38938fb1a7405288cf3fc96ac (diff) | |
download | linux-fdc051e3926ee52b43f16dc3d6f35f40f8a5d3c3.tar.xz |
arm64: dts: qcom: sa8775p-ride: add an alias for ethernet0
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@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Tested-by: Andrew Halaney <ahalaney@redhat.com>
Link: https://lore.kernel.org/r/20230810080909.6259-9-brgl@bgdev.pl
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-rw-r--r-- | arch/arm64/boot/dts/qcom/sa8775p-ride.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sa8775p-ride.dts b/arch/arm64/boot/dts/qcom/sa8775p-ride.dts index fb5c7b279301..2caee299d410 100644 --- a/arch/arm64/boot/dts/qcom/sa8775p-ride.dts +++ b/arch/arm64/boot/dts/qcom/sa8775p-ride.dts @@ -16,6 +16,7 @@ compatible = "qcom,sa8775p-ride", "qcom,sa8775p"; aliases { + ethernet0 = ðernet0; i2c11 = &i2c11; i2c18 = &i2c18; serial0 = &uart10; |