summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/omap3-overo-tobiduo-common.dtsi
diff options
context:
space:
mode:
authorJohan Hovold <johan@kernel.org>2016-08-15 16:10:49 (GMT)
committerTony Lindgren <tony@atomide.com>2016-08-15 16:10:49 (GMT)
commit153b58ea932b2d0642fa5cd41c93bb0555f3f09b (patch)
tree756db6a32b7c96f61dde27d22b3049156fc70977 /arch/arm/boot/dts/omap3-overo-tobiduo-common.dtsi
parent5e0568dfbfb8c13cdb69c9fd06d600593ad4b430 (diff)
downloadlinux-153b58ea932b2d0642fa5cd41c93bb0555f3f09b.tar.xz
ARM: dts: overo: fix gpmc nand on boards with ethernet
The gpmc ranges property for NAND at CS0 was being overridden by later includes that defined gpmc ethernet nodes, effectively breaking NAND on these systems: omap-gpmc 6e000000.gpmc: /ocp/gpmc@6e000000/nand@0,0 has malformed 'reg' property Instead of redefining the NAND range in every such dtsi, define all currently used ranges in omap3-overo-base.dtsi. Fixes: 98ce6007efb4 ("ARM: dts: overo: Support PoP NAND") Cc: stable <stable@vger.kernel.org> # 4.3 Signed-off-by: Johan Hovold <johan@kernel.org> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-overo-tobiduo-common.dtsi')
-rw-r--r--arch/arm/boot/dts/omap3-overo-tobiduo-common.dtsi3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/omap3-overo-tobiduo-common.dtsi b/arch/arm/boot/dts/omap3-overo-tobiduo-common.dtsi
index 334109e..82e98ee 100644
--- a/arch/arm/boot/dts/omap3-overo-tobiduo-common.dtsi
+++ b/arch/arm/boot/dts/omap3-overo-tobiduo-common.dtsi
@@ -15,9 +15,6 @@
#include "omap-gpmc-smsc9221.dtsi"
&gpmc {
- ranges = <4 0 0x2b000000 0x1000000>, /* CS4 */
- <5 0 0x2c000000 0x1000000>; /* CS5 */
-
smsc1: ethernet@gpmc {
reg = <5 0 0xff>;
interrupt-parent = <&gpio6>;