9
0
Fork 0

ARM: phycore-am335x-som: Fix boards with no SPI

Boards like phyBOARD-WEGA-rdk do not have SPI Flash.
The compatible string was not updated when merging all phytec
am335x SOMs to one board file.
Updating this now.

Signed-off-by: Teresa Gámez <t.gamez@phytec.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Teresa Gámez 2015-03-06 14:59:32 +01:00 committed by Sascha Hauer
parent 2d829f5c8a
commit 3d77abfe88
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
/ {
model = "Phytec phyCORE AM335x";
compatible = "phytec,phycore-am335x-som", "ti,am33xx";
compatible = "phytec,phycore-am335x-som", "phytec,am335x-som", "ti,am33xx";
};
&eeprom {