Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'socfpga_dts_fix_for_v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into arm/fixes

SoCFPGA DTS fix for v6.17
- Fix midio bus probe and PHY address for cylone5 sodia board

* tag 'socfpga_dts_fix_for_v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux:
ARM: dts: socfpga: sodia: Fix mdio bus probe and PHY address

Link: https://lore.kernel.org/r/20250907123058.175447-1-dinguyen@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

+4 -2
+4 -2
arch/arm/boot/dts/intel/socfpga/socfpga_cyclone5_sodia.dts
··· 66 66 mdio0 { 67 67 #address-cells = <1>; 68 68 #size-cells = <0>; 69 - phy0: ethernet-phy@0 { 70 - reg = <0>; 69 + compatible = "snps,dwmac-mdio"; 70 + 71 + phy0: ethernet-phy@4 { 72 + reg = <4>; 71 73 rxd0-skew-ps = <0>; 72 74 rxd1-skew-ps = <0>; 73 75 rxd2-skew-ps = <0>;