[PATCH 9/9] arm/dts: sirf: fix the ranges of peri-iobrg of prima2
Barry Song
21cnbao at gmail.com
Mon Sep 23 12:16:38 EDT 2013
we lost an address range <0x56000000 0x56000000 0x1b00000> for peri-iobg
of prima2.
Signed-off-by: Barry Song <Baohua.Song at csr.com>
---
arch/arm/boot/dts/prima2.dtsi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/prima2.dtsi b/arch/arm/boot/dts/prima2.dtsi
index 2a54147..7cf78af 100644
--- a/arch/arm/boot/dts/prima2.dtsi
+++ b/arch/arm/boot/dts/prima2.dtsi
@@ -183,7 +183,8 @@
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
- ranges = <0xb0000000 0xb0000000 0x180000>;
+ ranges = <0xb0000000 0xb0000000 0x180000>,
+ <0x56000000 0x56000000 0x1b00000>;
timer at b0020000 {
compatible = "sirf,prima2-tick";
--
1.8.2.3
More information about the linux-arm-kernel
mailing list