From patchwork Fri Dec 8 12:18:17 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 751981 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=atomide.com header.i=@atomide.com header.b="DrXiJ53V" Received: from mail5.25mail.st (mail5.25mail.st [74.50.62.9]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5775F1727 for ; Fri, 8 Dec 2023 04:18:37 -0800 (PST) Received: from localhost (91-158-86-216.elisa-laajakaista.fi [91.158.86.216]) by mail5.25mail.st (Postfix) with ESMTPSA id 4660C604F7; Fri, 8 Dec 2023 12:18:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=atomide.com; s=25mailst; t=1702037916; bh=h07OVGQlyvpAqQQ6mlTbyIVIFAeP4bhm65lgRvuUX2w=; h=From:To:Cc:Subject:Date:From; b=DrXiJ53VKbWthyMVBSjpJoyKkg5f6eBmcZA64RGxFFWAmIvmg3HOZLvfw6H4I2alg cW4npmVD6/c5v16zR5TRUKmc51Hw4buUSUXgbiHQisUAmFMLkb5yaom4Wlpj8RthYR m7P/ZYO2KM2ut9x1Jsa9Expdeee9F1PQI6dL8U5BBDFMlB/EwCksErXP1WthGbTWK1 /U4gISYO6KxWpVFt8igYL6CePMKGStkkXIzOSDq1ZQoAHSyT9e4pQYaTfD70QSWE9v szO48M6DBU8b1PmKCuMAgrw3P26IvsLmMJSV84FK/cb2WFXUTw3u7Ea2rsF0WfPq1n j8bC36/9GuOwQ== From: Tony Lindgren To: soc@kernel.org Cc: arm@kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Tony Lindgren" Subject: [GIT PULL 1/3] Devicetree changes for omaps for v6.8 Date: Fri, 8 Dec 2023 14:18:17 +0200 Message-ID: X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-omap@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: "Tony Lindgren" The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86: Linux 6.7-rc1 (2023-11-12 16:19:07 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v6.8/dt-signed for you to fetch changes up to 10dfde4bec529aa1d78e4b3acce7882a312880b7: ARM: dts: omap4-embt2ws: Add Bluetooth (2023-12-01 08:24:55 +0200) ---------------------------------------------------------------- Devicetree changes for omaps - A series of patches to reorganize Motorola Mapphone related files to add support for tablets as the peripherals are different compared to the phones - Apply am57xx-idk overlays to base dtbs - Extcon update to use id-gpios and vbus-gpios - Update omap4-epson-embt2ws to enable wlan clock and bluetooth-gnss - Update for logicpd-torpedo to use bluetooth-gnss node name ---------------------------------------------------------------- Alexander Stein (1): ARM: dts: ti/omap: Replace deprecated extcon-usb-gpio id-gpio/vbus-gpio properties Andreas Kemnade (3): ARM: dts: omap4-embt2ws: enable 32K clock on WLAN ARM: dts: omap: logicpd-torpedo: do not disguise GNSS device ARM: dts: omap4-embt2ws: Add Bluetooth Rob Herring (1): arm: dts: omap: Apply am57xx-idk overlays to base dtbs Tony Lindgren (4): dt-bindings: omap: Add Motorola mapphone mz609 and mz617 tablets ARM: dts: motorola-mapphone: Move LCD to common file for xt875 and xt894 ARM: dts: motorola-mapphone: Move handset devices to a common file ARM: dts: motorola-mapphone: Add basic support for mz609 and mz617 Documentation/devicetree/bindings/arm/ti/omap.yaml | 2 + arch/arm/boot/dts/ti/omap/Makefile | 14 +- arch/arm/boot/dts/ti/omap/am571x-idk.dts | 4 +- arch/arm/boot/dts/ti/omap/am5729-beagleboneai.dts | 2 +- arch/arm/boot/dts/ti/omap/am572x-idk-common.dtsi | 4 +- arch/arm/boot/dts/ti/omap/dra7-evm-common.dtsi | 4 +- arch/arm/boot/dts/ti/omap/dra71-evm.dts | 4 +- arch/arm/boot/dts/ti/omap/dra72-evm-common.dtsi | 4 +- arch/arm/boot/dts/ti/omap/dra76-evm.dts | 4 +- .../dts/ti/omap/logicpd-torpedo-37xx-devkit.dts | 2 +- .../boot/dts/ti/omap/motorola-mapphone-common.dtsi | 298 --------------------- .../dts/ti/omap/motorola-mapphone-handset.dtsi | 234 ++++++++++++++++ .../dts/ti/omap/motorola-mapphone-mz607-mz617.dtsi | 21 ++ .../boot/dts/ti/omap/motorola-mapphone-xt8xx.dtsi | 75 ++++++ .../boot/dts/ti/omap/omap4-droid-bionic-xt875.dts | 11 +- arch/arm/boot/dts/ti/omap/omap4-droid4-xt894.dts | 19 +- arch/arm/boot/dts/ti/omap/omap4-epson-embt2ws.dts | 18 +- arch/arm/boot/dts/ti/omap/omap4-xyboard-mz609.dts | 46 ++++ arch/arm/boot/dts/ti/omap/omap4-xyboard-mz617.dts | 17 ++ 19 files changed, 459 insertions(+), 324 deletions(-) create mode 100644 arch/arm/boot/dts/ti/omap/motorola-mapphone-handset.dtsi create mode 100644 arch/arm/boot/dts/ti/omap/motorola-mapphone-mz607-mz617.dtsi create mode 100644 arch/arm/boot/dts/ti/omap/motorola-mapphone-xt8xx.dtsi create mode 100644 arch/arm/boot/dts/ti/omap/omap4-xyboard-mz609.dts create mode 100644 arch/arm/boot/dts/ti/omap/omap4-xyboard-mz617.dts From patchwork Fri Dec 8 12:18:18 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 753780 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=atomide.com header.i=@atomide.com header.b="pcxa3nfA" Received: from mail5.25mail.st (mail5.25mail.st [74.50.62.9]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DC52D1986 for ; Fri, 8 Dec 2023 04:18:49 -0800 (PST) Received: from localhost (91-158-86-216.elisa-laajakaista.fi [91.158.86.216]) by mail5.25mail.st (Postfix) with ESMTPSA id C3EF6604F7; Fri, 8 Dec 2023 12:18:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=atomide.com; s=25mailst; t=1702037929; bh=ACweZUEhXFrqtvkmpi3kfh9N6DmnisvMgBTDys7hoDM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=pcxa3nfAW3Js7wzzfSzVm42H1Snf6H5gr+AuPJhpdO9qqXlSk7iTwi5bjLndkl+Dv HvCxNbrSv52TFIYzsHefUcAROg88IuxhoddtQaS1pnagWg80cfNqXVzA22mKY4CSza 81JD3kk5p51useCYE0+vNBocq+EY1NYeBvy187TewP9AKTD65A+NLBwqUUdr4e+sAr cV8eGdG2IDr4JLfR5+BEcK+GdWx1AIt0EZRZGyN7L9xwMsUpV4yRwT4ZHtMzrEmxUj RAQIA0jctWc7lVNlxir2niMGlvKy5WIiZFILLxCJEo1uGWMKup16NLtaqBWp5NuoM1 hR7c+pNSqwU5Q== From: Tony Lindgren To: soc@kernel.org Cc: arm@kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Tony Lindgren" Subject: [GIT PULL 2/3] Defconfig changes for omaps for v6.8 Date: Fri, 8 Dec 2023 14:18:18 +0200 Message-ID: X-Mailer: git-send-email 2.43.0 In-Reply-To: References: Precedence: bulk X-Mailing-List: linux-omap@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: "Tony Lindgren" The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86: Linux 6.7-rc1 (2023-11-12 16:19:07 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v6.8/defconfig-signed for you to fetch changes up to ac10d6c3c5f9b85e780ec5cfaf0608ae048c5205: ARM: omap2plus_defconfig: enable I2C devcies of bt200 (2023-12-01 08:48:15 +0200) ---------------------------------------------------------------- Defconfig changes for omaps Defconfig changes to enable I2C devices for bt200 as loadable modules for the PMIC, sensors and LEDs. ---------------------------------------------------------------- Andreas Kemnade (1): ARM: omap2plus_defconfig: enable I2C devcies of bt200 arch/arm/configs/omap2plus_defconfig | 5 +++++ 1 file changed, 5 insertions(+) From patchwork Fri Dec 8 12:18:19 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 751980 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=atomide.com header.i=@atomide.com header.b="FJRhI9Dv" Received: from mail5.25mail.st (mail5.25mail.st [74.50.62.9]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6CFF91994 for ; Fri, 8 Dec 2023 04:19:02 -0800 (PST) Received: from localhost (91-158-86-216.elisa-laajakaista.fi [91.158.86.216]) by mail5.25mail.st (Postfix) with ESMTPSA id 52C0A60500; Fri, 8 Dec 2023 12:18:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=atomide.com; s=25mailst; t=1702037941; bh=X1f9u7h9Lfj89wa/zo8Wd+9hqQPSaXfArC7mNIyIqnE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=FJRhI9DvY8OmjAPzwFoqm/dCeDgIzxozcKihwilTnE89isDRbIEkAQvGi8LLiEo66 0R3Z1w9FycF1PeQku0k98Dw5j6AJ/8LhaDhhit0Ig5rsRTFuMdIYv+INLbJ4Nxt8Zo AePBOpBsDoRGyvz/ZGo0vtQRzqhTTYrbXknaXCpr6hq4XdwvY7Ejws02igAMAQ7AW2 RJoxebKxjSu2RTSjYFG/cQQOJNA9ae73B1H4G9FDZiN4Wd9roDF9vw4vH45W9i8Mb9 +Vn6mlX7fnElRZ1iMyaOEEe8yeM2jB+8IX6/zQz0voCLQlzFxf2+rQLEySIomdeG7B AWqSoKjkuVkbA== From: Tony Lindgren 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] Maintainer changes for v6.8 Date: Fri, 8 Dec 2023 14:18:19 +0200 Message-ID: X-Mailer: git-send-email 2.43.0 In-Reply-To: References: Precedence: bulk X-Mailing-List: linux-omap@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: "Tony Lindgren" The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86: Linux 6.7-rc1 (2023-11-12 16:19:07 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v6.8/maintainers-signed for you to fetch changes up to 6353ed6f311b9daab93df4d968d72ddf2070fe7f: MAINTAINERS: add omap bus drivers to OMAP2+ SUPPORT (2023-12-01 08:49:45 +0200) ---------------------------------------------------------------- Maintainer update for drivers/bus/omap* files Add for drivers/bus/omap* files to the omap section in the MAINTAINERS file. ---------------------------------------------------------------- Lukas Bulwahn (1): MAINTAINERS: add omap bus drivers to OMAP2+ SUPPORT MAINTAINERS | 1 + 1 file changed, 1 insertion(+)