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: index the first SGMII PHY

We'll be adding a second SGMII PHY on the same MDIO bus, so let's index
the first one for better readability.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Reviewed-by: Andrew Halaney <ahalaney@redhat.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Tested-by: Andrew Halaney <ahalaney@redhat.com>
Link: https://lore.kernel.org/r/20230810080909.6259-6-brgl@bgdev.pl
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Bartosz Golaszewski and committed by
Bjorn Andersson
1e7ef41b 5255901f

+2 -2
+2 -2
arch/arm64/boot/dts/qcom/sa8775p-ride.dts
··· 263 263 264 264 &ethernet0 { 265 265 phy-mode = "sgmii"; 266 - phy-handle = <&sgmii_phy>; 266 + phy-handle = <&sgmii_phy0>; 267 267 268 268 pinctrl-0 = <&ethernet0_default>; 269 269 pinctrl-names = "default"; ··· 279 279 #address-cells = <1>; 280 280 #size-cells = <0>; 281 281 282 - sgmii_phy: phy@8 { 282 + sgmii_phy0: phy@8 { 283 283 compatible = "ethernet-phy-id0141.0dd4"; 284 284 reg = <0x8>; 285 285 device_type = "ethernet-phy";