Unverified Commit 129469c4 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Arnd Bergmann
Browse files
parent eeac8ede
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ partitions {
		};

		pci@c0000000 {
			status = "ok";
			status = "okay";

			/*
			 * Taken from Coyote PCI boardfile.
@@ -80,7 +80,7 @@ pci@c0000000 {

		/* EthB */
		ethernet@c8009000 {
			status = "ok";
			status = "okay";
			queue-rx = <&qmgr 3>;
			queue-txready = <&qmgr 20>;
			phy-mode = "rgmii";
@@ -102,7 +102,7 @@ phy5: ethernet-phy@5 {

		/* EthC */
		ethernet@c800a000 {
			status = "ok";
			status = "okay";
			queue-rx = <&qmgr 4>;
			queue-txready = <&qmgr 21>;
			phy-mode = "rgmii";
+3 −3
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ watchdog@5,0 {
		};

		pci@c0000000 {
			status = "ok";
			status = "okay";

			/*
			 * Taken from Vulcan PCI boardfile.
@@ -137,7 +137,7 @@ pci@c0000000 {

		/* EthB */
		ethernet@c8009000 {
			status = "ok";
			status = "okay";
			queue-rx = <&qmgr 3>;
			queue-txready = <&qmgr 20>;
			phy-mode = "rgmii";
@@ -159,7 +159,7 @@ phy1: ethernet-phy@1 {

		/* EthC */
		ethernet@c800a000 {
			status = "ok";
			status = "okay";
			queue-rx = <&qmgr 4>;
			queue-txready = <&qmgr 21>;
			phy-mode = "rgmii";
+1 −1
Original line number Diff line number Diff line
@@ -122,7 +122,7 @@ partitions {
		};

		pci@c0000000 {
			status = "ok";
			status = "okay";

			/*
			 * Taken from DSM-G600 PCI boardfile (dsmg600-pci.c)
+3 −3
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@ led@0,5 {
		};

		pci@c0000000 {
			status = "ok";
			status = "okay";

			/*
			 * Written based on the FSG-3 PCI boardfile.
@@ -187,7 +187,7 @@ pci@c0000000 {

		/* EthB */
		ethernet@c8009000 {
			status = "ok";
			status = "okay";
			queue-rx = <&qmgr 3>;
			queue-txready = <&qmgr 20>;
			phy-mode = "rgmii";
@@ -209,7 +209,7 @@ phy5: ethernet-phy@5 {

		/* EthC */
		ethernet@c800a000 {
			status = "ok";
			status = "okay";
			queue-rx = <&qmgr 4>;
			queue-txready = <&qmgr 21>;
			phy-mode = "rgmii";
+3 −3
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ partitions {
		};

		pci@c0000000 {
			status = "ok";
			status = "okay";

			/*
			 * Taken from Gateway 7001 PCI boardfile (gateway7001-pci.c)
@@ -74,7 +74,7 @@ pci@c0000000 {
		};

		ethernet@c8009000 {
			status = "ok";
			status = "okay";
			queue-rx = <&qmgr 3>;
			queue-txready = <&qmgr 20>;
			phy-mode = "rgmii";
@@ -91,7 +91,7 @@ phy1: ethernet-phy@1 {
		};

		ethernet@c800a000 {
			status = "ok";
			status = "okay";
			queue-rx = <&qmgr 4>;
			queue-txready = <&qmgr 21>;
			phy-mode = "rgmii";
Loading