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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A5305C38145 for ; Sat, 3 Sep 2022 03:28:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=eDPnjAsQTd4Ua+BO8lzoPaP1pApDsdAQJPpuwzNuFxc=; b=Oo6P48SF7R7ydX b4YzaRVtrVxVrTbyxBaC8bd0r0zcz+VseY2FRzq1aOqyo02yxXHTk03gZiivL40mIUlOBwS6eBrE0 iaTwZcg6vxEYLx0RmEkGcb+0QXzs+tPdCSvn/6RY2nyOIN+EtmpKjEMjHjMwpq0NuA52eD4xtKR7e XA5NkQflt46nxp95Ey8KO662Y+lLSHMCNOTRiT+whIAPh2cMLVya4q3+29CTEUxrmYIkLmzs6Pd24 BsMGOSYDR3cQuMHd8MfPkPgzO2o8fg8ysXFHWkis4hMbx3ltyvsoH/i9ZI0hVjIbA9l8Xl1IYkv+W R22ig3xP3tC+N+u9zQ2g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oUJnr-00H47e-Us; Sat, 03 Sep 2022 03:26:40 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oUJno-00H3uD-Dp for linux-arm-kernel@lists.infradead.org; Sat, 03 Sep 2022 03:26:38 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id A4AA46170D; Sat, 3 Sep 2022 03:26:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3FECEC433D7; Sat, 3 Sep 2022 03:26:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662175588; bh=98NKJlaPWZHnwvVGk2QKrUmwnmDcquvTeKOMmxSnIrQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ldm+DGAekvedKf/is4OTH/bJJQftOyWcsLLuaCqmL5rH9JtaDKaF789Fz9fFYFTXx Txr8XZKvwqwqTExMP0Z92I7onXCsue6XhL+pRzphk9CjneOjSNhXjXctGKb9kLm2DY 6fugTwrokdeiycxG3QwCmOqTHZxgkCMScjAKr+3MY2k+g2C29mNCVkl2rapafRutp0 a+ppdT0Bj/mhjeO/2sqQmYyB+35kc0drgCJb+ZqW6ThE1GWLSzcTeLycndDLP61bhJ cUiKLvpVPQmdt9OKu+x9ycfIUnsg9MXVoXkB9JGDxfDPUyhBgakmakXCudBmk+yhQT 6fgBYUFxdfuFQ== Date: Sat, 3 Sep 2022 11:26:21 +0800 From: Shawn Guo To: Frieder Schrempf Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Li Yang , Krzysztof Kozlowski , Frieder Schrempf , Krzysztof Kozlowski , Rob Herring , Sascha Hauer Subject: Re: [PATCH v4 0/8] arm64: dts: imx8mm-kontron: Improvements and OSM board support Message-ID: <20220903032621.GD1728671@dragon> References: <20220822080357.24478-1-frieder@fris.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220822080357.24478-1-frieder@fris.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220902_202636_532917_C0D3E947 X-CRM114-Status: GOOD ( 16.54 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Aug 22, 2022 at 10:03:46AM +0200, Frieder Schrempf wrote: > From: Frieder Schrempf > > This set contains a few improvements for the imx8mm-kontron devicetrees > (patch 3-7) and support for a new SoM (patch 8, including baseboard) that > complies to the Open Standard Module (OSM) 1.0 hardware specification, size S > (https://sget.org/standards/osm). > > It also includes binding changes in patch 1 and 2. > > Changes in v4: > * fix hex values and unit addresses in SPI NOR partition nodes > * fix SoM dtsi includes > > Changes in v3: > * drop patch for 2 which was applied separately > * rebase on v6.0-rc1 > * rename compatibles and file names > > Changes in v2: > * move binding changes to beginning of patchset > * Allow arbitrary regulator names in PCA9450 bindings > * Use voltage rail names from schematic for PMIC regulator-names > * Add SPI NOR partition layout to devicetree > * Remove unneeded header include > * Add tags > > Frieder Schrempf (8): > dt-bindings: arm: fsl: Rename compatibles for Kontron i.MX8MM > SoM/board > dt-bindings: arm: fsl: Add Kontron BL i.MX8MM OSM-S board > arm64: dts: imx8mm-kontron: Adjust compatibles, file names and model > strings > arm64: dts: imx8mm-kontron: Use the VSELECT signal to switch SD card > IO voltage > arm64: dts: imx8mm-kontron: Remove low DDRC operating point > arm64: dts: imx8mm-kontron: Use voltage rail names from schematic for > PMIC regulator-names > arm64: dts: imx8mm-kontron: Add SPI NOR partition layout > arm64: dts: Add support for Kontron SL/BL i.MX8MM OSM-S Applied all, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel