Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0ac247d5690570b825088a5752817eff42488897
Commit:     0ac247d5690570b825088a5752817eff42488897
Parent:     de7566bff359bbd7f6a4a37b4b5ce93225067786
Author:     Wade Farnsworth <[EMAIL PROTECTED]>
AuthorDate: Tue Jan 22 13:13:39 2008 -0700
Committer:  Kumar Gala <[EMAIL PROTECTED]>
CommitDate: Wed Jan 23 19:34:59 2008 -0600

    [POWERPC] 86xx: Add localbus and flash nodes to mpc8641_hpcn.dts
    
    Add local bus, flash, and MTD partition nodes to mpc8641_hpcn.dts
    
    Also add compatible field for the soc node, so that it will be picked up
    by of_platform_bus_probe().
    
    Signed-off-by: Wade Farnsworth <[EMAIL PROTECTED]>
    Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
---
 arch/powerpc/boot/dts/mpc8641_hpcn.dts |   42 ++++++++++++++++++++++++++++++++
 1 files changed, 42 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/boot/dts/mpc8641_hpcn.dts 
b/arch/powerpc/boot/dts/mpc8641_hpcn.dts
index a719179..556a9ca 100644
--- a/arch/powerpc/boot/dts/mpc8641_hpcn.dts
+++ b/arch/powerpc/boot/dts/mpc8641_hpcn.dts
@@ -60,10 +60,52 @@
                reg = <00000000 40000000>;      // 1G at 0x0
        };
 
+       [EMAIL PROTECTED] {
+               #address-cells = <2>;
+               #size-cells = <1>;
+               compatible = "fsl,mpc8641-localbus", "simple-bus";
+               reg = <f8005000 1000>;
+               interrupts = <13 2>;
+               interrupt-parent = <&mpic>;
+
+               ranges = <0 0 ff800000 00800000
+                         1 0 fe000000 01000000
+                         2 0 f8200000 00100000
+                         3 0 f8100000 00100000>;
+
+               [EMAIL PROTECTED],0 {
+                       compatible = "cfi-flash";
+                       reg = <0 0 00800000>;
+                       bank-width = <2>;
+                       device-width = <2>;
+                       #address-cells = <1>;
+                       #size-cells = <1>;
+                       [EMAIL PROTECTED] {
+                               label = "kernel";
+                               reg = <00000000 00300000>;
+                       };
+                       [EMAIL PROTECTED] {
+                               label = "firmware b";
+                               reg = <00300000 00100000>;
+                               read-only;
+                       };
+                       [EMAIL PROTECTED] {
+                               label = "fs";
+                               reg = <00400000 00300000>;
+                       };
+                       [EMAIL PROTECTED] {
+                               label = "firmware a";
+                               reg = <00700000 00100000>;
+                               read-only;
+                       };
+               };
+       };
+
        [EMAIL PROTECTED] {
                #address-cells = <1>;
                #size-cells = <1>;
                device_type = "soc";
+               compatible = "simple-bus";
                ranges = <00000000 f8000000 00100000>;
                reg = <f8000000 00001000>;      // CCSRBAR
                bus-frequency = <0>;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to