mirror of https://gitee.com/openkylin/linux.git
DTS: meson: Add forgotten compatible in board DTS
The board DTS is missing the machine compatible. Signed-off-by: Carlo Caione <carlo@caione.org>
This commit is contained in:
parent
f114040e3e
commit
bcecf1ea39
|
@ -50,7 +50,7 @@
|
|||
|
||||
/ {
|
||||
model = "Geniatech ATV1200";
|
||||
compatible = "geniatech,atv1200";
|
||||
compatible = "geniatech,atv1200", "amlogic,meson6";
|
||||
|
||||
aliases {
|
||||
serial0 = &uart_AO;
|
||||
|
|
Loading…
Reference in New Issue