projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f114040
)
DTS: meson: Add forgotten compatible in board DTS
author
Carlo Caione
<carlo@caione.org>
Fri, 14 Nov 2014 15:54:22 +0000
(16:54 +0100)
committer
Carlo 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/meson6-atv1200.dts
b/arch/arm/boot/dts/meson6-atv1200.dts
index dc2541faf1ecd218e33d34f9d2a1efa7e98a0778..d7d351a689447ea6449951200c632e19febf3b3b 100644
(file)
--- a/
arch/arm/boot/dts/meson6-atv1200.dts
+++ b/
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;