From: Barry Song <Baohua.Song@csr.com> Date: Mon, 23 Sep 2013 16:04:18 +0000 (+0800) Subject: ARM: dts: sirf: fix the ranges of peri-iobrg of prima2 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9e85b9d1006738a45123ea3fe92ad74e5622ffbc;p=linux.git ARM: dts: sirf: fix the ranges of peri-iobrg of prima2 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> --- diff --git a/arch/arm/boot/dts/prima2.dtsi b/arch/arm/boot/dts/prima2.dtsi index c52faea063a2c..a88eda93bccbd 100644 --- a/arch/arm/boot/dts/prima2.dtsi +++ b/arch/arm/boot/dts/prima2.dtsi @@ -171,7 +171,8 @@ 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";