[PATCH 0/3] ARM: dts: enable am33xx and am43xx wkup_m3_ipc features

Drew Fustini posted 3 patches 4 years ago
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/am437x-gp-evm.dts       | 5 +++++
arch/arm/boot/dts/am437x-sk-evm.dts       | 4 ++++
arch/arm/boot/dts/am43x-epos-evm.dts      | 4 ++++
6 files changed, 25 insertions(+)
[PATCH 0/3] ARM: dts: enable am33xx and am43xx wkup_m3_ipc features
Posted by Drew Fustini 4 years ago
Enable new wkup_m3_ipc features which includes IO isolation on the
am437x-gp-evm and i2c voltage scaling firmware for both am33xx and
am43xx based boards.

This dts series depends on the bindings and driver changes in:
- [PATCH v3 0/2] soc: ti: wkup_m3_ipc: support i2c voltage scaling [1]
- [PATCH v3 0/2] soc: ti: wkup_m3_ipc: Add support for IO Isolation [2]

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

 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/am437x-gp-evm.dts       | 5 +++++
 arch/arm/boot/dts/am437x-sk-evm.dts       | 4 ++++
 arch/arm/boot/dts/am43x-epos-evm.dts      | 4 ++++
 6 files changed, 25 insertions(+)

[1] https://lore.kernel.org/linux-devicetree/20220426200741.712842-1-dfustini@baylibre.com/
[2] https://lore.kernel.org/linux-devicetree/20220414192722.2978837-1-dfustini@baylibre.com/
-- 
2.32.0
Re: [PATCH 0/3] ARM: dts: enable am33xx and am43xx wkup_m3_ipc features
Posted by Tony Lindgren 4 years ago
* Drew Fustini <dfustini@baylibre.com> [220502 02:11]:
> Enable new wkup_m3_ipc features which includes IO isolation on the
> am437x-gp-evm and i2c voltage scaling firmware for both am33xx and
> am43xx based boards.
> 
> This dts series depends on the bindings and driver changes in:
> - [PATCH v3 0/2] soc: ti: wkup_m3_ipc: support i2c voltage scaling [1]
> - [PATCH v3 0/2] soc: ti: wkup_m3_ipc: Add support for IO Isolation [2]
> 
> 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

Applying these all into omap-for-v5.19/dt thanks.

Tony