diff options
author | Vignesh R <vigneshr@ti.com> | 2015-12-11 07:10:00 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-12-18 19:41:31 +0300 |
commit | 2acb6c3ef81486781ffe08145c17b7dc1904e741 (patch) | |
tree | 84c501ac5de8cb2c03036a0fbd1bcdbbc8ddd15f /Documentation/devicetree/bindings/spi/ti_qspi.txt | |
parent | 1929d0b5a821ed5bec3d1e683e63851fc51d05ee (diff) | |
download | linux-2acb6c3ef81486781ffe08145c17b7dc1904e741.tar.xz |
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 'Documentation/devicetree/bindings/spi/ti_qspi.txt')
-rw-r--r-- | Documentation/devicetree/bindings/spi/ti_qspi.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/spi/ti_qspi.txt b/Documentation/devicetree/bindings/spi/ti_qspi.txt index 809c3f334316..cc8304aa64ac 100644 --- a/Documentation/devicetree/bindings/spi/ti_qspi.txt +++ b/Documentation/devicetree/bindings/spi/ti_qspi.txt @@ -21,9 +21,10 @@ Optional properties: Example: +For am4372: qspi: qspi@4b300000 { - compatible = "ti,dra7xxx-qspi"; - reg = <0x47900000 0x100>, <0x30000000 0x3ffffff>; + compatible = "ti,am4372-qspi"; + reg = <0x47900000 0x100>, <0x30000000 0x4000000>; reg-names = "qspi_base", "qspi_mmap"; #address-cells = <1>; #size-cells = <0>; |