From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawnguo@kernel.org (Shawn Guo) Date: Sun, 14 Feb 2016 15:02:39 +0800 Subject: [PATCH 1/1 v3] ARM: dts: imx6dlq-wandboard-revb1.dts: use unique model id In-Reply-To: <1454892908-26975-1-git-send-email-xypron.glpk@gmx.de> References: <56B7E06B.2060701@gmx.de> <1454892908-26975-1-git-send-email-xypron.glpk@gmx.de> Message-ID: <20160214070239.GI6756@tiger> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Feb 08, 2016 at 01:55:08AM +0100, Heinrich Schuchardt wrote: > Downstream packages like Debian flash-kernel use > /proc/device-tree/model > to determine which dtb file to install. > > Hence each dts in the Linux kernel should provide a unique model > identifier. > > Commit 8536239e371f ("ARM: dts: Restructure imx6qdl-wandboard.dtsi for new > rev C1 board.")' created new files imx6dl-wandboard-revb1.dts and > imx6q-wandboard-revb1.dts but used the same model identifier as in > imx6dl-wandboard.dts and imx6q-wandboard.dts. > > This patch provides unique model identifiers for revision B1 of > the Wandboard Dual and Wandbaord Quad. > > The patch leaves imx6dl-wandboard.dts and imx6q-wandboard.dts unchanged > because it is not foreseeable if the same dts will valid for future > board revisions or not. Furthermore we should avoid unnecessary > changes. > > v3: > update imx6dl-wandboard-revb1.dts > > v2: > correct name of referenced Debian package > > Signed-off-by: Heinrich Schuchardt Applied, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH 1/1 v3] ARM: dts: imx6dlq-wandboard-revb1.dts: use unique model id Date: Sun, 14 Feb 2016 15:02:39 +0800 Message-ID: <20160214070239.GI6756@tiger> References: <56B7E06B.2060701@gmx.de> <1454892908-26975-1-git-send-email-xypron.glpk@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1454892908-26975-1-git-send-email-xypron.glpk-Mmb7MZpHnFY@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Heinrich Schuchardt Cc: Sascha Hauer , Robert Nelson , George Joseph , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Fabio Estevam , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On Mon, Feb 08, 2016 at 01:55:08AM +0100, Heinrich Schuchardt wrote: > Downstream packages like Debian flash-kernel use > /proc/device-tree/model > to determine which dtb file to install. > > Hence each dts in the Linux kernel should provide a unique model > identifier. > > Commit 8536239e371f ("ARM: dts: Restructure imx6qdl-wandboard.dtsi for new > rev C1 board.")' created new files imx6dl-wandboard-revb1.dts and > imx6q-wandboard-revb1.dts but used the same model identifier as in > imx6dl-wandboard.dts and imx6q-wandboard.dts. > > This patch provides unique model identifiers for revision B1 of > the Wandboard Dual and Wandbaord Quad. > > The patch leaves imx6dl-wandboard.dts and imx6q-wandboard.dts unchanged > because it is not foreseeable if the same dts will valid for future > board revisions or not. Furthermore we should avoid unnecessary > changes. > > v3: > update imx6dl-wandboard-revb1.dts > > v2: > correct name of referenced Debian package > > Signed-off-by: Heinrich Schuchardt Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751706AbcBNHC4 (ORCPT ); Sun, 14 Feb 2016 02:02:56 -0500 Received: from mail.kernel.org ([198.145.29.136]:49165 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751383AbcBNHCy (ORCPT ); Sun, 14 Feb 2016 02:02:54 -0500 Date: Sun, 14 Feb 2016 15:02:39 +0800 From: Shawn Guo To: Heinrich Schuchardt Cc: Sascha Hauer , Robert Nelson , George Joseph , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Fabio Estevam , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH 1/1 v3] ARM: dts: imx6dlq-wandboard-revb1.dts: use unique model id Message-ID: <20160214070239.GI6756@tiger> References: <56B7E06B.2060701@gmx.de> <1454892908-26975-1-git-send-email-xypron.glpk@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1454892908-26975-1-git-send-email-xypron.glpk@gmx.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 08, 2016 at 01:55:08AM +0100, Heinrich Schuchardt wrote: > Downstream packages like Debian flash-kernel use > /proc/device-tree/model > to determine which dtb file to install. > > Hence each dts in the Linux kernel should provide a unique model > identifier. > > Commit 8536239e371f ("ARM: dts: Restructure imx6qdl-wandboard.dtsi for new > rev C1 board.")' created new files imx6dl-wandboard-revb1.dts and > imx6q-wandboard-revb1.dts but used the same model identifier as in > imx6dl-wandboard.dts and imx6q-wandboard.dts. > > This patch provides unique model identifiers for revision B1 of > the Wandboard Dual and Wandbaord Quad. > > The patch leaves imx6dl-wandboard.dts and imx6q-wandboard.dts unchanged > because it is not foreseeable if the same dts will valid for future > board revisions or not. Furthermore we should avoid unnecessary > changes. > > v3: > update imx6dl-wandboard-revb1.dts > > v2: > correct name of referenced Debian package > > Signed-off-by: Heinrich Schuchardt Applied, thanks.