projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a392d04
)
ARM: dts: imx27: Sort entries by address
author
Alexander Shiyan
<shc_work@mail.ru>
Sun, 23 Jun 2013 06:54:48 +0000
(10:54 +0400)
committer
Shawn Guo
<shawn.guo@linaro.org>
Thu, 22 Aug 2013 15:28:20 +0000
(23:28 +0800)
Signed-off-by: Alexander Shiyan <eagle.alexander923@gmail.com>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx27.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx27.dtsi
b/arch/arm/boot/dts/imx27.dtsi
index
e6f8f7d
..
0bb974f
100644
(file)
--- a/
arch/arm/boot/dts/imx27.dtsi
+++ b/
arch/arm/boot/dts/imx27.dtsi
@@
-382,11
+382,6
@@
};
};
- iram: iram@ffff4c00 {
- compatible = "mmio-sram";
- reg = <0xffff4c00 0xb400>;
- };
-
nfc: nand@d8000000 {
#address-cells = <1>;
#size-cells = <1>;
@@
-396,5
+391,10
@@
clocks = <&clks 54>;
status = "disabled";
};
+
+ iram: iram@ffff4c00 {
+ compatible = "mmio-sram";
+ reg = <0xffff4c00 0xb400>;
+ };
};
};