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 9D555CD98F6 for ; Wed, 11 Oct 2023 07:48:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 6E992C433C8; Wed, 11 Oct 2023 07:48:36 +0000 (UTC) Received: from muru.com (muru.com [72.249.23.125]) by smtp.kernel.org (Postfix) with ESMTP id 8CE7AC433C7; Wed, 11 Oct 2023 07:48:35 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 8CE7AC433C7 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 19B7780E1; Wed, 11 Oct 2023 07:48:30 +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] Devicetree changes for omaps for v6.7 Date: Wed, 11 Oct 2023 10:48:26 +0300 Message-ID: X-Mailer: git-send-email 2.42.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: "Tony Lindgren" The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d: Linux 6.6-rc1 (2023-09-10 16:28:41 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v6.7/dt-signed for you to fetch changes up to ea1c1e67e631be14f6e6bc9a6e96219c47f31ed4: ARM: dts: omap4-embt2ws: Fix pinctrl single node name warning (2023-10-07 10:33:20 +0300) ---------------------------------------------------------------- Devicetree changes for omaps for v6.7 merge window Two non-urgent devicetree fixes for am371-evm led pinmux and a node name warning fix for omap4-epson-embt2ws, and updates for connected devices for various devices: - Device updates and enabling of pru support for am335x-pocketbeagle - Few more devices such as leds and iio for omap4-epson-embt2ws - Ethernet and led updates for am3517-evm - Modem sleep pins configuration for motorola-mapphone ---------------------------------------------------------------- Adam Ford (3): ARM: dts: am3517-evm: Fix LED3/4 pinmux ARM: dts: am3517-evm: Enable Ethernet PHY Interrupt ARM: dts: am3517: Configure ethernet alias Andreas Kemnade (4): ARM: dts: omap4: embt2ws: add LED ARM: dts: omap: omap4-embt2ws: Let IMU driver handle Magnetometer internally ARM: dts: omap: omap4-embt2ws: Add IMU at control unit ARM: dts: omap3-gta04: Drop superfluous omap36xx compatible Tony Lindgren (2): ARM: dts: motorola-mapphone: Add mdm6600 sleep pins ARM: dts: omap4-embt2ws: Fix pinctrl single node name warning Trevor Woerner (4): ARM: dts: am335x-pocketbeagle: update LED information ARM: dts: am335x-pocketbeagle: remove dependency cycle ARM: dts: am335x-pocketbeagle: enable pru ARM: dts: am335x-pocketbeagle: add missing GPIO mux arch/arm/boot/dts/ti/omap/am335x-pocketbeagle.dts | 57 ++++++++++++++++++---- arch/arm/boot/dts/ti/omap/am3517-evm.dts | 35 ++++++++++--- arch/arm/boot/dts/ti/omap/am3517.dtsi | 1 + .../boot/dts/ti/omap/motorola-mapphone-common.dtsi | 20 +++++++- arch/arm/boot/dts/ti/omap/omap3-gta04.dtsi | 2 +- arch/arm/boot/dts/ti/omap/omap4-epson-embt2ws.dts | 55 ++++++++++++++++----- 6 files changed, 140 insertions(+), 30 deletions(-)