Commit 1e7ef41b authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by Bjorn Andersson

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: default avatarBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Reviewed-by: default avatarAndrew Halaney <ahalaney@redhat.com>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Tested-by: default avatarAndrew Halaney <ahalaney@redhat.com>
Link: https://lore.kernel.org/r/20230810080909.6259-6-brgl@bgdev.plSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 5255901f
...@@ -263,7 +263,7 @@ vreg_l8e: ldo8 { ...@@ -263,7 +263,7 @@ vreg_l8e: ldo8 {
&ethernet0 { &ethernet0 {
phy-mode = "sgmii"; phy-mode = "sgmii";
phy-handle = <&sgmii_phy>; phy-handle = <&sgmii_phy0>;
pinctrl-0 = <&ethernet0_default>; pinctrl-0 = <&ethernet0_default>;
pinctrl-names = "default"; pinctrl-names = "default";
...@@ -279,7 +279,7 @@ mdio { ...@@ -279,7 +279,7 @@ mdio {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
sgmii_phy: phy@8 { sgmii_phy0: phy@8 {
compatible = "ethernet-phy-id0141.0dd4"; compatible = "ethernet-phy-id0141.0dd4";
reg = <0x8>; reg = <0x8>;
device_type = "ethernet-phy"; device_type = "ethernet-phy";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment