Browse Source

Merge tag 'v4.1-next-arm64-fixes' of https://github.com/mbgg/linux-mediatek into fixes

- dts: mt8173: fix compatible string

* tag 'v4.1-next-arm64-fixes' of https://github.com/mbgg/linux-mediatek:
  arm64: dts: mt8173-evb: fix model name
Arnd Bergmann 10 years ago
parent
commit
9947c34cf7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      arch/arm64/boot/dts/mediatek/mt8173-evb.dts

+ 2 - 1
arch/arm64/boot/dts/mediatek/mt8173-evb.dts

@@ -16,7 +16,8 @@
 #include "mt8173.dtsi"
 #include "mt8173.dtsi"
 
 
 / {
 / {
-	model = "mediatek,mt8173-evb";
+	model = "MediaTek MT8173 evaluation board";
+	compatible = "mediatek,mt8173-evb", "mediatek,mt8173";
 
 
 	aliases {
 	aliases {
 		serial0 = &uart0;
 		serial0 = &uart0;