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 X-Spam-Level: X-Spam-Status: No, score=-12.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7F1E7C352A3 for ; Tue, 11 Feb 2020 15:51:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5444920714 for ; Tue, 11 Feb 2020 15:51:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1581436305; bh=KJMlNyX+KoZxhuqfJ6sp5a33CweuZaN45/4A/ATNqpg=; h=Date:From:To:Cc:Subject:In-Reply-To:List-ID:From; b=ieDrGhlZGlp2ZjrT/r/uA8nkqqEY4Di1SzUwkf1I0SWTZRHNSs3mLLQ10YiF/mVnz kEZ7rEPNEtD1wkdD8AcT18mQnc8OUhE4Kfapal3ggi5JmJXheFNohQxtdWlxd9vVwM 8QvJ3zNxApwQDXiBY2aBhirUo8MrQqAZ4jGu5STM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730616AbgBKPvo (ORCPT ); Tue, 11 Feb 2020 10:51:44 -0500 Received: from foss.arm.com ([217.140.110.172]:48880 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730453AbgBKPvm (ORCPT ); Tue, 11 Feb 2020 10:51:42 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 8139430E; Tue, 11 Feb 2020 07:51:41 -0800 (PST) Received: from localhost (unknown [10.37.6.21]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id D52893F68E; Tue, 11 Feb 2020 07:51:40 -0800 (PST) Date: Tue, 11 Feb 2020 15:51:39 +0000 From: Mark Brown To: Anson Huang Cc: aisheng.dong@nxp.com, andrew.smirnov@gmail.com, angus@akkea.ca, broonie@kernel.org, cosmin.stoica@nxp.com, daniel.baluta@nxp.com, devicetree@vger.kernel.org, festevam@gmail.com, gary.bisson@boundarydevices.com, jun.li@nxp.com, kernel@pengutronix.de, leonard.crestez@nxp.com, linux-arm-kernel@lists.infradead.org, Linux-imx@nxp.com, linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org, l.stach@pengutronix.de, manivannan.sadhasivam@linaro.org, marcel.ziswiler@toradex.com, Mark Brown , mark.rutland@arm.com, pramod.kumar_1@nxp.com, rabeeh@solid-run.com, rjones@gateworks.com, robh+dt@kernel.org, Rob Herring , sebastien.szymanski@armadeus.com, s.hauer@pengutronix.de, shawnguo@kernel.org Subject: Applied "dt-bindings: spi: imx: Add i.MX8MM/i.MX8MN/i.MX8MP compatible" to the spi tree In-Reply-To: <1581425307-18567-1-git-send-email-Anson.Huang@nxp.com> Message-Id: X-Patchwork-Hint: ignore Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The patch dt-bindings: spi: imx: Add i.MX8MM/i.MX8MN/i.MX8MP compatible has been applied to the spi tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-5.7 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark >From 1565e8e8ef0bbccabf62152b93c6505b8041b1e5 Mon Sep 17 00:00:00 2001 From: Anson Huang Date: Tue, 11 Feb 2020 20:48:24 +0800 Subject: [PATCH] dt-bindings: spi: imx: Add i.MX8MM/i.MX8MN/i.MX8MP compatible Add compatible for imx8mm/imx8mn/imx8mp. Signed-off-by: Anson Huang Acked-by: Rob Herring Link: https://lore.kernel.org/r/1581425307-18567-1-git-send-email-Anson.Huang@nxp.com Signed-off-by: Mark Brown --- Documentation/devicetree/bindings/spi/fsl-imx-cspi.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/spi/fsl-imx-cspi.txt b/Documentation/devicetree/bindings/spi/fsl-imx-cspi.txt index 2d3264140cc5..33bc58f4cf4b 100644 --- a/Documentation/devicetree/bindings/spi/fsl-imx-cspi.txt +++ b/Documentation/devicetree/bindings/spi/fsl-imx-cspi.txt @@ -10,7 +10,10 @@ Required properties: - "fsl,imx35-cspi" for SPI compatible with the one integrated on i.MX35 - "fsl,imx51-ecspi" for SPI compatible with the one integrated on i.MX51 - "fsl,imx53-ecspi" for SPI compatible with the one integrated on i.MX53 and later Soc - - "fsl,imx8mq-ecspi" for SPI compatible with the one integrated on i.MX8M + - "fsl,imx8mq-ecspi" for SPI compatible with the one integrated on i.MX8MQ + - "fsl,imx8mm-ecspi" for SPI compatible with the one integrated on i.MX8MM + - "fsl,imx8mn-ecspi" for SPI compatible with the one integrated on i.MX8MN + - "fsl,imx8mp-ecspi" for SPI compatible with the one integrated on i.MX8MP - reg : Offset and length of the register set for the device - interrupts : Should contain CSPI/eCSPI interrupt - clocks : Clock specifiers for both ipg and per clocks. -- 2.20.1