mbox series

[v1,0/9] ARM: dts: fixes for Protonic boards

Message ID 20210518082850.26048-1-o.rempel@pengutronix.de (mailing list archive)
Headers show
Series ARM: dts: fixes for Protonic boards | expand

Message

Oleksij Rempel May 18, 2021, 8:28 a.m. UTC
This patch series provide different fixes for Protonic boards.

Oleksij Rempel (6):
  ARM: dts: imx6dl-prtvt7: add TSC2046 touchscreen node
  ARM: dts: imx6dl-prtvt7: Remove backlight enable gpio
  ARM: dts: imx6dl-prtvt7: fix PWM cell count for the backlight node.
  ARM: dts: imx6dl-plym2m: remove touchscreen-size-* properties
  ARM: dts: imx6dl: enable touchscreen debounce filter on PLYM2M and
    PRTVT7 boards
  ARM: dts: imx6qdl-vicut1: add interrupt-counter nodes

Robin van der Gracht (3):
  ARM: dts: imx6dl-prtvt7: Enable the VPU
  ARM: dts: imx6dl-prtvt7: The sgtl5000 uses i2s not ac97
  ARM: dts: imx6dl-prtvt7: Remove unused 'sound-dai-cells' from ssi1
    node

 arch/arm/boot/dts/imx6dl-plym2m.dts   |  6 ++--
 arch/arm/boot/dts/imx6dl-prtvt7.dts   | 36 ++++++++++++-----------
 arch/arm/boot/dts/imx6qdl-vicut1.dtsi | 41 ++++++++++++++++++++++++++-
 3 files changed, 62 insertions(+), 21 deletions(-)

Comments

Shawn Guo June 8, 2021, 11:49 a.m. UTC | #1
On Tue, May 18, 2021 at 10:28:41AM +0200, Oleksij Rempel wrote:
> This patch series provide different fixes for Protonic boards.
> 
> Oleksij Rempel (6):
>   ARM: dts: imx6dl-prtvt7: add TSC2046 touchscreen node
>   ARM: dts: imx6dl-prtvt7: Remove backlight enable gpio
>   ARM: dts: imx6dl-prtvt7: fix PWM cell count for the backlight node.
>   ARM: dts: imx6dl-plym2m: remove touchscreen-size-* properties
>   ARM: dts: imx6dl: enable touchscreen debounce filter on PLYM2M and
>     PRTVT7 boards
>   ARM: dts: imx6qdl-vicut1: add interrupt-counter nodes
> 
> Robin van der Gracht (3):
>   ARM: dts: imx6dl-prtvt7: Enable the VPU
>   ARM: dts: imx6dl-prtvt7: The sgtl5000 uses i2s not ac97
>   ARM: dts: imx6dl-prtvt7: Remove unused 'sound-dai-cells' from ssi1
>     node

Applied all, thanks.