Return-Path: <shawnguo@kernel.org> Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 1B2CE618 for <patchwork-soc@patchwork.kernel.org>; Wed, 23 Sep 2020 07:30:47 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 15745235FD; Wed, 23 Sep 2020 07:30:47 +0000 (UTC) Delivered-To: soc@kernel.org Received: from localhost.localdomain (80.251.214.228.16clouds.com [80.251.214.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5805D2376E; Wed, 23 Sep 2020 07:30:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600846247; bh=UGfLWHsAloOwTNShYpVZhnK3LV1BkRRZMPdSKUiNwRA=; h=From:List-Id:To:Cc:Subject:Date:In-Reply-To:References:From; b=BHOa9pNuYoA2VX8BAXmo7qSS7n6Sknt8BVvFi5fveLw0RDlEKa54Aj7xL8/UfBwOq v+1HjHHlfO3Y0UT6LlB+ppmVtY/8yj19jca0aRSg1YZvY2hCVeel3nOOfitE37/6Ng 6N/3NghA7KpAJF/B2g3e0f1YiwKgMSUYaSUumji4= From: Shawn Guo <shawnguo@kernel.org> List-Id: <soc.lore.kernel.org> To: soc@kernel.org, arm@kernel.org Cc: Shawn Guo <shawnguo@kernel.org>, Fabio Estevam <festevam@gmail.com>, Stefan Agner <stefan@agner.ch>, Li Yang <leoyang.li@nxp.com>, kernel@pengutronix.de, linux-imx@nxp.com, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL 3/6] i.MX DT bindings update for 5.10 Date: Wed, 23 Sep 2020 15:30:06 +0800 Message-Id: <20200923073009.23678-3-shawnguo@kernel.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200923073009.23678-1-shawnguo@kernel.org> References: <20200923073009.23678-1-shawnguo@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit
The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5: Linux 5.9-rc1 (2020-08-16 13:04:57 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-bindings-5.10 for you to fetch changes up to 8e5910d2dc391b9e8e3e5831b3524f32c419ef18: dt-bindings: arm: fsl: Add binding for Variscite Symphony board with VAR-SOM-MX8MN (2020-09-22 17:04:58 +0800) ---------------------------------------------------------------- i.MX DT bindings update for 5.10: - Various board compatible string additions to fsl.ymal. - Update Vybrid OCOTP binding for syscon compatible string, which is required to access the UID. ---------------------------------------------------------------- Andreas Kemnade (1): dt-bindings: arm: fsl: add compatible string for Tolino Shine 2 HD Chris Healy (1): dt-bindings: nvmem: Add syscon to Vybrid OCOTP driver Fabio Estevam (1): dt-bindings: arm: fsl: Add an entry for the i.MX6 LogicPD board Jacky Bai (1): dt-bindings: arm: fsl: Add imx8mm ddr4 evk board Krzysztof Kozlowski (7): dt-bindings: arm: fsl: Add Beacon i.MX8M Mini Development Kit binding dt-bindings: arm: fsl: Fix Toradex Colibri i.MX 8 binding dt-bindings: arm: fsl: Add ZII Ultra boards binding dt-bindings: arm: fsl: Add binding for Variscite VAR-SOM-MX8MM module dt-bindings: arm: fsl: Add binding for Variscite Symphony board with VAR-SOM-MX8MM dt-bindings: arm: fsl: Fix matching Purism Librem5 phones dt-bindings: arm: fsl: Add binding for Variscite Symphony board with VAR-SOM-MX8MN Martin Kepplinger (1): dt-bindings: arm: fsl: Add the librem 5 phone Michal Vokáč (1): dt-bindings: arm: fsl: Add Y Soft IOTA Orion board Stefan Riedmueller (2): dt-bindings: arm: fsl: Add PHYTEC i.MX6 UL/ULL devicetree bindings dt-bindings: arm: fsl: Add PHYTEC i.MX6 devicetree bindings Documentation/devicetree/bindings/arm/fsl.yaml | 95 ++++++++++++++++++++++ .../devicetree/bindings/nvmem/vf610-ocotp.txt | 4 +- 2 files changed, 97 insertions(+), 2 deletions(-)