Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5be9419ac613b9e6ce29fbddd0c4429f8d0acc08
Commit:     5be9419ac613b9e6ce29fbddd0c4429f8d0acc08
Parent:     3de9c9cd22c69c6aa2e17d4dcf55dcf1260b5718
Author:     Benjamin Herrenschmidt <[EMAIL PROTECTED]>
AuthorDate: Fri Dec 21 15:39:35 2007 +1100
Committer:  Josh Boyer <[EMAIL PROTECTED]>
CommitDate: Sun Dec 23 13:18:34 2007 -0600

    [POWERPC] 4xx: remove bogus "ranges" property in Bamboo EBC node
    
    This removes a bogus empty "ranges" property in the EBC device node
    of the Bamboo board device-tree.
    
    The "ranges" property should be created by the wrapper code when it is
    implemented.  Until then, remove the empty property since it incorrectly
    implies that there is a 1:1 address mapping between the EBC and the OPB.
    
    This also fixes a warning from newer DTCs.
    
    Signed-off-by: Benjamin Herrenschmidt <[EMAIL PROTECTED]>
    Signed-off-by: Josh Boyer <[EMAIL PROTECTED]>
---
 arch/powerpc/boot/dts/bamboo.dts |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/powerpc/boot/dts/bamboo.dts b/arch/powerpc/boot/dts/bamboo.dts
index 6ae1217..03f5d94 100644
--- a/arch/powerpc/boot/dts/bamboo.dts
+++ b/arch/powerpc/boot/dts/bamboo.dts
@@ -126,7 +126,6 @@
                                #address-cells = <2>;
                                #size-cells = <1>;
                                clock-frequency = <0>; /* Filled in by zImage */
-                               ranges;
                                interrupts = <5 1>;
                                interrupt-parent = <&UIC1>;
                        };
-
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