Skip to content

Commit

Permalink
arm64: dts: mt8173-evb: fix model name
Browse files Browse the repository at this point in the history
Model name in mt8173-evb.dts doesn't follow dts convention (it should
be human readable model name). Fix it.

Fixes: b3a3724 ("arm64: dts: Add mediatek MT8173 SoC and evaluation board dts and Makefile")
Cc: <[email protected]> # v4.0+
Signed-off-by: Yingjoe Chen <[email protected]>
Signed-off-by: Matthias Brugger <[email protected]>
  • Loading branch information
yingjoe authored and mbgg committed Jun 1, 2015
1 parent b787f68 commit 692ef3e
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 692ef3e

Please sign in to comment.