mbox series

[0/2] arm64: dts: imx93-11x11-evk: Add PWM backlight for "LVDS" connector

Message ID 20240827064717.2383292-1-victor.liu@nxp.com (mailing list archive)
Headers show
Series arm64: dts: imx93-11x11-evk: Add PWM backlight for "LVDS" connector | expand

Message

Liu Ying Aug. 27, 2024, 6:47 a.m. UTC
Hi,

This patch set adds PWM backlight support for "LVDS" connector on i.MX93
11x11 EVK.

This patch set is based on next-20240826 and targets for v6.12.

Patch 1 adds device tree support for the PWM backlight.
Patch 2 updates defconfig for ARM64 to build ADP5585 MFD/GPIO/PWM drivers
as modules.

Liu Ying (2):
  arm64: dts: imx93-11x11-evk: Add PWM backlight for "LVDS" connector
  arm64: defconfig: Enable ADP5585 GPIO and PWM drivers

 .../boot/dts/freescale/imx93-11x11-evk.dts    | 30 +++++++++++++++++++
 arch/arm64/configs/defconfig                  |  3 ++
 2 files changed, 33 insertions(+)


base-commit: 1ca4237ad9ce29b0c66fe87862f1da54ac56a1e8

Comments

Shawn Guo Sept. 1, 2024, 9:11 a.m. UTC | #1
On Tue, Aug 27, 2024 at 02:47:15PM +0800, Liu Ying wrote:
> Hi,
> 
> This patch set adds PWM backlight support for "LVDS" connector on i.MX93
> 11x11 EVK.
> 
> This patch set is based on next-20240826 and targets for v6.12.
> 
> Patch 1 adds device tree support for the PWM backlight.
> Patch 2 updates defconfig for ARM64 to build ADP5585 MFD/GPIO/PWM drivers
> as modules.
> 
> Liu Ying (2):
>   arm64: dts: imx93-11x11-evk: Add PWM backlight for "LVDS" connector
>   arm64: defconfig: Enable ADP5585 GPIO and PWM drivers

Applied both, thanks!