From: Tony Lindgren <tony@atomide.com>
To: soc@kernel.org
Cc: arm@kernel.org, linux-omap@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
"Tony Lindgren" <tony@atomide.com>
Subject: [GIT PULL 1/3] Devicetree changes for omaps for v6.8
Date: Fri, 8 Dec 2023 14:18:17 +0200 [thread overview]
Message-ID: <pull-1702037869-295608@atomide.com> (raw)
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
WARNING: multiple messages have this Message-ID (diff)
From: Tony Lindgren <tony@atomide.com>
To: soc@kernel.org
Cc: arm@kernel.org, linux-omap@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
"Tony Lindgren" <tony@atomide.com>
Subject: [GIT PULL 1/3] Devicetree changes for omaps for v6.8
Date: Fri, 8 Dec 2023 14:18:17 +0200 [thread overview]
Message-ID: <pull-1702037869-295608@atomide.com> (raw)
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
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2023-12-08 12:18 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-08 12:18 Tony Lindgren [this message]
2023-12-08 12:18 ` [GIT PULL 1/3] Devicetree changes for omaps for v6.8 Tony Lindgren
2023-12-08 12:18 ` [GIT PULL 2/3] Defconfig " Tony Lindgren
2023-12-08 12:18 ` Tony Lindgren
2023-12-08 12:18 ` [GIT PULL 3/3] Maintainer changes " Tony Lindgren
2023-12-08 12:18 ` Tony Lindgren
2023-12-21 17:41 ` [GIT PULL 1/3] Devicetree changes for omaps " patchwork-bot+linux-soc
2023-12-22 12:01 ` patchwork-bot+linux-soc
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=pull-1702037869-295608@atomide.com \
--to=tony@atomide.com \
--cc=arm@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=soc@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.