ARM: dts: sirf: fix the ranges of peri-iobrg of prima2
authorBarry Song <Baohua.Song@csr.com>
Mon, 23 Sep 2013 16:04:18 +0000 (00:04 +0800)
committerOlof Johansson <olof@lixom.net>
Mon, 30 Sep 2013 16:17:49 +0000 (09:17 -0700)
we lost an address range <0x56000000 0x56000000 0x1b00000> for peri-iobg
of prima2.

Signed-off-by: Barry Song <Baohua.Song@csr.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/boot/dts/prima2.dtsi

index c52faea..a88eda9 100644 (file)
                        compatible = "simple-bus";
                        #address-cells = <1>;
                        #size-cells = <1>;
-                       ranges = <0xb0000000 0xb0000000 0x180000>;
+                       ranges = <0xb0000000 0xb0000000 0x180000>,
+                              <0x56000000 0x56000000 0x1b00000>;
 
                        timer@b0020000 {
                                compatible = "sirf,prima2-tick";