projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49f85b6
)
arm: dts: am4372: add qspi register maps for memory map
author
Mugunthan V N
<
[email protected]
>
Wed, 23 Dec 2015 15:09:48 +0000
(20:39 +0530)
committer
Jagan Teki
<
[email protected]
>
Wed, 13 Jan 2016 13:17:28 +0000
(18:47 +0530)
Add qspi memory map address to device tree.
Signed-off-by: Mugunthan V N <
[email protected]
>
Reviewed-by: Simon Glass <
[email protected]
>
Reviewed-by: Jagan Teki <
[email protected]
>
arch/arm/dts/am4372.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/am4372.dtsi
b/arch/arm/dts/am4372.dtsi
index 3fffe1eec3e381de1ad843a9728a569fee4a58da..c95d1d3b35da3fa908f4a7f5dddaa814e0076c83 100644
(file)
--- a/
arch/arm/dts/am4372.dtsi
+++ b/
arch/arm/dts/am4372.dtsi
@@
-25,6
+25,7
@@
serial0 = &uart0;
ethernet0 = &cpsw_emac0;
ethernet1 = &cpsw_emac1;
+ spi0 = &qspi;
};
cpus {
@@
-908,7
+909,9
@@
qspi: qspi@47900000 {
compatible = "ti,am4372-qspi";
- reg = <0x47900000 0x100>;
+ reg = <0x47900000 0x100>,
+ <0x30000000 0x4000000>;
+ reg-names = "qspi_base", "qspi_mmap";
#address-cells = <1>;
#size-cells = <0>;
ti,hwmods = "qspi";