aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/dm816x.dtsi
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-07-05 00:54:36 -0700
committerTony Lindgren <tony@atomide.com>2017-07-05 00:54:36 -0700
commit0c88e963a3090099725a5edd3b65afb4c9cf7858 (patch)
treea1f9205bbd0dc32cf7459c8105f850a6ab9a0029 /arch/arm/boot/dts/dm816x.dtsi
parentARM: OMAP4: Fix legacy code clean-up regression (diff)
downloadlinux-dev-0c88e963a3090099725a5edd3b65afb4c9cf7858.tar.xz
linux-dev-0c88e963a3090099725a5edd3b65afb4c9cf7858.zip
ARM: dts: dm816x: Correct NAND support nodes
The ELM node in dm816x.dtsi needs to declare the correct compatible value here as per the binding only one value is correct, and the current driver handles it correctly. We then add pinmux information for the NAND found on the EVM so that we do not rely on the ROM to do this for us, and also so that we do not try and probe NAND before we probe the ELM. Cc: Rob Herring <robh+dt@kernel.org> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Russell King <linux@armlinux.org.uk> Cc: Roger Quadros <rogerq@ti.com> Cc: Tony Lindgren <tony@atomide.com> Cc: Mihail Grigorov <michael.grigorov@konsulko.com> Signed-off-by: Tom Rini <trini@konsulko.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dm816x.dtsi')
-rw-r--r--arch/arm/boot/dts/dm816x.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dm816x.dtsi b/arch/arm/boot/dts/dm816x.dtsi
index 59cbf958fcc3..566b2a8c8b96 100644
--- a/arch/arm/boot/dts/dm816x.dtsi
+++ b/arch/arm/boot/dts/dm816x.dtsi
@@ -145,7 +145,7 @@
};
elm: elm@48080000 {
- compatible = "ti,816-elm";
+ compatible = "ti,am3352-elm";
ti,hwmods = "elm";
reg = <0x48080000 0x2000>;
interrupts = <4>;