From: Mugunthan V N Date: Wed, 23 Dec 2015 15:09:41 +0000 (+0530) Subject: arm: dts: dra7: add qspi register maps for memory map and control module X-Git-Tag: v2016.03-rc1~350 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=830aba2cac3b8cdccae148e3640f8b160fccb345;p=u-boot arm: dts: dra7: add qspi register maps for memory map and control module Add qspi memory map and control module register maps to device tree. Signed-off-by: Mugunthan V N Reviewed-by: Simon Glass Reviewed-by: Jagan Teki --- diff --git a/arch/arm/dts/dra7.dtsi b/arch/arm/dts/dra7.dtsi index c69c651532..e7fecf7656 100644 --- a/arch/arm/dts/dra7.dtsi +++ b/arch/arm/dts/dra7.dtsi @@ -1114,8 +1114,11 @@ qspi: qspi@4b300000 { compatible = "ti,dra7xxx-qspi"; - reg = <0x4b300000 0x100>; - reg-names = "qspi_base"; + reg = <0x4b300000 0x100>, + <0x5c000000 0x4000000>, + <0x4a002558 0x4>; + reg-names = "qspi_base", "qspi_mmap", + "qspi_ctrlmod"; #address-cells = <1>; #size-cells = <0>; ti,hwmods = "qspi";