]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: aspeed: Add NCSI3 and NCSI4 pinctrl nodes
authorLeo Wang <leo.jt.wang@gmail.com>
Wed, 13 Aug 2025 10:04:14 +0000 (18:04 +0800)
committerAndrew Jeffery <andrew@codeconstruct.com.au>
Wed, 3 Sep 2025 04:54:55 +0000 (14:24 +0930)
Add pinctrl nodes for NCSI3 and NCSI4 to the AST2600 pinctrl
description, enabling support for RMII3 and RMII4 interfaces.

Signed-off-by: Leo Wang <leo.jt.wang@gmail.com>
Link: https://patch.msgid.link/20250813-add-support-for-meta-clemente-bmc-v11-2-8970d41f88b0@fii-foxconn.com
[arj: Remove 'clemente' from commit subject]
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
arch/arm/boot/dts/aspeed/aspeed-g6-pinctrl.dtsi

index 289668f051eb4271ac48ae3ce9b82587911548ee..e87c4b58994add33938792f732420ade7ea5c23f 100644 (file)
                groups = "MDIO4";
        };
 
+       pinctrl_ncsi3_default: ncsi3_default {
+               function = "RMII3";
+               groups = "NCSI3";
+       };
+
+       pinctrl_ncsi4_default: ncsi4_default {
+               function = "RMII4";
+               groups = "NCSI4";
+       };
+
        pinctrl_ncts1_default: ncts1_default {
                function = "NCTS1";
                groups = "NCTS1";