Skip to content

Commit

Permalink
Merge tag 'v4.1-next-arm64-fixes' of https://github.com/mbgg/linux-me…
Browse files Browse the repository at this point in the history
…diatek 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
  • Loading branch information
Arnd Bergmann committed Jun 1, 2015
2 parents 1a02b66 + 692ef3e commit 9947c34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm64/boot/dts/mediatek/mt8173-evb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
#include "mt8173.dtsi"

/ {
model = "mediatek,mt8173-evb";
model = "MediaTek MT8173 evaluation board";
compatible = "mediatek,mt8173-evb", "mediatek,mt8173";

aliases {
serial0 = &uart0;
Expand Down

0 comments on commit 9947c34

Please sign in to comment.