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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8B489C4332F for ; Wed, 13 Dec 2023 09:31:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233074AbjLMJbl (ORCPT ); Wed, 13 Dec 2023 04:31:41 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47704 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233083AbjLMJbj (ORCPT ); Wed, 13 Dec 2023 04:31:39 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7DE4CEB for ; Wed, 13 Dec 2023 01:31:44 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CCD4DC433C9; Wed, 13 Dec 2023 09:31:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1702459904; bh=OKprM+aHu/jySbasH7HjZ8dwjDD56azbPOQ3iTmiTy8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OHA7OgSxTtE0ZSRPd6QYBOmmci2ModnKa9W7elAFi7SDdLYo3pAVBIw5SncLta2Ku yXytO60Thw6GaFZMJtJYtTBHP6+LS9FUl3UkLYhZHCB6EbpiaKRE8uFvqGjW6jJklZ halGRl9Foz7MJoWCg8wzCnhL7AEWf1cFCtEDh2jVltQIlkw+xyV83URf9etnvs1dNW 1BMsUTmgvR20PIvOed2w5SIHSPtUE6Ygw/NLS8rlPqUWutrxM2GJeTMgUMH53C4/Pg wkfug32WYJwxUtkuD7rPcLisgZ9eBvUQnDjQVaPMRFnW3EoPpToph17FIIaGQwoIVy iMgxfqOe3w47A== Date: Wed, 13 Dec 2023 17:31:34 +0800 From: Shawn Guo To: Frieder Schrempf Cc: Conor Dooley , devicetree@vger.kernel.org, Frieder Schrempf , Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Rob Herring , Sascha Hauer , Alexander Stein , Fabio Estevam , Gregor Herburger , Krzysztof Kozlowski , Marcel Ziswiler , Marek Vasut , NXP Linux Team , Pengutronix Kernel Team , Philippe Schenker , Tim Harvey Subject: Re: [PATCH v3 00/14] arm64: dts: imx8mm-kontron: DT updates Message-ID: <20231213093134.GN270430@dragon> References: <20231206144201.46911-1-frieder@fris.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231206144201.46911-1-frieder@fris.de> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 06, 2023 at 03:41:03PM +0100, Frieder Schrempf wrote: > From: Frieder Schrempf ... > arch/arm64/boot/dts/freescale/Makefile | 4 + > .../dts/freescale/imx8mm-kontron-bl-osm-s.dts | 295 +++------ > .../boot/dts/freescale/imx8mm-kontron-bl.dts | 198 +++++- > .../boot/dts/freescale/imx8mm-kontron-dl.dtso | 201 +++++++ > .../dts/freescale/imx8mm-kontron-osm-s.dtsi | 567 +++++++++++++++++- > .../boot/dts/freescale/imx8mm-kontron-sl.dtsi | 4 +- > 6 files changed, 1035 insertions(+), 234 deletions(-) > create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-kontron-dl.dtso A couple of things: - I have to use 'git am -3' apply some of the patches. Could you rebase the series on imx/dt64 branch? - There are a few DTC warnings that need to be addressed. ../arch/arm64/boot/dts/freescale/imx8mm-kontron-bl.dts:235.34-238.7: Warning (graph_endpoint): /soc@0/bus@30800000/i2c@30a40000/bridge@2c/ports/port@0/endpoint: graph connection to node '/soc@0/bus@32c00000/dsi@32e10000/ports/port@1/endpoint' is not bidirectional arch/arm64/boot/dts/freescale/imx8mm-kontron-dl.dtbo: Warning (graph_port): /fragment@3: graph port node name should be 'port' ../arch/arm64/boot/dts/freescale/imx8mm-kontron-dl.dtso:61.17-63.3: Warning (graph_endpoint): /fragment@3/__overlay__: graph endpoint node name should be 'endpoint' Shawn