diff options
author | David Bauer <mail@david-bauer.net> | 2020-10-01 10:25:45 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2020-10-03 19:00:49 +0200 |
commit | 9f907c46bb112788b9997dacd39bce261a8a1905 (patch) | |
tree | 285d2dc12cdc331e4d876fc1f217bd7f5e83f3e3 /target/linux/rockchip | |
parent | ea9046d1ae255e5141813d80a7fd0cc65e610363 (diff) | |
download | upstream-9f907c46bb112788b9997dacd39bce261a8a1905.tar.gz upstream-9f907c46bb112788b9997dacd39bce261a8a1905.tar.bz2 upstream-9f907c46bb112788b9997dacd39bce261a8a1905.zip |
rockchip: fix NanoPi R2S PHY ID
Fix the PHY ID for the NanoPi R2S PHY compatible to match the used PHY.
The ID was wrong as I've accidentally picked the wrong upstream patch.
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/rockchip')
-rw-r--r-- | target/linux/rockchip/patches-5.4/005-rockchip-rk3328-add-compatible-to-NanoPi-R2S-etherne.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rockchip/patches-5.4/005-rockchip-rk3328-add-compatible-to-NanoPi-R2S-etherne.patch b/target/linux/rockchip/patches-5.4/005-rockchip-rk3328-add-compatible-to-NanoPi-R2S-etherne.patch index 5d2574200c..897a42fea2 100644 --- a/target/linux/rockchip/patches-5.4/005-rockchip-rk3328-add-compatible-to-NanoPi-R2S-etherne.patch +++ b/target/linux/rockchip/patches-5.4/005-rockchip-rk3328-add-compatible-to-NanoPi-R2S-etherne.patch @@ -18,7 +18,7 @@ Signed-off-by: David Bauer <mail@david-bauer.net> #size-cells = <0>; rtl8211e: ethernet-phy@1 { -+ compatible = "ethernet-phy-id0143.bca2", ++ compatible = "ethernet-phy-id001c.c915", + "ethernet-phy-ieee802.3-c22"; reg = <1>; pinctrl-0 = <ð_phy_reset_pin>; |