Skip to content
Snippets Groups Projects
Commit 9e85b9d1 authored by Barry Song's avatar Barry Song Committed by Olof Johansson
Browse files

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: default avatarBarry Song <Baohua.Song@csr.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 3349a4b9
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,8 @@ peri-iobg {
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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment