Message ID | pull-1702037869-295608@atomide.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 734e575fc6833a558cafbec35fbc9f5b214406b0 |
Headers | show |
Series | [GIT,PULL,1/3] Devicetree changes for omaps for v6.8 | expand |
Hello: This pull request was applied to soc/soc.git (for-next) by Arnd Bergmann <arnd@arndb.de>: On Fri, 8 Dec 2023 14:18:17 +0200 you wrote: > From: "Tony Lindgren" <tony@atomide.com> > > The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86: > > Linux 6.7-rc1 (2023-11-12 16:19:07 -0800) > > are available in the Git repository at: > > [...] Here is the summary with links: - [GIT,PULL,1/3] Devicetree changes for omaps for v6.8 https://git.kernel.org/soc/soc/c/734e575fc683 - [GIT,PULL,2/3] Defconfig changes for omaps for v6.8 (no matching commit) - [GIT,PULL,3/3] Maintainer changes for v6.8 (no matching commit) You are awesome, thank you!
Hello: This pull request was applied to soc/soc.git (for-next) by Arnd Bergmann <arnd@arndb.de>: On Fri, 8 Dec 2023 14:18:17 +0200 you wrote: > From: "Tony Lindgren" <tony@atomide.com> > > The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86: > > Linux 6.7-rc1 (2023-11-12 16:19:07 -0800) > > are available in the Git repository at: > > [...] Here is the summary with links: - [GIT,PULL,1/3] Devicetree changes for omaps for v6.8 (no matching commit) - [GIT,PULL,2/3] Defconfig changes for omaps for v6.8 https://git.kernel.org/soc/soc/c/9344204bb92a - [GIT,PULL,3/3] Maintainer changes for v6.8 https://git.kernel.org/soc/soc/c/7eda5fe9684f You are awesome, thank you!
From: "Tony Lindgren" <tony@atomide.com> 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