projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62b9160
)
ARM: dts: imx6ul: add sram support for i.mx6ul
author
Anson Huang
<b20788@freescale.com>
Tue, 4 Aug 2015 17:48:35 +0000
(
01:48
+0800)
committer
Shawn Guo
<shawnguo@kernel.org>
Mon, 19 Oct 2015 14:45:10 +0000
(22:45 +0800)
Add SRAM support for i.MX6UL, it has 128KB ocram
starting from 0x900000.
Signed-off-by: Anson Huang <b20788@freescale.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6ul.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx6ul.dtsi
b/arch/arm/boot/dts/imx6ul.dtsi
index 09edbedfd908ec46db4b39e599f28ad00e8d21ab..32ed9d57c322be67e76997f8e6e9786fd930aa11 100644
(file)
--- a/
arch/arm/boot/dts/imx6ul.dtsi
+++ b/
arch/arm/boot/dts/imx6ul.dtsi
@@
-135,6
+135,11
@@
status = "disabled";
};
+ ocram: sram@00900000 {
+ compatible = "mmio-sram";
+ reg = <0x00900000 0x20000>;
+ };
+
aips1: aips-bus@02000000 {
compatible = "fsl,aips-bus", "simple-bus";
#address-cells = <1>;