Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EE738C678D5 for ; Wed, 8 Mar 2023 15:21:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232118AbjCHPVv (ORCPT ); Wed, 8 Mar 2023 10:21:51 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60582 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231846AbjCHPVd (ORCPT ); Wed, 8 Mar 2023 10:21:33 -0500 Received: from smtp-8fa9.mail.infomaniak.ch (smtp-8fa9.mail.infomaniak.ch [IPv6:2001:1600:3:17::8fa9]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 39107D5A6A for ; Wed, 8 Mar 2023 07:21:10 -0800 (PST) Received: from smtp-3-0000.mail.infomaniak.ch (unknown [10.4.36.107]) by smtp-2-3000.mail.infomaniak.ch (Postfix) with ESMTPS id 4PWwxw0Z70zMqN17; Wed, 8 Mar 2023 16:21:08 +0100 (CET) Received: from unknown by smtp-3-0000.mail.infomaniak.ch (Postfix) with ESMTPA id 4PWwxv2Vhvz27Kj; Wed, 8 Mar 2023 16:21:07 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pschenker.ch; s=20220412; t=1678288867; bh=S1v+xdi1EOvHpC9ygXMsvZ/MFDqonBB/9OcI+4PDgSA=; h=Subject:From:Reply-To:To:Cc:Date:In-Reply-To:References:From; b=Xc0+XykiYsRCx8i62h71sLcAqRiQRLZCjLafzfOpCbiUkIZpkZor0PfzW+Q2zH4sG ALQpxMzchNKA5UdgPXjPiRqo/lrIO7PLOiK6ZAsNkD3tnx09DtEHed9oHQZiThl/5E N/JYEgg8+rSfq7osbRti+NgPO5AGhAihuoup2bEg= Message-ID: <324af2b0a763824bef5764ba89545db8bb7f1639.camel@pschenker.ch> Subject: Re: [PATCH v1 01/25] arm64: dts: colibri-imx8x: Prepare for qxp and dx variants From: Philippe Schenker Reply-To: dev@pschenker.ch To: Krzysztof Kozlowski , devicetree@vger.kernel.org, Shawn Guo , Sascha Hauer Cc: NXP Linux Team , Krzysztof Kozlowski , Rob Herring , Pengutronix Kernel Team , Frank Rowand , linux-arm-kernel@lists.infradead.org, Fabio Estevam , Philippe Schenker , linux-kernel@vger.kernel.org Date: Wed, 08 Mar 2023 16:21:07 +0100 In-Reply-To: References: <20230308125300.58244-1-dev@pschenker.ch> <20230308125300.58244-2-dev@pschenker.ch> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Infomaniak-Routing: alpha Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2023-03-08 at 15:33 +0100, Krzysztof Kozlowski wrote: > On 08/03/2023 13:52, Philippe Schenker wrote: > > From: Philippe Schenker >=20 > Subject: Split? Or Rename? Because prepare is too vague. >=20 > >=20 > > Toradex sells the Colibri iMX8X module in variants with the i.MX > > 8QXP > > and i.MX8DX SoC. Prepare for this by moving majority of stuff from > > imx8qxp-colibri.dtsi into imx8x-colibri.dtsi. > >=20 > > Remove DX from the model string. > >=20 > > This commit intends no functional change. > >=20 > > Signed-off-by: Philippe Schenker > > --- > >=20 > > =C2=A0.../dts/freescale/imx8qxp-colibri-eval-v3.dts |=C2=A0=C2=A0 4 +- > > =C2=A0.../boot/dts/freescale/imx8qxp-colibri.dtsi=C2=A0=C2=A0 | 590 +--= ------------ > > -- > > =C2=A0...val-v3.dtsi =3D> imx8x-colibri-eval-v3.dtsi} |=C2=A0=C2=A0 0 > > =C2=A0.../boot/dts/freescale/imx8x-colibri.dtsi=C2=A0=C2=A0=C2=A0=C2=A0= | 593 > > ++++++++++++++++++ >=20 > Use proper -B/-C/-M settings so copy will be detected. It's not > possible > to review it otherwise. Thank you! I wasn't aware of these options. They look nice, will try to make look it better in v2! >=20 >=20 >=20 > Best regards, > Krzysztof >=20