From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 19C107F for ; Mon, 25 Sep 2023 02:54:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F0A86C433C7; Mon, 25 Sep 2023 02:54:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695610490; bh=vfQAK8d2Fvny4XQ2zPnCFIWLvNA1eMlVFjvN/UsiLRw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jJR+xIL6rqxKlZIX9FbanIBdhz7NqqMbWzPp+By3lQHqHtOzTP8lmC6zjHLJnhEti z+BVI+Xyx1PSJvYShEdCC3ImMKgOAgFzvcUk99CHcUdax6bjn6ILeepCCteZueJT9j dEXt4OdSK5SuRI1HpLrlZZd4XDrQuDlaHaaaI8uo3fCzJLZ5c4okXBwgqE+SC+GLT1 d3Slc78b3yTBWuDHgGnmQzjnHvMJelUbJDM7Tg4NKQfUzTFvKo6HEceve4zP7pe7Sp SO4ZmLyhf7uc2aqpktsYnzd9/Zd5+n0QPhH1zwgRlO8NrpWAVzxyG5d/wWCgxYanvr Xt8vdoe5QEUuQ== Date: Mon, 25 Sep 2023 10:54:41 +0800 From: Shawn Guo To: Fabio Estevam Cc: linux-arm-kernel@lists.infradead.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, devicetree@vger.kernel.org, Fabio Estevam Subject: Re: [PATCH 1/2] ARM: dts: imx6ull-phytec-tauri: Remove board model and compatible Message-ID: <20230925025441.GG7231@dragon> References: <20230914194027.2515896-1-festevam@gmail.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230914194027.2515896-1-festevam@gmail.com> On Thu, Sep 14, 2023 at 04:40:26PM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > The imx6ull-phytec-tauri.dtsi file is included in two places: > > imx6ull-phytec-tauri-emmc.dts > imx6ull-phytec-tauri-nand.dts > > These two files overwrite the board model and compatible locally, so > there is no need for describing them in imx6ull-phytec-tauri.dtsi. > > Remove the board model and compatible. > > Signed-off-by: Fabio Estevam Applied both, thanks!