diff options
author | Tony Lindgren <tony@atomide.com> | 2016-02-26 19:42:54 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-02-26 19:42:54 +0100 |
commit | 26c23ee6577fffbb11f6d22dcf6fa4b3602dd26c (patch) | |
tree | f937c2fad897c6ea1edf51cb9453707533763967 /arch/arm/boot/dts/omap3-igep.dtsi | |
parent | ARM: dts: am57xx-beagle-x15: Add eeprom information (diff) | |
parent | ARM: dts: omap3: Fix NAND device nodes (diff) | |
download | linux-26c23ee6577fffbb11f6d22dcf6fa4b3602dd26c.tar.xz linux-26c23ee6577fffbb11f6d22dcf6fa4b3602dd26c.zip |
Merge branch 'omap-for-v4.6/dt-gpmc' into omap-for-v4.6/dt
Diffstat (limited to 'arch/arm/boot/dts/omap3-igep.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap3-igep.dtsi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3-igep.dtsi b/arch/arm/boot/dts/omap3-igep.dtsi index 4fc7e0f74e76..41f5d386f21f 100644 --- a/arch/arm/boot/dts/omap3-igep.dtsi +++ b/arch/arm/boot/dts/omap3-igep.dtsi @@ -99,8 +99,12 @@ &gpmc { 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,mt29c4g96maz"; - reg = <0 0 4>; /* CS0, offset 0, IO size 4 */ nand-bus-width = <16>; gpmc,device-width = <2>; ti,nand-ecc-opt = "bch8"; |