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 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.lore.kernel.org (Postfix) with ESMTPS id D33F0C7EE24 for ; Fri, 2 Jun 2023 10:13:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 9436BC433A0; Fri, 2 Jun 2023 10:13:19 +0000 (UTC) Received: from muru.com (muru.com [72.249.23.125]) by smtp.kernel.org (Postfix) with ESMTP id 75EE1C433D2; Fri, 2 Jun 2023 10:13:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 75EE1C433D2 Authentication-Results: smtp.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: smtp.kernel.org; spf=none smtp.mailfrom=atomide.com Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id C82998111; Fri, 2 Jun 2023 10:13:16 +0000 (UTC) From: Tony Lindgren List-Id: To: soc@kernel.org Cc: arm@kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Tony Lindgren" Subject: [GIT PULL 3/3] Devicetree changes for omaps for v6.5 Date: Fri, 2 Jun 2023 13:13:07 +0300 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: "Tony Lindgren" The following changes since commit ac9a78681b921877518763ba0e89202254349d1b: Linux 6.4-rc1 (2023-05-07 13:34:35 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v6.5/dt-signed for you to fetch changes up to 445d5be64be82c11505c41d75a4bde3af41d619b: ARM: dts: omap4: add initial support for Epson Moverio BT-200 (2023-05-31 08:23:48 +0300) ---------------------------------------------------------------- Devicetree changes for omaps for v6.5 A non-urgent fix for gpmc,wait-pin property for am335x-myirtech-myc, and initial support for Epson Moverio BT-200 AR glasses. ---------------------------------------------------------------- Alexander Shiyan (1): ARM: dts: am335x-myirtech: Add missing NAND wait pin definition Andreas Kemnade (1): ARM: dts: omap4: add initial support for Epson Moverio BT-200 arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/am335x-myirtech-myc.dtsi | 1 + arch/arm/boot/dts/omap4-epson-embt2ws.dts | 450 +++++++++++++++++++++++++++++ 3 files changed, 452 insertions(+) create mode 100644 arch/arm/boot/dts/omap4-epson-embt2ws.dts