[RFC 3/5] ARM: dts: omap3-evm-37xx: fix compatible from omap3630 to omap36xx

From: H. Nikolaus Schaller
Date: Mon Sep 02 2019 - 06:56:09 EST


All other boards use compatible = "omap36xx".

Signed-off-by: H. Nikolaus Schaller <hns@xxxxxxxxxxxxx>
---
arch/arm/boot/dts/omap3-evm-37xx.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/omap3-evm-37xx.dts b/arch/arm/boot/dts/omap3-evm-37xx.dts
index e0c0382388f0..311550ee4eae 100644
--- a/arch/arm/boot/dts/omap3-evm-37xx.dts
+++ b/arch/arm/boot/dts/omap3-evm-37xx.dts
@@ -10,7 +10,7 @@

/ {
model = "TI OMAP37XX EVM (TMDSEVM3730)";
- compatible = "ti,omap3-evm-37xx", "ti,omap3630", "ti,omap3";
+ compatible = "ti,omap3-evm-37xx", "ti,omap36xx", "ti,omap3";
};

&omap3_pmx_core2 {
--
2.19.1