mbox series

[v2,0/2] arm: am335x/am437x: Fix ti,pindir-d0-out-d1-in property to boolean

Message ID 20210608050952.14204-1-a-govindraju@ti.com
Headers show
Series arm: am335x/am437x: Fix ti,pindir-d0-out-d1-in property to boolean | expand

Message

Aswath Govindraju June 8, 2021, 5:09 a.m. UTC
The following series of patches fix "ti,pindir-d0-out-d1-in" property to
boolean.

changes since v1:
- added fixes tags
- split the series according to their respective trees

link to v1:
https://lore.kernel.org/patchwork/project/lkml/list/?series=502255

Aswath Govindraju (2):
  ARM: dts: am335x: align ti,pindir-d0-out-d1-in property with dt-shema
  ARM: dts: am437x: align ti,pindir-d0-out-d1-in property with dt-shema

 arch/arm/boot/dts/am335x-cm-t335.dts | 2 +-
 arch/arm/boot/dts/am43x-epos-evm.dts | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Tony Lindgren June 11, 2021, 7:36 a.m. UTC | #1
* Aswath Govindraju <a-govindraju@ti.com> [210608 08:10]:
> The following series of patches fix "ti,pindir-d0-out-d1-in" property to
> boolean.

Thanks applying into omap-for-v5.14/dt.

Tony