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

arm: dts: aspeed: tiogapass: Enable second MAC

Tioga Pass reference design includes Intel I210 Ethernet controller
connected to the BMC with NC/SI.

MAC readout is not supported.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-by: Vijay Khemka <vijaykhemkalinux@gmail.com>
Tested-by: Vijay Khemka <vijaykhemkalinux@gmail.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>

authored by

Paul Fertser and committed by
Joel Stanley
6ff28622 2e7cd913

+8
+8
arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts
··· 191 191 use-ncsi; 192 192 }; 193 193 194 + &mac1 { 195 + status = "okay"; 196 + 197 + pinctrl-names = "default"; 198 + pinctrl-0 = <&pinctrl_rmii2_default>; 199 + use-ncsi; 200 + }; 201 + 194 202 &adc { 195 203 status = "okay"; 196 204 };