OSDN Git Service

DTS: meson: Add forgotten compatible in board DTS
authorCarlo Caione <carlo@caione.org>
Fri, 14 Nov 2014 15:54:22 +0000 (16:54 +0100)
committerCarlo Caione <carlo@caione.org>
Tue, 18 Nov 2014 13:50:59 +0000 (14:50 +0100)
The board DTS is missing the machine compatible.

Signed-off-by: Carlo Caione <carlo@caione.org>
arch/arm/boot/dts/meson6-atv1200.dts

index dc2541f..d7d351a 100644 (file)
@@ -50,7 +50,7 @@
 
 / {
        model = "Geniatech ATV1200";
-       compatible = "geniatech,atv1200";
+       compatible = "geniatech,atv1200", "amlogic,meson6";
 
        aliases {
                serial0 = &uart_AO;