Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=bf07f32d4332be50f5d4ef06307fb328257fcd1b
Commit:     bf07f32d4332be50f5d4ef06307fb328257fcd1b
Parent:     8d9ae994d8fce807fc90fb8e3b6ac8df1cc7dce6
Author:     Josh Boyer <[EMAIL PROTECTED]>
AuthorDate: Sat Sep 15 04:54:13 2007 +1000
Committer:  Josh Boyer <[EMAIL PROTECTED]>
CommitDate: Wed Sep 19 21:13:16 2007 -0500

    [POWERPC] 4xx: Convert Walnut flash mappings to new binding
    
    A new binding for flash devices was recently introduced.  This updates the
    Walnut DTS to use the new binding.
    
    Signed-off-by: Josh Boyer <[EMAIL PROTECTED]>
    Acked-by: David Gibson <[EMAIL PROTECTED]>
---
 arch/powerpc/boot/dts/walnut.dts |   17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/arch/powerpc/boot/dts/walnut.dts b/arch/powerpc/boot/dts/walnut.dts
index 27bef06..ec54f4e 100644
--- a/arch/powerpc/boot/dts/walnut.dts
+++ b/arch/powerpc/boot/dts/walnut.dts
@@ -137,6 +137,10 @@
                        dcr-reg = <012 2>;
                        #address-cells = <2>;
                        #size-cells = <1>;
+                       /* The ranges property is supplied by the bootwrapper
+                        * and is based on the firmware's configuration of the
+                        * EBC bridge
+                        */
                        clock-frequency = <0>; /* Filled in by zImage */
 
                        [EMAIL PROTECTED],0 {
@@ -144,13 +148,16 @@
                        };
 
                        [EMAIL PROTECTED],80000 {
-                               device_type = "rom";
-                               compatible = "direct-mapped";
-                               probe-type = "JEDEC";
+                               compatible = "jedec-flash";
                                bank-width = <1>;
-                               partitions = <0 80000>;
-                               partition-names = "OpenBIOS";
                                reg = <0 80000 80000>;
+                               #address-cells = <1>;
+                               #size-cells = <1>;
+                               [EMAIL PROTECTED] {
+                                       label = "OpenBIOS";
+                                       reg = <0 80000>;
+                                       read-only;
+                               };
                        };
 
                        [EMAIL PROTECTED],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