]> git.sur5r.net Git - u-boot/commitdiff
arm: dts: dra7: add qspi register maps for memory map and control module
authorMugunthan V N <mugunthanvnm@ti.com>
Wed, 23 Dec 2015 15:09:41 +0000 (20:39 +0530)
committerJagan Teki <jteki@openedev.com>
Wed, 13 Jan 2016 13:17:27 +0000 (18:47 +0530)
Add qspi memory map and control module register maps to device tree.

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jagan Teki <jteki@openedev.com>
arch/arm/dts/dra7.dtsi

index c69c651532d704f0334e93fdc75f82348ba48f31..e7fecf76564b989b1c733490ad84afbb654bbf2a 100644 (file)
 
                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";