projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3349a4b
)
ARM: dts: sirf: fix the ranges of peri-iobrg of prima2
author
Barry Song
<Baohua.Song@csr.com>
Mon, 23 Sep 2013 16:04:18 +0000
(
00:04
+0800)
committer
Olof 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/prima2.dtsi
b/arch/arm/boot/dts/prima2.dtsi
index c52faea063a2ce9683dae17be6c948471fade228..a88eda93bccbd1069997154b5a31ba22e6b1b9a3 100644
(file)
--- 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";