
27 Oct
2015
27 Oct
'15
12:13 p.m.
Add qspi memory map and control module register maps to device tree.
Signed-off-by: Mugunthan V N mugunthanvnm@ti.com --- arch/arm/dts/dra7.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/dts/dra7.dtsi b/arch/arm/dts/dra7.dtsi index 7357b0e..b72c1fa 100644 --- a/arch/arm/dts/dra7.dtsi +++ b/arch/arm/dts/dra7.dtsi @@ -1105,8 +1105,8 @@
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";
--
2.6.2.280.g74301d6