diff options
author | Tom Rini <trini@konsulko.com> | 2023-06-10 14:08:00 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-06-10 14:08:00 -0400 |
commit | 5b589e139620214f26eb83c9fb7bbd62b5f8fc1d (patch) | |
tree | 148aefb39e8e2dac86b475ef4b9e77c26760ef9f /arch | |
parent | cc5a94092317dfd275d18fdcf5884d5d4e4f2c09 (diff) | |
parent | 32d2461e0467b50abeb5662fce41fdd686e88b61 (diff) |
Merge branch 'next_net/phy_connect_dev' of https://source.denx.de/u-boot/custodians/u-boot-sh into next
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/r7s72100-gr-peach.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/r7s72100-gr-peach.dts b/arch/arm/dts/r7s72100-gr-peach.dts index fe1a4aa4d7..70d034c26d 100644 --- a/arch/arm/dts/r7s72100-gr-peach.dts +++ b/arch/arm/dts/r7s72100-gr-peach.dts @@ -126,6 +126,8 @@ phy-handle = <&phy0>; phy0: ethernet-phy@0 { + compatible = "ethernet-phy-id0007.c0f0", + "ethernet-phy-ieee802.3-c22"; reg = <0>; reset-gpios = <&port4 2 GPIO_ACTIVE_LOW>; |