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] More devicetree changes for omaps
Date: Thu, 5 May 2022 07:58:12 +0300 [thread overview]
Message-ID: <pull-1651726643-535261@atomide.com> (raw)
From: "Tony Lindgren" <tony@atomide.com>
The following changes since commit dff844e1fe17e6c41e5899d46a378f857ea4f354:
ARM: dts: am335x-baltos: update MPU regulator range (2022-04-21 14:12:52 +0300)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.19/dt-part2-signed
for you to fetch changes up to e4edfeaf6b585fac340071ea9845970ab528c6ce:
ARM: dts: dm81xx: use new 'dma-channels/requests' properties (2022-05-03 10:11:44 +0300)
----------------------------------------------------------------
More devicetree changes for omaps
Devicetree updates for few boards and more clean-up for make dtbs warnings:
- Updates for am335x-myirtech oscillator and mtd
- Firmware configuration for i2c voltage scaling and IO isolation for am3/4
that are wired for these features
- A series of omap3 clock node clean-up for make dtbs warnings for
unique_unit_address and node_name_chars_strict
- Updates for dma-channel usage to add the generic dma-common properties
----------------------------------------------------------------
Alexander Shiyan (2):
ARM: dts: am335x-myirtech: Add an external clock oscillator for CPU RTC
ARM: dts: am335x-myirtech: Update NAND default partition table layout
Dave Gerlach (3):
ARM: dts: am437x-gp-evm: Enable wkup_m3 control of IO isolation
ARM: dts: am33xx: Add i2c voltage scaling firmware to wkup_m3_ipc
ARM: dts: am43xx: Add i2c voltage scaling firmware to wkup_m3_ipc
Krzysztof Kozlowski (2):
ARM: dts: am33xx: use new 'dma-channels/requests' properties
ARM: dts: dm81xx: use new 'dma-channels/requests' properties
Tony Lindgren (19):
ARM: dts: Group omap3 CONTROL_DEVCONF0 clocks
ARM: dts: Group omap3 CONTROL_DEVCONF1 clocks
ARM: dts: Group omap3 CM_FCLKEN1_CORE clocks
ARM: dts: Group omap3 crypto accelerator clocks
ARM: dts: Group omap3 CM_ICLKEN1_CORE clocks
ARM: dts: Group omap3 CM_ICLKEN3_CORE clocks
ARM: dts: Group omap3 CM_CLKSEL_CORE clocks
ARM: dts: Group omap3 CM_FCLKEN_WKUP clocks
ARM: dts: Group omap3 CM_ICLKEN_WKUP clocks
ARM: dts: Group omap3 CM_CLKSEL_WKUP clocks
ARM: dts: Group omap3 CM_CLKSEL1_PLL clocks
ARM: dts: Group omap3 CM_CLKOUT_CTRL clocks
ARM: dts: Group omap3 CM_FCLKEN_DSS clocks
ARM: dts: Group omap3 CM_CLKSEL_DSS clocks
ARM: dts: Group omap3 CM_FCLKEN_CAM clocks
ARM: dts: Group omap3 CM_FCLKEN_PER clocks
ARM: dts: Group omap3 CM_ICLKEN_PER clocks
ARM: dts: Group omap3 CM_CLKSEL_PER clocks
ARM: dts: Group omap3 CM_CLKSEL1_EMU clocks
arch/arm/boot/dts/am335x-bone-common.dtsi | 4 +
arch/arm/boot/dts/am335x-evm.dts | 4 +
arch/arm/boot/dts/am335x-evmsk.dts | 4 +
arch/arm/boot/dts/am335x-myirtech-myc.dtsi | 12 +-
arch/arm/boot/dts/am335x-myirtech-myd.dts | 20 +-
arch/arm/boot/dts/am33xx.dtsi | 3 +
arch/arm/boot/dts/am35xx-clocks.dtsi | 52 +-
arch/arm/boot/dts/am437x-gp-evm.dts | 5 +
arch/arm/boot/dts/am437x-sk-evm.dts | 4 +
arch/arm/boot/dts/am43x-epos-evm.dts | 4 +
arch/arm/boot/dts/dm814x.dtsi | 3 +
arch/arm/boot/dts/dm816x.dtsi | 3 +
arch/arm/boot/dts/omap3430es1-clocks.dtsi | 184 +-
arch/arm/boot/dts/omap34xx-omap36xx-clocks.dtsi | 275 +--
.../omap36xx-am35xx-omap3430es2plus-clocks.dtsi | 79 +-
arch/arm/boot/dts/omap36xx-clocks.dtsi | 17 +-
.../boot/dts/omap36xx-omap3430es2plus-clocks.dtsi | 136 +-
arch/arm/boot/dts/omap3xxx-clocks.dtsi | 2044 +++++++++++---------
18 files changed, 1596 insertions(+), 1257 deletions(-)
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] More devicetree changes for omaps
Date: Thu, 5 May 2022 07:58:12 +0300 [thread overview]
Message-ID: <pull-1651726643-535261@atomide.com> (raw)
From: "Tony Lindgren" <tony@atomide.com>
The following changes since commit dff844e1fe17e6c41e5899d46a378f857ea4f354:
ARM: dts: am335x-baltos: update MPU regulator range (2022-04-21 14:12:52 +0300)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.19/dt-part2-signed
for you to fetch changes up to e4edfeaf6b585fac340071ea9845970ab528c6ce:
ARM: dts: dm81xx: use new 'dma-channels/requests' properties (2022-05-03 10:11:44 +0300)
----------------------------------------------------------------
More devicetree changes for omaps
Devicetree updates for few boards and more clean-up for make dtbs warnings:
- Updates for am335x-myirtech oscillator and mtd
- Firmware configuration for i2c voltage scaling and IO isolation for am3/4
that are wired for these features
- A series of omap3 clock node clean-up for make dtbs warnings for
unique_unit_address and node_name_chars_strict
- Updates for dma-channel usage to add the generic dma-common properties
----------------------------------------------------------------
Alexander Shiyan (2):
ARM: dts: am335x-myirtech: Add an external clock oscillator for CPU RTC
ARM: dts: am335x-myirtech: Update NAND default partition table layout
Dave Gerlach (3):
ARM: dts: am437x-gp-evm: Enable wkup_m3 control of IO isolation
ARM: dts: am33xx: Add i2c voltage scaling firmware to wkup_m3_ipc
ARM: dts: am43xx: Add i2c voltage scaling firmware to wkup_m3_ipc
Krzysztof Kozlowski (2):
ARM: dts: am33xx: use new 'dma-channels/requests' properties
ARM: dts: dm81xx: use new 'dma-channels/requests' properties
Tony Lindgren (19):
ARM: dts: Group omap3 CONTROL_DEVCONF0 clocks
ARM: dts: Group omap3 CONTROL_DEVCONF1 clocks
ARM: dts: Group omap3 CM_FCLKEN1_CORE clocks
ARM: dts: Group omap3 crypto accelerator clocks
ARM: dts: Group omap3 CM_ICLKEN1_CORE clocks
ARM: dts: Group omap3 CM_ICLKEN3_CORE clocks
ARM: dts: Group omap3 CM_CLKSEL_CORE clocks
ARM: dts: Group omap3 CM_FCLKEN_WKUP clocks
ARM: dts: Group omap3 CM_ICLKEN_WKUP clocks
ARM: dts: Group omap3 CM_CLKSEL_WKUP clocks
ARM: dts: Group omap3 CM_CLKSEL1_PLL clocks
ARM: dts: Group omap3 CM_CLKOUT_CTRL clocks
ARM: dts: Group omap3 CM_FCLKEN_DSS clocks
ARM: dts: Group omap3 CM_CLKSEL_DSS clocks
ARM: dts: Group omap3 CM_FCLKEN_CAM clocks
ARM: dts: Group omap3 CM_FCLKEN_PER clocks
ARM: dts: Group omap3 CM_ICLKEN_PER clocks
ARM: dts: Group omap3 CM_CLKSEL_PER clocks
ARM: dts: Group omap3 CM_CLKSEL1_EMU clocks
arch/arm/boot/dts/am335x-bone-common.dtsi | 4 +
arch/arm/boot/dts/am335x-evm.dts | 4 +
arch/arm/boot/dts/am335x-evmsk.dts | 4 +
arch/arm/boot/dts/am335x-myirtech-myc.dtsi | 12 +-
arch/arm/boot/dts/am335x-myirtech-myd.dts | 20 +-
arch/arm/boot/dts/am33xx.dtsi | 3 +
arch/arm/boot/dts/am35xx-clocks.dtsi | 52 +-
arch/arm/boot/dts/am437x-gp-evm.dts | 5 +
arch/arm/boot/dts/am437x-sk-evm.dts | 4 +
arch/arm/boot/dts/am43x-epos-evm.dts | 4 +
arch/arm/boot/dts/dm814x.dtsi | 3 +
arch/arm/boot/dts/dm816x.dtsi | 3 +
arch/arm/boot/dts/omap3430es1-clocks.dtsi | 184 +-
arch/arm/boot/dts/omap34xx-omap36xx-clocks.dtsi | 275 +--
.../omap36xx-am35xx-omap3430es2plus-clocks.dtsi | 79 +-
arch/arm/boot/dts/omap36xx-clocks.dtsi | 17 +-
.../boot/dts/omap36xx-omap3430es2plus-clocks.dtsi | 136 +-
arch/arm/boot/dts/omap3xxx-clocks.dtsi | 2044 +++++++++++---------
18 files changed, 1596 insertions(+), 1257 deletions(-)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2022-05-05 4:58 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-05 4:58 Tony Lindgren [this message]
2022-05-05 4:58 ` [GIT PULL] More devicetree changes for omaps Tony Lindgren
2022-05-05 19:31 ` 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-1651726643-535261@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.