From patchwork Wed Sep 26 10:01:22 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Paterson X-Patchwork-Id: 10615479 X-Patchwork-Delegate: horms@verge.net.au Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id EF20815E8 for ; Wed, 26 Sep 2018 10:01:34 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E2D362A703 for ; Wed, 26 Sep 2018 10:01:34 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D5BCB2A714; Wed, 26 Sep 2018 10:01:34 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 49B4F2A703 for ; Wed, 26 Sep 2018 10:01:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726565AbeIZQNo (ORCPT ); Wed, 26 Sep 2018 12:13:44 -0400 Received: from relmlor4.renesas.com ([210.160.252.174]:59779 "EHLO relmlie3.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726404AbeIZQNo (ORCPT ); Wed, 26 Sep 2018 12:13:44 -0400 Received: from unknown (HELO relmlir4.idc.renesas.com) ([10.200.68.154]) by relmlie3.idc.renesas.com with ESMTP; 26 Sep 2018 19:01:32 +0900 Received: from relmlii2.idc.renesas.com (relmlii2.idc.renesas.com [10.200.68.66]) by relmlir4.idc.renesas.com (Postfix) with ESMTP id 1307470FC9; Wed, 26 Sep 2018 19:01:32 +0900 (JST) X-IronPort-AV: E=Sophos;i="5.54,305,1534777200"; d="scan'208";a="293537555" Received: from unknown (HELO renesas-VirtualBox.ree.adwin.renesas.com) ([10.226.37.26]) by relmlii2.idc.renesas.com with ESMTP; 26 Sep 2018 19:01:29 +0900 From: Chris Paterson To: Simon Horman Cc: Rob Herring , Mark Rutland , Magnus Damm , devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Chris Paterson Subject: [PATCH] ARM: dts: iwg20d-q7-dbcm-ca: Improve model string Date: Wed, 26 Sep 2018 11:01:22 +0100 Message-Id: <1537956082-17542-1-git-send-email-chris.paterson2@renesas.com> X-Mailer: git-send-email 1.9.1 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Update the model string for this platform configuration and fix the grammar at the same time. This brings the syntax in line with the RZ/G1E iWave board. Signed-off-by: Chris Paterson Reviewed-by: Fabrizio Castro --- Perhaps this patch isn't really needed, but the current string annoys me. Patch applies cleanly to renesas-devel-20180925-v4.19-rc5. --- arch/arm/boot/dts/r8a7743-iwg20d-q7-dbcm-ca.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/r8a7743-iwg20d-q7-dbcm-ca.dts b/arch/arm/boot/dts/r8a7743-iwg20d-q7-dbcm-ca.dts index 0d006aea99da1b40..6811ddc4af6460ce 100644 --- a/arch/arm/boot/dts/r8a7743-iwg20d-q7-dbcm-ca.dts +++ b/arch/arm/boot/dts/r8a7743-iwg20d-q7-dbcm-ca.dts @@ -11,7 +11,7 @@ #include "iwg20d-q7-dbcm-ca.dtsi" / { - model = "iW-RainboW-G20D-Q7 RZ/G1M based plus camera daughter board"; + model = "iWave RainboW-G20D-Q7 RZ/G1M based board with camera add-on"; compatible = "iwave,g20d", "iwave,g20m", "renesas,r8a7743"; };