Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

DTS: meson: Add forgotten compatible in board DTS

The board DTS is missing the machine compatible.

Signed-off-by: Carlo Caione <carlo@caione.org>

+1 -1
+1 -1
arch/arm/boot/dts/meson6-atv1200.dts
··· 50 50 51 51 / { 52 52 model = "Geniatech ATV1200"; 53 - compatible = "geniatech,atv1200"; 53 + compatible = "geniatech,atv1200", "amlogic,meson6"; 54 54 55 55 aliases { 56 56 serial0 = &uart_AO;