]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: aspeed: catalina: enable mac2
authorPotin Lai <potin.lai.pt@gmail.com>
Thu, 26 Sep 2024 07:10:45 +0000 (15:10 +0800)
committerAndrew Jeffery <andrew@codeconstruct.com.au>
Fri, 13 Dec 2024 05:16:59 +0000 (15:46 +1030)
Enable mac2 in advance for DVT HW schematic.

- EVT system:
  - eth0 (mac2): no NCSI
  - eth1 (mac3): with NCSI

- DVT system:
  - eth0 (mac2): with NCSI
  - eth1 (mac3): with NCSI

Signed-off-by: Potin Lai <potin.lai.pt@gmail.com>
Link: https://patch.msgid.link/20240926-catalina-evt-dvt-system-modify-v2-2-a861daeba059@gmail.com
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-catalina.dts

index eac6e33e98f4250b6f2405b91e54d82619ac6e6c..9502d483e73858845f2afc14a572e032a6f3d304 100644 (file)
        status = "okay";
 };
 
+&mac2 {
+       status = "okay";
+       pinctrl-names = "default";
+       pinctrl-0 = <&pinctrl_ncsi3_default>;
+       use-ncsi;
+};
+
 &mac3 {
        status = "okay";
        pinctrl-names = "default";