Commit 9b5d8505 authored by Tao Ren's avatar Tao Ren Committed by Joel Stanley
Browse files

ARM: dts: aspeed: cloudripper: Add comments for "mdio1"



Add some comments to explain the purpose of "mdio1" controller: it's
connected to the MDC/MDIO interface of the on-board management switch.

Signed-off-by: default avatarTao Ren <rentao.bupt@gmail.com>
Link: https://lore.kernel.org/r/20210813061900.24539-1-rentao.bupt@gmail.com


Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 813e3f1d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -96,6 +96,11 @@
	status = "okay";
};

/*
 * "mdio1" is connected to the MDC/MDIO interface of the on-board
 * management switch (whose ports are connected to BMC, Host and front
 * panel ethernet port).
 */
&mdio1 {
	status = "okay";
};