Commit 66fa5600 authored by Teresa Remmet's avatar Teresa Remmet Committed by Tony Lindgren
Browse files

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: default avatarTeresa Remmet <t.remmet@phytec.de>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 65604db5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -13,6 +13,10 @@
#include "am335x-pcm-953.dtsi"

/* SoM */
&gpmc {
	status = "okay";
};

&i2c_eeprom {
	status = "okay";
};
+1 −1
Original line number Diff line number Diff line
@@ -190,7 +190,7 @@
};

&gpmc {
	status = "okay";
	status = "disabled";
	pinctrl-names = "default";
	pinctrl-0 = <&nandflash_pins>;
	ranges = <0 0 0x08000000 0x1000000>;   /* CS0: NAND */
+4 −0
Original line number Diff line number Diff line
@@ -13,6 +13,10 @@
#include "am335x-wega.dtsi"

/* SoM */
&gpmc {
	status = "okay";
};

&i2c_eeprom {
	status = "okay";
};