[POWERPC] Cleanup mpic nodes in .dts
authorKumar Gala <galak@kernel.crashing.org>
Fri, 30 May 2008 17:12:26 +0000 (12:12 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Mon, 2 Jun 2008 19:44:25 +0000 (14:44 -0500)
Removed clock-frequency, big-endian, and built-in props as they aren't
specified anywhere.  Also added compatible = "chrp,open-pic" in the
places it was missing.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20 files changed:
Documentation/powerpc/booting-without-of.txt
arch/powerpc/boot/dts/mpc7448hpc2.dts
arch/powerpc/boot/dts/mpc8540ads.dts
arch/powerpc/boot/dts/mpc8541cds.dts
arch/powerpc/boot/dts/mpc8544ds.dts
arch/powerpc/boot/dts/mpc8548cds.dts
arch/powerpc/boot/dts/mpc8555cds.dts
arch/powerpc/boot/dts/mpc8560ads.dts
arch/powerpc/boot/dts/mpc8568mds.dts
arch/powerpc/boot/dts/mpc8572ds.dts
arch/powerpc/boot/dts/mpc8610_hpcd.dts
arch/powerpc/boot/dts/mpc8641_hpcn.dts
arch/powerpc/boot/dts/sbc8548.dts
arch/powerpc/boot/dts/sbc8560.dts
arch/powerpc/boot/dts/storcenter.dts
arch/powerpc/boot/dts/stx_gp3_8560.dts
arch/powerpc/boot/dts/tqm8540.dts
arch/powerpc/boot/dts/tqm8541.dts
arch/powerpc/boot/dts/tqm8555.dts
arch/powerpc/boot/dts/tqm8560.dts

index c67d2f58975486e245795fd9403f037d08940285..948f6417a40bf3cbe5fb956a4e7aa6979cae292c 100644 (file)
@@ -1363,14 +1363,11 @@ platforms are moved over to use the flattened-device-tree model.
 
        pic@40000 {
                linux,phandle = <40000>;
-               clock-frequency = <0>;
                interrupt-controller;
                #address-cells = <0>;
                reg = <40000 40000>;
-               built-in;
                compatible = "chrp,open-pic";
                device_type = "open-pic";
-               big-endian;
        };
 
 
@@ -3663,14 +3660,11 @@ not necessary as they are usually the same as the root node.
 
                pic@40000 {
                        linux,phandle = <40000>;
-                       clock-frequency = <0>;
                        interrupt-controller;
                        #address-cells = <0>;
                        reg = <40000 40000>;
-                       built-in;
                        compatible = "chrp,open-pic";
                        device_type = "open-pic";
-                        big-endian;
                };
 
                i2c@3000 {
index 4936349b87cd6eabb8a1649642d7ed7a4829be8a..705c23c14f321d8b813d11bae54aa2963491074d 100644 (file)
                };
 
                mpic: pic@7400 {
-                       clock-frequency = <0>;
                        interrupt-controller;
                        #address-cells = <0>;
                        #interrupt-cells = <2>;
                        reg = <0x7400 0x400>;
                        compatible = "chrp,open-pic";
                        device_type = "open-pic";
-                               big-endian;
                };
                pci@1000 {
                        compatible = "tsi108-pci";
index 18033ed0b5356319332b71b035fbda62d87b25c5..58e165e8737391a93f4d488b5ca658ee7b4e04f8 100644 (file)
                        interrupt-parent = <&mpic>;
                };
                mpic: pic@40000 {
-                       clock-frequency = <0>;
                        interrupt-controller;
                        #address-cells = <0>;
                        #interrupt-cells = <2>;
                        reg = <0x40000 0x40000>;
                        compatible = "chrp,open-pic";
                        device_type = "open-pic";
-                       big-endian;
                };
        };
 
index 663c7c50ca4552c90a9362e933305cd83e5ccda9..21ebe7cc454ac04fde23c80b7c7c31ae2337e4f2 100644 (file)
                };
 
                mpic: pic@40000 {
-                       clock-frequency = <0>;
                        interrupt-controller;
                        #address-cells = <0>;
                        #interrupt-cells = <2>;
                        reg = <0x40000 0x40000>;
                        compatible = "chrp,open-pic";
                        device_type = "open-pic";
-                        big-endian;
                };
 
                cpm@919c0 {
index 1cfd97078170e27f54c0bf78f013a4225aeca3e5..921f9f6848ea0b0530863e5e09aa55e24f4d91ba 100644 (file)
                };
 
                mpic: pic@40000 {
-                       clock-frequency = <0>;
                        interrupt-controller;
                        #address-cells = <0>;
                        #interrupt-cells = <2>;
                        reg = <0x40000 0x40000>;
                        compatible = "chrp,open-pic";
                        device_type = "open-pic";
-                       big-endian;
                };
 
                msi@41600 {
index fa298a8c81cc11c12d753375d467276f554a5754..213c88e5aee801c7483ef76c092b651c59f3d5ed 100644 (file)
                };
 
                mpic: pic@40000 {
-                       clock-frequency = <0>;
                        interrupt-controller;
                        #address-cells = <0>;
                        #interrupt-cells = <2>;
                        reg = <0x40000 0x40000>;
                        compatible = "chrp,open-pic";
                        device_type = "open-pic";
-                        big-endian;
                };
        };
 
index b025c566c10d1cf725a3675d113f0efb6c73c940..400f6dbc3a86dce6eed352e286aaf24414ff5a57 100644 (file)
                };
 
                mpic: pic@40000 {
-                       clock-frequency = <0>;
                        interrupt-controller;
                        #address-cells = <0>;
                        #interrupt-cells = <2>;
                        reg = <0x40000 0x40000>;
                        compatible = "chrp,open-pic";
                        device_type = "open-pic";
-                        big-endian;
                };
 
                cpm@919c0 {
index 0cc16ab305d118879ad59dba5a144bc21a6af1c6..f0b1f98a2df8ba8b12334ab1b77cb2f4f842c977 100644 (file)
                        #address-cells = <0>;
                        #interrupt-cells = <2>;
                        reg = <0x40000 0x40000>;
+                       compatible = "chrp,open-pic";
                        device_type = "open-pic";
                };
 
index a025a8ededc5706277795ca44d7997aa722e1187..d9064ee2d2d8d9226b28251f0aebe5b1c1c121d7 100644 (file)
                };
 
                mpic: pic@40000 {
-                       clock-frequency = <0>;
                        interrupt-controller;
                        #address-cells = <0>;
                        #interrupt-cells = <2>;
                        reg = <0x40000 0x40000>;
                        compatible = "chrp,open-pic";
                        device_type = "open-pic";
-                        big-endian;
                };
 
                par_io@e0100 {
index 174d51aff9240908e47471cca704e1c455a47add..3ca8cae493b605b7cba07926da63ec1e22b2cca7 100644 (file)
                };
 
                mpic: pic@40000 {
-                       clock-frequency = <0>;
                        interrupt-controller;
                        #address-cells = <0>;
                        #interrupt-cells = <2>;
                        reg = <0x40000 0x40000>;
                        compatible = "chrp,open-pic";
                        device_type = "open-pic";
-                       big-endian;
                };
        };
 
index fa9c297501aa93df3b085706c9a2af818a73d944..186f102bfb47c9a3be3e32b34f21b7f4da92b331 100644 (file)
                };
 
                mpic: interrupt-controller@40000 {
-                       clock-frequency = <0>;
                        interrupt-controller;
                        #address-cells = <0>;
                        #interrupt-cells = <2>;
                        reg = <0x40000 0x40000>;
                        compatible = "chrp,open-pic";
                        device_type = "open-pic";
-                       big-endian;
                };
 
                msi@41600 {
index 1e4bfe9cadb99093f58532aed1eea73a4cdf3c3e..14f718d5e50b5039c2c1fcb8c61b29ac410c2dd0 100644 (file)
                };
 
                mpic: pic@40000 {
-                       clock-frequency = <0>;
                        interrupt-controller;
                        #address-cells = <0>;
                        #interrupt-cells = <2>;
                        reg = <0x40000 0x40000>;
                        compatible = "chrp,open-pic";
                        device_type = "open-pic";
-                       big-endian;
                };
 
                global-utilities@e0000 {
index 22d967178fe9c4e00ab99dae429ddaa96255eadc..ce496fb27894dc51f786c0d7f7d9a204ab267cc7 100644 (file)
                mpic: pic@40000 {
                        interrupt-controller;
                        #address-cells = <0>;
-                       #size-cells = <0>;
                        #interrupt-cells = <2>;
                        reg = <0x40000 0x40000>;
                        compatible = "chrp,open-pic";
                        device_type = "open-pic";
-                        big-endian;
                };
        };
 
index 0476802fba6003370b71be5654595939865e28e5..266350196cd21a44f891e49da13f9dc4ae0caabf 100644 (file)
                mpic: pic@40000 {
                        interrupt-controller;
                        #address-cells = <0>;
-                       #size-cells = <0>;
                        #interrupt-cells = <2>;
+                       compatible = "chrp,open-pic";
                        reg = <0x40000 0x40000>;
                        device_type = "open-pic";
                };
index 5893816c0bcecc5b18ec1653c1cbb2e5c3cc8c1c..eab680ce10da035003ca19670553e5a1ab900ece 100644 (file)
@@ -95,6 +95,7 @@
 
                mpic: interrupt-controller@40000 {
                        #interrupt-cells = <2>;
+                       #address-cells = <0>;
                        device_type = "open-pic";
                        compatible = "chrp,open-pic";
                        interrupt-controller;
index f81fd7fdb29e1ef58f424404904bfddfcd4126ab..096277b7192d8220bd6b40a4f3db4ad6e22fce88 100644 (file)
                        #address-cells = <0>;
                        #interrupt-cells = <2>;
                        reg = <0x40000 0x40000>;
+                       compatible = "chrp,open-pic";
                        device_type = "open-pic";
                };
 
index 1addb3ae719ed56303a2233e5e57e9eae18a6ece..8ee4664c7490505f3f967723122efb6ad15241c2 100644 (file)
                        #interrupt-cells = <2>;
                        reg = <0x40000 0x40000>;
                        device_type = "open-pic";
+                       compatible = "chrp,open-pic";
                };
        };
 
index 9e01093f496ef597a88f0fa586b0e07a2bb2fac2..cadbebfd0edbf15324649c61e30f270f56f019d5 100644 (file)
                        #interrupt-cells = <2>;
                        reg = <0x40000 0x40000>;
                        device_type = "open-pic";
+                       compatible = "chrp,open-pic";
                };
 
                cpm@919c0 {
index a20eb06c482f87e262860d5b6ca9f36f1a295a06..9d6dc04e8c406d230e081da6b6dc033b4d645501 100644 (file)
                        #interrupt-cells = <2>;
                        reg = <0x40000 0x40000>;
                        device_type = "open-pic";
+                       compatible = "chrp,open-pic";
                };
 
                cpm@919c0 {
index b9ac6c943b890919b0f1d87cda369f53db9c569a..358cbd7c7572ab9413332701cf2a81a662751729 100644 (file)
                        #interrupt-cells = <2>;
                        reg = <0x40000 0x40000>;
                        device_type = "open-pic";
+                       compatible = "chrp,open-pic";
                };
 
                cpm@919c0 {