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:
392adaf
)
ARM: dts: OMAP3: Add GPMC controller
author
Florian Vaussard
<florian.vaussard@epfl.ch>
Mon, 28 Jan 2013 17:54:07 +0000
(18:54 +0100)
committer
Benoit Cousson
<benoit.cousson@linaro.org>
Mon, 8 Apr 2013 22:17:59 +0000
(
00:17
+0200)
Add device-tree support for the GPMC controller on the OMAP3.
Signed-off-by: Florian Vaussard <florian.vaussard@epfl.ch>
Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
arch/arm/boot/dts/omap3.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/omap3.dtsi
b/arch/arm/boot/dts/omap3.dtsi
index a14f74bbce7c0079238486899ba3037dcf926c62..33bc0c47a8cd5f8dd5b6f1458b38c67f81da52ed 100644
(file)
--- a/
arch/arm/boot/dts/omap3.dtsi
+++ b/
arch/arm/boot/dts/omap3.dtsi
@@
-428,5
+428,15
@@
};
};
+ gpmc: gpmc@6e000000 {
+ compatible = "ti,omap3430-gpmc";
+ ti,hwmods = "gpmc";
+ reg = <0x6e000000 0x1000000>;
+ interrupts = <20>;
+ gpmc,num-cs = <8>;
+ gpmc,num-waitpins = <4>;
+ #address-cells = <2>;
+ #size-cells = <1>;
+ };
};
};