Browse Source

DTS: meson: Add forgotten compatible in board DTS

The board DTS is missing the machine compatible.

Signed-off-by: Carlo Caione <carlo@caione.org>
Carlo Caione 10 years ago
parent
commit
bcecf1ea39
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/boot/dts/meson6-atv1200.dts

+ 1 - 1
arch/arm/boot/dts/meson6-atv1200.dts

@@ -50,7 +50,7 @@
 
 / {
 	model = "Geniatech ATV1200";
-	compatible = "geniatech,atv1200";
+	compatible = "geniatech,atv1200", "amlogic,meson6";
 
 	aliases {
 		serial0 = &uart_AO;