summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/am335x-wega-rdk.dts
diff options
context:
space:
mode:
authorTeresa Remmet <t.remmet@phytec.de>2019-05-24 15:20:00 +0200
committerTony Lindgren <tony@atomide.com>2019-06-10 05:06:26 -0700
commit66fa560004b40842f090e4c167a10394ca579071 (patch)
tree40128d7f936f6954e8a7986755e9ae0f67ed5de0 /arch/arm/boot/dts/am335x-wega-rdk.dts
parent65604db5792bc02e197dc6d23426157ac93138cf (diff)
downloadlinux-66fa560004b40842f090e4c167a10394ca579071.tar.bz2
ARM: dts: am335x-phycore-som: Enable gpmc node in dts files
As nand flash is not always the primary storage device any more disable it in the phycore-som include file. Enable it the device tree files where it is populated. Signed-off-by: Teresa Remmet <t.remmet@phytec.de> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am335x-wega-rdk.dts')
-rw-r--r--arch/arm/boot/dts/am335x-wega-rdk.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-wega-rdk.dts b/arch/arm/boot/dts/am335x-wega-rdk.dts
index 6431b7db8109..fd8a844ba780 100644
--- a/arch/arm/boot/dts/am335x-wega-rdk.dts
+++ b/arch/arm/boot/dts/am335x-wega-rdk.dts
@@ -13,6 +13,10 @@
#include "am335x-wega.dtsi"
/* SoM */
+&gpmc {
+ status = "okay";
+};
+
&i2c_eeprom {
status = "okay";
};