mbox series

[v4,0/3] AM57x EVM Device Tree Overlays

Message ID 20230307161715.15209-1-afd@ti.com (mailing list archive)
Headers show
Series AM57x EVM Device Tree Overlays | expand

Message

Andrew Davis March 7, 2023, 4:17 p.m. UTC
Hello all,

These are a set of uncontroversial (hopefully) DT Overlays to support the
TI AM57x EVM and displays for AM57x IDKs. More complex cases are staged
and ready to follow, but wanted to test the water with these first.

For some reason dtbs_check does not get run on overlays, this
will need further investigation to fix in kbuild. For now I ran
it through manually but am not 100% sure it actually checked it,
so double checks here very welcome.

Thanks,
Andrew

Changes from v3:
 - Rebased on v6.3-rc1

Changes from v2:
 - Rebased on v6.2-rc5

Changes from v1:
 - Made touchscreen node name generic
 - Used proper interrupt flags

Andrew Davis (3):
  ARM: dts: ti: Add AM57xx GP EVM board support
  ARM: dts: ti: Add AM57xx GP EVM Rev A3 board support
  ARM: dts: am57xx-idk: Add IDK displays and touchscreens

 arch/arm/boot/dts/Makefile                    |   8 ++
 arch/arm/boot/dts/am571x-idk-touchscreen.dtso |  32 +++++
 arch/arm/boot/dts/am572x-idk-touchscreen.dtso |  32 +++++
 arch/arm/boot/dts/am57xx-evm.dtso             | 127 ++++++++++++++++++
 .../boot/dts/am57xx-idk-lcd-osd101t2045.dtso  |  63 +++++++++
 .../boot/dts/am57xx-idk-lcd-osd101t2587.dtso  |  66 +++++++++
 6 files changed, 328 insertions(+)
 create mode 100644 arch/arm/boot/dts/am571x-idk-touchscreen.dtso
 create mode 100644 arch/arm/boot/dts/am572x-idk-touchscreen.dtso
 create mode 100644 arch/arm/boot/dts/am57xx-evm.dtso
 create mode 100644 arch/arm/boot/dts/am57xx-idk-lcd-osd101t2045.dtso
 create mode 100644 arch/arm/boot/dts/am57xx-idk-lcd-osd101t2587.dtso

Comments

Tony Lindgren March 27, 2023, 8:10 a.m. UTC | #1
* Andrew Davis <afd@ti.com> [230307 18:17]:
> Hello all,
> 
> These are a set of uncontroversial (hopefully) DT Overlays to support the
> TI AM57x EVM and displays for AM57x IDKs. More complex cases are staged
> and ready to follow, but wanted to test the water with these first.

Applying these into omap-for-v6.4/dt-overlays thanks.

> For some reason dtbs_check does not get run on overlays, this
> will need further investigation to fix in kbuild. For now I ran
> it through manually but am not 100% sure it actually checked it,
> so double checks here very welcome.

Seems like that's a separate patch from this series.

Regards,

Tony