Commit 630952e1 authored by Michael Walle's avatar Michael Walle Committed by Shawn Guo
Browse files

arm64: dts: ls1028a: disable the felix switch by default



Disable the felix switch by default and enable it per board which are
actually using it.

Signed-off-by: default avatarMichael Walle <michael@walle.cc>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 6c389f29
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -49,6 +49,10 @@
	};
};

&mscc_felix {
	status = "okay";
};

&mscc_felix_port0 {
	label = "swp0";
	managed = "in-band-status";
+4 −0
Original line number Diff line number Diff line
@@ -48,6 +48,10 @@
	status = "okay";
};

&mscc_felix {
	status = "okay";
};

&mscc_felix_port0 {
	label = "gbe0";
	phy-handle = <&phy0>;
+4 −0
Original line number Diff line number Diff line
@@ -214,6 +214,10 @@
	status = "okay";
};

&mscc_felix {
	status = "okay";
};

&mscc_felix_port0 {
	label = "swp0";
	managed = "in-band-status";
+2 −1
Original line number Diff line number Diff line
@@ -836,10 +836,11 @@
				fsl,extts-fifo;
			};

			ethernet-switch@0,5 {
			mscc_felix: ethernet-switch@0,5 {
				reg = <0x000500 0 0 0 0>;
				/* IEP INT_B */
				interrupts = <GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>;
				status = "disabled";

				ports {
					#address-cells = <1>;