diff options
author | Roger Quadros <rogerq@ti.com> | 2016-02-23 19:37:25 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-02-26 21:32:14 +0300 |
commit | 44e4716499b8988a20ba99ba5c871cdbf1c819fd (patch) | |
tree | d1c4994201c69bbfa7d8d4443e2533d9dfd059c3 /arch/arm/boot/dts/omap3-igep0020-common.dtsi | |
parent | 6607fac8f45a33a2b66c64c90d7c37d39d6f0d69 (diff) | |
download | linux-44e4716499b8988a20ba99ba5c871cdbf1c819fd.tar.xz |
ARM: dts: omap3: Fix NAND device nodes
Add compatible id, GPMC register resource and interrupt
resource to NAND controller nodes.
The GPMC node will provide an interrupt controller for the
NAND IRQs.
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-igep0020-common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap3-igep0020-common.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/omap3-igep0020-common.dtsi b/arch/arm/boot/dts/omap3-igep0020-common.dtsi index d90f12c39307..d6f839cab649 100644 --- a/arch/arm/boot/dts/omap3-igep0020-common.dtsi +++ b/arch/arm/boot/dts/omap3-igep0020-common.dtsi @@ -210,8 +210,8 @@ }; &gpmc { - ranges = <0 0 0x00000000 0x20000000>, - <5 0 0x2c000000 0x01000000>; + ranges = <0 0 0x30000000 0x01000000>, /* CS0: 16MB for NAND */ + <5 0 0x2c000000 0x01000000>; /* CS5: 16MB for ethernet */ ethernet@gpmc { pinctrl-names = "default"; |