Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934726AbbEOPN1 (ORCPT ); Fri, 15 May 2015 11:13:27 -0400 Received: from mailgw01.mediatek.com ([210.61.82.183]:42317 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1754101AbbEOPNW (ORCPT ); Fri, 15 May 2015 11:13:22 -0400 X-Listener-Flag: 11101 From: Yingjoe Chen To: Matthias Brugger CC: , , , , , Yingjoe Chen Subject: [PATCH] arm64: dts: mt8173-evb: fix model name Date: Fri, 15 May 2015 23:13:16 +0800 Message-ID: <1431702796-6023-1-git-send-email-yingjoe.chen@mediatek.com> X-Mailer: git-send-email 1.8.1.1.dirty MIME-Version: 1.0 Content-Type: text/plain X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 989 Lines: 30 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 --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/