diff options
author | Tony Lindgren <tony@atomide.com> | 2016-02-26 21:42:54 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-02-26 21:42:54 +0300 |
commit | 26c23ee6577fffbb11f6d22dcf6fa4b3602dd26c (patch) | |
tree | f937c2fad897c6ea1edf51cb9453707533763967 /arch/arm/boot/dts/omap3-ldp.dts | |
parent | b9d3ec1d98c658226606e66e55c940491447e617 (diff) | |
parent | 44e4716499b8988a20ba99ba5c871cdbf1c819fd (diff) | |
download | linux-26c23ee6577fffbb11f6d22dcf6fa4b3602dd26c.tar.xz |
Merge branch 'omap-for-v4.6/dt-gpmc' into omap-for-v4.6/dt
Diffstat (limited to 'arch/arm/boot/dts/omap3-ldp.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-ldp.dts | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/omap3-ldp.dts b/arch/arm/boot/dts/omap3-ldp.dts index 540163025dd3..2f353dadfa40 100644 --- a/arch/arm/boot/dts/omap3-ldp.dts +++ b/arch/arm/boot/dts/omap3-ldp.dts @@ -97,12 +97,16 @@ }; &gpmc { - ranges = <0 0 0x00000000 0x01000000>, - <1 0 0x08000000 0x01000000>; + ranges = <0 0 0x30000000 0x1000000>, /* CS0 space, 16MB */ + <1 0 0x08000000 0x1000000>; /* CS1 space, 16MB */ nand@0,0 { + compatible = "ti,omap2-nand"; + reg = <0 0 4>; /* CS0, offset 0, IO size 4 */ + interrupt-parent = <&gpmc>; + interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */ + <1 IRQ_TYPE_NONE>; /* termcount */ linux,mtd-name= "micron,nand"; - reg = <0 0 4>; /* CS0, offset 0, IO size 4 */ nand-bus-width = <16>; gpmc,device-width = <2>; ti,nand-ecc-opt = "bch8"; |