* [PATCH] arm64: dts: mt8173-evb: fix model name
@ 2015-05-15 15:13 Yingjoe Chen
2015-05-16 8:03 ` Matthias Brugger
0 siblings, 1 reply; 2+ messages in thread
From: Yingjoe Chen @ 2015-05-15 15:13 UTC (permalink / raw)
To: linux-arm-kernel
Model name in mt8173-evb.dtsi doesn't follow dts convention(it should
be human readable model name). Fix it.
Signed-off-by: Yingjoe Chen <yingjoe.chen@mediatek.com>
---
arch/arm64/boot/dts/mediatek/mt8173-evb.dts | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/mediatek/mt8173-evb.dts b/arch/arm64/boot/dts/mediatek/mt8173-evb.dts
index 43d5401..d0ab012 100644
--- a/arch/arm64/boot/dts/mediatek/mt8173-evb.dts
+++ b/arch/arm64/boot/dts/mediatek/mt8173-evb.dts
@@ -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;
--
1.8.1.1.dirty
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] arm64: dts: mt8173-evb: fix model name
2015-05-15 15:13 [PATCH] arm64: dts: mt8173-evb: fix model name Yingjoe Chen
@ 2015-05-16 8:03 ` Matthias Brugger
0 siblings, 0 replies; 2+ messages in thread
From: Matthias Brugger @ 2015-05-16 8:03 UTC (permalink / raw)
To: linux-arm-kernel
2015-05-15 17:13 GMT+02:00 Yingjoe Chen <yingjoe.chen@mediatek.com>:
> Model name in mt8173-evb.dtsi doesn't follow dts convention(it should
> be human readable model name). Fix it.
>
> Signed-off-by: Yingjoe Chen <yingjoe.chen@mediatek.com>
> ---
> arch/arm64/boot/dts/mediatek/mt8173-evb.dts | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
applied, thanks.
--
motzblog.wordpress.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-05-16 8:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-15 15:13 [PATCH] arm64: dts: mt8173-evb: fix model name Yingjoe Chen
2015-05-16 8:03 ` Matthias Brugger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).