diff options
author | Vignesh R <vigneshr@ti.com> | 2015-12-11 05:09:59 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-12-18 17:40:47 +0100 |
commit | 1929d0b5a821ed5bec3d1e683e63851fc51d05ee (patch) | |
tree | d4063616c64d3807b0cd79de754dbd8b3102478b /arch/arm/boot/dts/dra7.dtsi | |
parent | ARM: OMAP2+: LogicPD Torpedo: Revert Duplicative Entries (diff) | |
download | linux-1929d0b5a821ed5bec3d1e683e63851fc51d05ee.tar.xz linux-1929d0b5a821ed5bec3d1e683e63851fc51d05ee.zip |
ARM: dts: DRA7: add entry for qspi mmap region
Add qspi memory mapped region entries for DRA7xx based SoCs. Also,
update the binding documents for the controller to document this change.
Signed-off-by: Vignesh R <vigneshr@ti.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dra7.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dra7.dtsi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi index b2badf9110f7..bf5dd1e9508a 100644 --- a/arch/arm/boot/dts/dra7.dtsi +++ b/arch/arm/boot/dts/dra7.dtsi @@ -1154,8 +1154,10 @@ qspi: qspi@4b300000 { compatible = "ti,dra7xxx-qspi"; - reg = <0x4b300000 0x100>; - reg-names = "qspi_base"; + reg = <0x4b300000 0x100>, + <0x5c000000 0x4000000>; + reg-names = "qspi_base", "qspi_mmap"; + syscon-chipselects = <&scm_conf 0x558>; #address-cells = <1>; #size-cells = <0>; ti,hwmods = "qspi"; |