diff options
author | Vignesh R <vigneshr@ti.com> | 2015-12-11 05:10:00 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-12-18 17:41:31 +0100 |
commit | 2acb6c3ef81486781ffe08145c17b7dc1904e741 (patch) | |
tree | 84c501ac5de8cb2c03036a0fbd1bcdbbc8ddd15f /arch/arm/boot/dts/am4372.dtsi | |
parent | ARM: dts: DRA7: add entry for qspi mmap region (diff) | |
download | linux-2acb6c3ef81486781ffe08145c17b7dc1904e741.tar.xz linux-2acb6c3ef81486781ffe08145c17b7dc1904e741.zip |
ARM: dts: AM4372: add entry for qspi mmap region
Add qspi memory mapped region entries for AM43xx based SoCs. Also,
update the binding documents for the controller to document this change.
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Vignesh R <vigneshr@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am4372.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am4372.dtsi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index a2c9b7da0d9c..dcae0d60ed87 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -1006,7 +1006,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"; |