[PATCH] ARM: phycore-am335x-som: Fix boards with no SPI
Teresa Gámez
t.gamez at phytec.de
Fri Mar 6 05:59:32 PST 2015
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 at phytec.de>
---
arch/arm/dts/am335x-phytec-phycore-som-no-spi.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 6350706..ad03d4d 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 {
--
1.9.1
More information about the barebox
mailing list