Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Bartosz Golaszewski and committed by
Bjorn Andersson
fdc051e3 f8be0c50

+1
+1
arch/arm64/boot/dts/qcom/sa8775p-ride.dts
··· 16 16 compatible = "qcom,sa8775p-ride", "qcom,sa8775p"; 17 17 18 18 aliases { 19 + ethernet0 = &ethernet0; 19 20 i2c11 = &i2c11; 20 21 i2c18 = &i2c18; 21 22 serial0 = &uart10;