* [GIT PULL] More devicetree changes for omaps
@ 2022-05-05 4:58 ` Tony Lindgren
0 siblings, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2022-05-05 4:58 UTC (permalink / raw)
To: soc; +Cc: arm, linux-omap, linux-arm-kernel, Tony Lindgren
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(-)
^ permalink raw reply [flat|nested] 3+ messages in thread* [GIT PULL] More devicetree changes for omaps
@ 2022-05-05 4:58 ` Tony Lindgren
0 siblings, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2022-05-05 4:58 UTC (permalink / raw)
To: soc; +Cc: arm, linux-omap, linux-arm-kernel, Tony Lindgren
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
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [GIT PULL] More devicetree changes for omaps
2022-05-05 4:58 ` Tony Lindgren
(?)
@ 2022-05-05 19:31 ` patchwork-bot+linux-soc
-1 siblings, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-soc @ 2022-05-05 19:31 UTC (permalink / raw)
To: Tony Lindgren; +Cc: soc
Hello:
This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:
On Thu, 5 May 2022 07:58:12 +0300 you wrote:
> 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:
>
> [...]
Here is the summary with links:
- [GIT,PULL] More devicetree changes for omaps
https://git.kernel.org/soc/soc/c/485b5afae681
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-05-05 19:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-05 4:58 [GIT PULL] More devicetree changes for omaps Tony Lindgren
2022-05-05 4:58 ` Tony Lindgren
2022-05-05 19:31 ` patchwork-bot+linux-soc
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.