aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2021-02-12 11:07:29 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2021-02-12 11:07:29 -0800
commitf9516259804123c416c4a9de40bc2e14d686478e (patch)
treeab7b516e76e88d43463aef327f4325112a68b1f5
parent93908500b8da0423c9f0511130c8ab86d59576a0 (diff)
parent3da3cc1b5f47115b16b5ffeeb4bf09ec331b0164 (diff)
downloaddm-user-f9516259804123c416c4a9de40bc2e14d686478e.tar.gz
Merge tag 'riscv-for-linus-5.11-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Pull RISC-V fix from Palmer Dabbelt: "A single fix this week: the removal of the GPIO reset method for the Ethernet phy on the HiFive Unleashed. This returns to relying on the bootloader's phy reset sequence, which we'll have to continue doing until we can sort out how to get the Linux phy driver to perform the special reset dance required for this phy" * tag 'riscv-for-linus-5.11-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux: Revert "dts: phy: add GPIO number and active state used for phy reset"
-rw-r--r--arch/riscv/boot/dts/sifive/hifive-unleashed-a00.dts1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/riscv/boot/dts/sifive/hifive-unleashed-a00.dts b/arch/riscv/boot/dts/sifive/hifive-unleashed-a00.dts
index 24d75a146e02d4..60846e88ae4b1c 100644
--- a/arch/riscv/boot/dts/sifive/hifive-unleashed-a00.dts
+++ b/arch/riscv/boot/dts/sifive/hifive-unleashed-a00.dts
@@ -90,7 +90,6 @@
phy0: ethernet-phy@0 {
compatible = "ethernet-phy-id0007.0771";
reg = <0>;
- reset-gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
};
};