[PATCH v3 0/4] ARM: dts: imx6dl-colibri: Unify with changes to Apalis iMX6 device trees.

Max Krummenacher posted 4 patches 3 years, 11 months ago
arch/arm/boot/dts/imx6qdl-colibri.dtsi | 21 ++++++++++++++-------
1 file changed, 14 insertions(+), 7 deletions(-)
[PATCH v3 0/4] ARM: dts: imx6dl-colibri: Unify with changes to Apalis iMX6 device trees.
Posted by Max Krummenacher 3 years, 11 months ago
From: Max Krummenacher <max.krummenacher@toradex.com>


- Follows a change to the SGTL5000 MCLK handling fixed for Apalis iMX6 by
  Fabio.
- Simplify handling of inverted PWM backlight
- Fixes a regression for the capacitive touch introduced with
  https://lore.kernel.org/all/20220411152234.12678-1-max.oss.09@gmail.com/


Changes in v3:
- add reviewed-by tags
- Extend commit comment of "ARM: dts: imx6qdl-colibri: backlight pwm: Simplify inverted backlight"

Changes in v2:
- add reviewed-by tags
- Split the Backlight PWM patch into two patches, a) #pwm-cells 3, b) adapt brightness steps

Max Krummenacher (4):
  ARM: dts: imx6qdl-colibri: Fix capacitive touch reset polarity
  ARM: dts: imx6qdl-colibri: Mux mclk for sgtl5000 with the codec node
  ARM: dts: imx6qdl-colibri: backlight pwm: Simplify inverted backlight
  ARM: dts: imx6qdl-colibri: backlight pwm: Adapt brightness steps

 arch/arm/boot/dts/imx6qdl-colibri.dtsi | 21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)

-- 
2.20.1
Re: [PATCH v3 0/4] ARM: dts: imx6dl-colibri: Unify with changes to Apalis iMX6 device trees.
Posted by Shawn Guo 3 years, 11 months ago
On Fri, May 13, 2022 at 12:26:11PM +0200, Max Krummenacher wrote:
> From: Max Krummenacher <max.krummenacher@toradex.com>
> 
> 
> - Follows a change to the SGTL5000 MCLK handling fixed for Apalis iMX6 by
>   Fabio.
> - Simplify handling of inverted PWM backlight
> - Fixes a regression for the capacitive touch introduced with
>   https://lore.kernel.org/all/20220411152234.12678-1-max.oss.09@gmail.com/
> 
> 
> Changes in v3:
> - add reviewed-by tags
> - Extend commit comment of "ARM: dts: imx6qdl-colibri: backlight pwm: Simplify inverted backlight"
> 
> Changes in v2:
> - add reviewed-by tags
> - Split the Backlight PWM patch into two patches, a) #pwm-cells 3, b) adapt brightness steps
> 
> Max Krummenacher (4):
>   ARM: dts: imx6qdl-colibri: Fix capacitive touch reset polarity
>   ARM: dts: imx6qdl-colibri: Mux mclk for sgtl5000 with the codec node
>   ARM: dts: imx6qdl-colibri: backlight pwm: Simplify inverted backlight
>   ARM: dts: imx6qdl-colibri: backlight pwm: Adapt brightness steps

Applied, thanks!