Skip to content

Commit dc00a9f

Browse files
committed
Merge tag 'aspeed-6.18-fixes-0' of https://git.kernel.org/pub/scm/linux/kernel/git/bmc/linux into arm/fixes
First batch of ASPEED fixes for 6.18 This time it's just the one fix addressing a PHY configuration regression in the Fuji (Meta) platform's mac3 devicetree node. * tag 'aspeed-6.18-fixes-0' of https://git.kernel.org/pub/scm/linux/kernel/git/bmc/linux: ARM: dts: aspeed: fuji-data64: Enable mac3 controller Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents 3e40c91 + 8589309 commit dc00a9f

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-fuji-data64.dts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1254,3 +1254,17 @@
12541254
max-frequency = <25000000>;
12551255
bus-width = <4>;
12561256
};
1257+
1258+
/*
1259+
* FIXME: rgmii delay is introduced by MAC (configured in u-boot now)
1260+
* instead of PCB on fuji board, so the "phy-mode" should be updated to
1261+
* "rgmii-[tx|rx]id" when the aspeed-mac driver can handle the delay
1262+
* properly.
1263+
*/
1264+
&mac3 {
1265+
status = "okay";
1266+
phy-mode = "rgmii";
1267+
phy-handle = <&ethphy3>;
1268+
pinctrl-names = "default";
1269+
pinctrl-0 = <&pinctrl_rgmii4_default>;
1270+
};

0 commit comments

Comments
 (0)