Skip to content

Commit f951625

Browse files
committed
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"
2 parents 9390850 + 3da3cc1 commit f951625

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

arch/riscv/boot/dts/sifive/hifive-unleashed-a00.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@
9090
phy0: ethernet-phy@0 {
9191
compatible = "ethernet-phy-id0007.0771";
9292
reg = <0>;
93-
reset-gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
9493
};
9594
};
9695

0 commit comments

Comments
 (0)