aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm64/boot/dts/qcom/sa8775p-ride.dts
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-08-10 10:09:05 +0200
committerBjorn Andersson <andersson@kernel.org>2023-08-11 10:34:05 -0700
commit1e7ef41b5fa7de8de746a5d6cb7c96c409888c53 (patch)
tree4baac698d7e59b36b329d0c144c47bbb6b441671 /arch/arm64/boot/dts/qcom/sa8775p-ride.dts
parentarm64: dts: qcom: sa8775p-ride: move the reset-gpios property of the PHY (diff)
downloadwireguard-linux-1e7ef41b5fa7de8de746a5d6cb7c96c409888c53.tar.xz
wireguard-linux-1e7ef41b5fa7de8de746a5d6cb7c96c409888c53.zip
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>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/sa8775p-ride.dts')
-rw-r--r--arch/arm64/boot/dts/qcom/sa8775p-ride.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/qcom/sa8775p-ride.dts b/arch/arm64/boot/dts/qcom/sa8775p-ride.dts
index 457182510412..fa32190a960f 100644
--- a/arch/arm64/boot/dts/qcom/sa8775p-ride.dts
+++ b/arch/arm64/boot/dts/qcom/sa8775p-ride.dts
@@ -263,7 +263,7 @@
&ethernet0 {
phy-mode = "sgmii";
- phy-handle = <&sgmii_phy>;
+ phy-handle = <&sgmii_phy0>;
pinctrl-0 = <&ethernet0_default>;
pinctrl-names = "default";
@@ -279,7 +279,7 @@
#address-cells = <1>;
#size-cells = <0>;
- sgmii_phy: phy@8 {
+ sgmii_phy0: phy@8 {
compatible = "ethernet-phy-id0141.0dd4";
reg = <0x8>;
device_type = "ethernet-phy";