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

Liu Ying posted 2 patches 1 year, 3 months ago
.../boot/dts/freescale/imx93-11x11-evk.dts    | 30 +++++++++++++++++++
arch/arm64/configs/defconfig                  |  3 ++
2 files changed, 33 insertions(+)
[PATCH 0/2] arm64: dts: imx93-11x11-evk: Add PWM backlight for "LVDS" connector
Posted by Liu Ying 1 year, 3 months ago
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
-- 
2.34.1
Re: [PATCH 0/2] arm64: dts: imx93-11x11-evk: Add PWM backlight for "LVDS" connector
Posted by Shawn Guo 1 year, 3 months ago
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!