From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 74B60CA9ED0 for ; Mon, 4 Nov 2019 01:17:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 41493222CD for ; Mon, 4 Nov 2019 01:17:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572830246; bh=scf8hGpxuBP5bt4EZ25jeD6UOciso7RymcE5KJUwMuA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=xplPobqNnZbRF3ADB63t6qDsCggVzfSloalBBmasBJcSdaPQ1nwoy55IrzF5hnxZn aVq94sTxLLgcwa5S1E3CeyYkX7afojrPwnU132wWXeqdDzTn7peO+OUHu7Wo4tvYtF rUfODRTlzUkz6BYJXGcy9K5LgQtHISzoAuJrmuL8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728464AbfKDBRZ (ORCPT ); Sun, 3 Nov 2019 20:17:25 -0500 Received: from mail.kernel.org ([198.145.29.99]:56972 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728102AbfKDBRZ (ORCPT ); Sun, 3 Nov 2019 20:17:25 -0500 Received: from dragon (li1038-30.members.linode.com [45.33.96.30]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2B17A2190F; Mon, 4 Nov 2019 01:17:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572830244; bh=scf8hGpxuBP5bt4EZ25jeD6UOciso7RymcE5KJUwMuA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dZxqcesFpem7Rr+G5Ar3yrcGqocotO2RgrD7WCrz1KnojZ4p1MeeT05lHAjsVeZHS Wo/Rqr1ygopwkQr7OLJkG4HUZDGATxPw0McQRjfx7tMs41qdGZrhucYUX9i7FVgaq9 jVDKmoBSnyyAPfkHLxZN6v/E5fbXCyHlORUCwxsY= Date: Mon, 4 Nov 2019 09:16:58 +0800 From: Shawn Guo To: Marcel Ziswiler Cc: devicetree@vger.kernel.org, Mark Rutland , Marcel Ziswiler , Sascha Hauer , linux-kernel@vger.kernel.org, Stefan Agner , Philippe Schenker , Rob Herring , linux-imx@nxp.com, Pengutronix Kernel Team , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 1/5] arm: dts: vf-colibri: fix typo in top-level module compatible Message-ID: <20191104011657.GE24620@dragon> References: <20191026090403.3057-1-marcel@ziswiler.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191026090403.3057-1-marcel@ziswiler.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sat, Oct 26, 2019 at 11:03:59AM +0200, Marcel Ziswiler wrote: > From: Marcel Ziswiler > > Fix typo in top-level module compatible. > > Signed-off-by: Marcel Ziswiler > > --- > > Changes in v2: New patch. > > arch/arm/boot/dts/vf500-colibri.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/vf500-colibri.dtsi b/arch/arm/boot/dts/vf500-colibri.dtsi > index 237b0246fa84..92255f8893ce 100644 > --- a/arch/arm/boot/dts/vf500-colibri.dtsi > +++ b/arch/arm/boot/dts/vf500-colibri.dtsi > @@ -44,7 +44,7 @@ > > / { > model = "Toradex Colibri VF50 COM"; > - compatible = "toradex,vf610-colibri_vf50", "fsl,vf500"; > + compatible = "toradex,vf500-colibri_vf50", "fsl,vf500"; Do we need to update bindings doc for this? Also as a practise, we use 'ARM: ...' for arch/arm/ patches going through IMX tree. Shawn > > memory@80000000 { > device_type = "memory"; > -- > 2.21.0 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel