[v4,0/2] arm64: dts: ti: Enable OLDI display on AM654 EVM

Message ID 20230509102354.10116-1-a-bhatia1@ti.com
Headers
Series arm64: dts: ti: Enable OLDI display on AM654 EVM |

Message

Aradhya Bhatia May 9, 2023, 10:23 a.m. UTC
  Hello,

This patch series adds support for the Rocktech RK101II01D-CT OLDI
panel, on top of AM654 base-board EVM.

Moreover, it enables support for TI ECAP and TI EHRPWM drivers to
provide SW control of backlight.

While the AM654 GP EVM also consists of usb/pcie expansion board, I have
only added support for base-board + OLDI panel as I do not have the
required hardware.

The first patch of this series, was picked up from TI's public tree[1]
based on 5.10 LTS kernel.

[1]:
https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am654-evm-oldi-lcd1evm.dts?h=ti-linux-5.10.y

Change Log:
V1 -> V2:
  - Renamed the panel overlay file.
  - Added am654-gp-evm build option in DT Makefile.
  - Changes suggested by Tomi Valkeinen and Nishanth Menon.

V2 -> V3:
  - Added the product link in the overlay file.

V3 -> V4:
  - Added AM654 LCD EVM links for better information.

V1: https://lore.kernel.org/linux-devicetree/20230425051235.15533-1-a-bhatia1@ti.com/
V2: https://lore.kernel.org/linux-devicetree/20230426060612.19271-1-a-bhatia1@ti.com/
V3:  i. https://lore.kernel.org/all/20230427132304.6857-1-a-bhatia1@ti.com/
    ii. https://lore.kernel.org/all/20230427132436.7418-1-a-bhatia1@ti.com/

Aradhya Bhatia (1):
  arm64: defconfig: Enable PWM drivers for TI ECAP and EHRPWM

Jyri Sarha (1):
  arm64: dts: ti: am65x: Add Rocktech OLDI panel DT overlay

 arch/arm64/boot/dts/ti/Makefile               |  2 +
 ...am654-base-board-rocktech-rk101-panel.dtso | 71 +++++++++++++++++++
 arch/arm64/configs/defconfig                  |  2 +
 3 files changed, 75 insertions(+)
 create mode 100644 arch/arm64/boot/dts/ti/k3-am654-base-board-rocktech-rk101-panel.dtso
  

Comments

Vignesh Raghavendra June 15, 2023, 10:32 a.m. UTC | #1
Hi Aradhya Bhatia,

On Tue, 09 May 2023 15:53:52 +0530, Aradhya Bhatia wrote:
> This patch series adds support for the Rocktech RK101II01D-CT OLDI
> panel, on top of AM654 base-board EVM.
> 
> Moreover, it enables support for TI ECAP and TI EHRPWM drivers to
> provide SW control of backlight.
> 
> While the AM654 GP EVM also consists of usb/pcie expansion board, I have
> only added support for base-board + OLDI panel as I do not have the
> required hardware.
> 
> [...]

I have applied the following to branch ti-k3-dts-next on [1].
Thank you!

[1/2] arm64: dts: ti: am65x: Add Rocktech OLDI panel DT overlay
      commit: b8690ed3d1d16153be76f24de3a13797c9fd29b3

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
--
Vignesh