mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
65604db579
commit
66fa560004
|
@ -13,6 +13,10 @@
|
||||||
#include "am335x-pcm-953.dtsi"
|
#include "am335x-pcm-953.dtsi"
|
||||||
|
|
||||||
/* SoM */
|
/* SoM */
|
||||||
|
&gpmc {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&i2c_eeprom {
|
&i2c_eeprom {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
|
@ -190,7 +190,7 @@ &elm {
|
||||||
};
|
};
|
||||||
|
|
||||||
&gpmc {
|
&gpmc {
|
||||||
status = "okay";
|
status = "disabled";
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&nandflash_pins>;
|
pinctrl-0 = <&nandflash_pins>;
|
||||||
ranges = <0 0 0x08000000 0x1000000>; /* CS0: NAND */
|
ranges = <0 0 0x08000000 0x1000000>; /* CS0: NAND */
|
||||||
|
|
|
@ -13,6 +13,10 @@
|
||||||
#include "am335x-wega.dtsi"
|
#include "am335x-wega.dtsi"
|
||||||
|
|
||||||
/* SoM */
|
/* SoM */
|
||||||
|
&gpmc {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&i2c_eeprom {
|
&i2c_eeprom {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue