summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeresa Gámez <t.gamez@phytec.de>2015-03-06 14:59:32 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2015-03-09 11:41:26 +0100
commit3d77abfe88cd8345e9404daca7a3b3baee093162 (patch)
tree1a4fb739e21cf1eeb13545940eae5ec8c6fadbc1
parent2d829f5c8a79b74702f832615255122763068aa3 (diff)
downloadbarebox-3d77abfe88cd8345e9404daca7a3b3baee093162.tar.gz
barebox-3d77abfe88cd8345e9404daca7a3b3baee093162.tar.xz
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>
-rw-r--r--arch/arm/dts/am335x-phytec-phycore-som-no-spi.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/am335x-phytec-phycore-som-no-spi.dts b/arch/arm/dts/am335x-phytec-phycore-som-no-spi.dts
index 6350706441..ad03d4dcb8 100644
--- a/arch/arm/dts/am335x-phytec-phycore-som-no-spi.dts
+++ b/arch/arm/dts/am335x-phytec-phycore-som-no-spi.dts
@@ -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 {