Skip to content

Commit 3da3cc1

Browse files
Revert "dts: phy: add GPIO number and active state used for phy reset"
VSC8541 phys need a special reset sequence, which the driver doesn't currentlny support. As a result enabling the reset via GPIO essentially guarnteees that the device won't work correctly. We've been relying on bootloaders to reset the device for years, with this revert we'll go back to doing so until we can sort out how to get the reset sequence into the kernel. This reverts commit a0fa9d7. Fixes: a0fa9d7 ("dts: phy: add GPIO number and active state used for phy reset") Cc: stable@vger.kernel.org Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
1 parent 92bf226 commit 3da3cc1

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)