diff options
author | Teresa Remmet <t.remmet@phytec.de> | 2019-05-24 15:20:00 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-06-10 05:06:26 -0700 |
commit | 66fa560004b40842f090e4c167a10394ca579071 (patch) | |
tree | 40128d7f936f6954e8a7986755e9ae0f67ed5de0 /arch/arm/boot/dts/am335x-wega-rdk.dts | |
parent | 65604db5792bc02e197dc6d23426157ac93138cf (diff) | |
download | lwn-66fa560004b40842f090e4c167a10394ca579071.tar.gz lwn-66fa560004b40842f090e4c167a10394ca579071.zip |
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.dts | 4 |
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"; }; |