linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Kumar Gala <galak@kernel.crashing.org>
To: linuxppc-dev@ozlabs.org
Subject: [PATCH 01/29] powerpc/85xx: Simplify P1020RDB CAMP dts using includes
Date: Thu, 17 Nov 2011 01:15:53 -0600	[thread overview]
Message-ID: <1321514181-28897-1-git-send-email-galak@kernel.crashing.org> (raw)

If we include the p1020rdb.dts instead of p1020si.dts we greatly reduce
duplication and maintenance.  We can just list which devices are
disabled for the given core and mpic protected sources.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
---
 arch/powerpc/boot/dts/p1020rdb_camp_core0.dts |  154 +------------------------
 arch/powerpc/boot/dts/p1020rdb_camp_core1.dts |   11 +--
 2 files changed, 4 insertions(+), 161 deletions(-)

diff --git a/arch/powerpc/boot/dts/p1020rdb_camp_core0.dts b/arch/powerpc/boot/dts/p1020rdb_camp_core0.dts
index f0bf7f4..41b4585 100644
--- a/arch/powerpc/boot/dts/p1020rdb_camp_core0.dts
+++ b/arch/powerpc/boot/dts/p1020rdb_camp_core0.dts
@@ -16,7 +16,7 @@
  * option) any later version.
  */
 
-/include/ "p1020si.dtsi"
+/include/ "p1020rdb.dts"
 
 / {
 	model = "fsl,P1020RDB";
@@ -32,7 +32,7 @@
 
 	cpus {
 		PowerPC,P1020@1 {
-		status = "disabled";
+			status = "disabled";
 		};
 	};
 
@@ -45,169 +45,19 @@
 	};
 
 	soc@ffe00000 {
-		i2c@3000 {
-			rtc@68 {
-				compatible = "dallas,ds1339";
-				reg = <0x68>;
-			};
-		};
-
 		serial1: serial@4600 {
 			status = "disabled";
 		};
 
-		spi@7000 {
-			fsl_m25p80@0 {
-				#address-cells = <1>;
-				#size-cells = <1>;
-				compatible = "fsl,espi-flash";
-				reg = <0>;
-				linux,modalias = "fsl_m25p80";
-				spi-max-frequency = <40000000>;
-
-				partition@0 {
-					/* 512KB for u-boot Bootloader Image */
-					reg = <0x0 0x00080000>;
-					label = "SPI (RO) U-Boot Image";
-					read-only;
-				};
-
-				partition@80000 {
-					/* 512KB for DTB Image */
-					reg = <0x00080000 0x00080000>;
-					label = "SPI (RO) DTB Image";
-					read-only;
-				};
-
-				partition@100000 {
-					/* 4MB for Linux Kernel Image */
-					reg = <0x00100000 0x00400000>;
-					label = "SPI (RO) Linux Kernel Image";
-					read-only;
-				};
-
-				partition@500000 {
-					/* 4MB for Compressed RFS Image */
-					reg = <0x00500000 0x00400000>;
-					label = "SPI (RO) Compressed RFS Image";
-					read-only;
-				};
-
-				partition@900000 {
-					/* 7MB for JFFS2 based RFS */
-					reg = <0x00900000 0x00700000>;
-					label = "SPI (RW) JFFS2 RFS";
-				};
-			};
-		};
-
-		mdio@24000 {
-			phy0: ethernet-phy@0 {
-				interrupt-parent = <&mpic>;
-				interrupts = <3 1>;
-				reg = <0x0>;
-			};
-			phy1: ethernet-phy@1 {
-				interrupt-parent = <&mpic>;
-				interrupts = <2 1>;
-				reg = <0x1>;
-			};
-		};
-
-		mdio@25000 {
-			tbi0: tbi-phy@11 {
-				reg = <0x11>;
-				device_type = "tbi-phy";
-			};
-		};
-
 		enet0: ethernet@b0000 {
 			status = "disabled";
 		};
 
-		enet1: ethernet@b1000 {
-			phy-handle = <&phy0>;
-			tbi-handle = <&tbi0>;
-			phy-connection-type = "sgmii";
-		};
-
-		enet2: ethernet@b2000 {
-			phy-handle = <&phy1>;
-			phy-connection-type = "rgmii-id";
-		};
-
-		usb@22000 {
-			phy_type = "ulpi";
-		};
-
-		/* USB2 is shared with localbus, so it must be disabled
-		   by default. We can't put 'status = "disabled";' here
-		   since U-Boot doesn't clear the status property when
-		   it enables USB2. OTOH, U-Boot does create a new node
-		   when there isn't any. So, just comment it out.
-		usb@23000 {
-			phy_type = "ulpi";
-		};
-		*/
-
 		mpic: pic@40000 {
 			protected-sources = <
 			42 29 30 34	/* serial1, enet0-queue-group0 */
 			17 18 24 45	/* enet0-queue-group1, crypto */
 			>;
 		};
-
-	};
-
-	pci0: pcie@ffe09000 {
-		ranges = <0x2000000 0x0 0xa0000000 0 0xa0000000 0x0 0x20000000
-			  0x1000000 0x0 0x00000000 0 0xffc10000 0x0 0x10000>;
-		interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
-		interrupt-map = <
-			/* IDSEL 0x0 */
-			0000 0x0 0x0 0x1 &mpic 0x4 0x1
-			0000 0x0 0x0 0x2 &mpic 0x5 0x1
-			0000 0x0 0x0 0x3 &mpic 0x6 0x1
-			0000 0x0 0x0 0x4 &mpic 0x7 0x1
-			>;
-		pcie@0 {
-			reg = <0x0 0x0 0x0 0x0 0x0>;
-			#size-cells = <2>;
-			#address-cells = <3>;
-			device_type = "pci";
-			ranges = <0x2000000 0x0 0xa0000000
-				  0x2000000 0x0 0xa0000000
-				  0x0 0x20000000
-
-				  0x1000000 0x0 0x0
-				  0x1000000 0x0 0x0
-				  0x0 0x100000>;
-		};
-	};
-
-	pci1: pcie@ffe0a000 {
-		ranges = <0x2000000 0x0 0x80000000 0 0x80000000 0x0 0x20000000
-			  0x1000000 0x0 0x00000000 0 0xffc00000 0x0 0x10000>;
-		interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
-		interrupt-map = <
-			/* IDSEL 0x0 */
-			0000 0x0 0x0 0x1 &mpic 0x0 0x1
-			0000 0x0 0x0 0x2 &mpic 0x1 0x1
-			0000 0x0 0x0 0x3 &mpic 0x2 0x1
-			0000 0x0 0x0 0x4 &mpic 0x3 0x1
-			>;
-		pcie@0 {
-			reg = <0x0 0x0 0x0 0x0 0x0>;
-			#size-cells = <2>;
-			#address-cells = <3>;
-			device_type = "pci";
-			ranges = <0x2000000 0x0 0x80000000
-				  0x2000000 0x0 0x80000000
-				  0x0 0x20000000
-
-				  0x1000000 0x0 0x0
-				  0x1000000 0x0 0x0
-				  0x0 0x100000>;
-		};
 	};
 };
diff --git a/arch/powerpc/boot/dts/p1020rdb_camp_core1.dts b/arch/powerpc/boot/dts/p1020rdb_camp_core1.dts
index 6ec0220..5174538 100644
--- a/arch/powerpc/boot/dts/p1020rdb_camp_core1.dts
+++ b/arch/powerpc/boot/dts/p1020rdb_camp_core1.dts
@@ -15,7 +15,7 @@
  * option) any later version.
  */
 
-/include/ "p1020si.dtsi"
+/include/ "p1020rdb.dts"
 
 / {
 	model = "fsl,P1020RDB";
@@ -28,7 +28,7 @@
 
 	cpus {
 		PowerPC,P1020@0 {
-		status = "disabled";
+			status = "disabled";
 		};
 	};
 
@@ -85,12 +85,6 @@
 			status = "disabled";
 		};
 
-		enet0: ethernet@b0000 {
-			fixed-link = <1 1 1000 0 0>;
-			phy-connection-type = "rgmii-id";
-
-		};
-
 		enet1: ethernet@b1000 {
 			status = "disabled";
 		};
@@ -135,7 +129,6 @@
 		global-utilities@e0000 {	//global utilities block
 			status = "disabled";
 		};
-
 	};
 
 	pci0: pcie@ffe09000 {
-- 
1.7.3.4

             reply	other threads:[~2011-11-17  7:16 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-17  7:15 Kumar Gala [this message]
2011-11-17  7:15 ` [PATCH 02/29] powerpc/85xx: Rework PCI nodes on P1020RDB Kumar Gala
2011-11-17  7:15   ` [PATCH 03/29] powerpc/85xx: Update SPI binding to match binding spec for P1020RDB Kumar Gala
2011-11-17  7:15     ` [PATCH 04/29] powerpc/85xx: Update P1020 SEC3.3 node to match actual SoC HW Kumar Gala
2011-11-17  7:15       ` [PATCH 05/29] powerpc/85xx: Add ethernet magic packet property to P1020 device tree Kumar Gala
2011-11-17  7:15         ` [PATCH 06/29] powerpc/85xx: p1020si.dtsi update interrupt handling Kumar Gala
2011-11-17  7:15           ` [PATCH 07/29] powerpc/85xx: create dts components to build up an SoC Kumar Gala
2011-11-17  7:16             ` [PATCH 08/29] powerpc/85xx: Rework MPC8536DS device trees Kumar Gala
2011-11-17  7:16               ` [PATCH 09/29] powerpc/85xx: Rework MPC8544DS device tree Kumar Gala
2011-11-17  7:16                 ` [PATCH 10/29] powerpc/85xx: Rework MPC8548CDS device trees Kumar Gala
2011-11-17  7:16                   ` [PATCH 11/29] powerpc/85xx: Rework MPC8568MDS device tree Kumar Gala
2011-11-17  7:16                     ` [PATCH 12/29] powerpc/85xx: Rework MPC8569MDS " Kumar Gala
2011-11-17  7:16                       ` [PATCH 13/29] powerpc/85xx: Rework MPC8572DS " Kumar Gala
2011-11-17  7:16                         ` [PATCH 14/29] powerpc/85xx: Rework P1010RDB and P1010 " Kumar Gala
2011-11-17  7:16                           ` [PATCH 15/29] powerpc/85xx: Add RTC to P1010RDB " Kumar Gala
2011-11-17  7:16                             ` [PATCH 16/29] powerpc/85xx: Add crypto engine to P1010 SoC " Kumar Gala
2011-11-17  7:16                               ` [PATCH 17/29] powerpc/85xx: Add a P1010RDB 36-bit address map " Kumar Gala
2011-11-17  7:16                                 ` [PATCH 18/29] powerpc/85xx: Rework P1020RDB " Kumar Gala
2011-11-17  7:16                                   ` [PATCH 19/29] powerpc/85xx: Add P1020RDB 36-bit address map " Kumar Gala
2011-11-17  7:16                                     ` [PATCH 20/29] powerpc/85xx: Rework P1021MDS " Kumar Gala
2011-11-17  7:16                                       ` [PATCH 21/29] powerpc/85xx: Rework P1022DS " Kumar Gala
2011-11-17  7:16                                         ` [PATCH 22/29] powerpc/85xx: Rework P1023RDS " Kumar Gala
2011-11-17  7:16                                           ` [PATCH 23/29] powerpc/85xx: Rework P2020DS " Kumar Gala
2011-11-17  7:16                                             ` [PATCH 24/29] powerpc/85xx: Rework P2020RDB " Kumar Gala
2011-11-17  7:16                                               ` [PATCH 25/29] powerpc/85xx: Rework P2041RDB " Kumar Gala
2011-11-17  7:16                                                 ` [PATCH 26/29] powerpc/85xx: Rework P3041DS " Kumar Gala
2011-11-17  7:16                                                   ` [PATCH 27/29] powerpc/85xx: Rework P3060QDS " Kumar Gala
2011-11-17  7:16                                                     ` [PATCH 28/29] powerpc/85xx: Rework P4080DS device trees Kumar Gala
2011-11-17  7:16                                                       ` [PATCH 29/29] powerpc/85xx: Rework P5020DS device tree Kumar Gala
2011-11-17 14:01                                         ` [PATCH 21/29] powerpc/85xx: Rework P1022DS " Tabi Timur-B04825
2011-11-17 14:33                                           ` Kumar Gala
2011-11-17 20:44               ` [PATCH 08/29] powerpc/85xx: Rework MPC8536DS device trees Scott Wood
2011-11-20 16:13 ` [PATCH 01/29] powerpc/85xx: Simplify P1020RDB CAMP dts using includes Kumar Gala

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1321514181-28897-1-git-send-email-galak@kernel.crashing.org \
    --to=galak@kernel.crashing.org \
    --cc=linuxppc-dev@ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).