mbox series

[v2,0/3] TQMa8MPxL + MBa8MPxL support

Message ID 20220622114949.889274-1-alexander.stein@ew.tq-group.com (mailing list archive)
Headers show
Series TQMa8MPxL + MBa8MPxL support | expand

Message

Alexander Stein June 22, 2022, 11:49 a.m. UTC
Hello,

this patch set adds support for TQMa8MPxL on mainboard MBa8MPxL. This
already includes some pinctrl and/or peripheral configurations which are
not yet in use, e.g. PWM for PWM fan, backlight for LVDS panel, etc.
Also note. this only supports MBa8MPxL Rev.2xx, Revision 1xx is
not supported!

Changes in v2:
* Added a-b in patch1
* Changed LED label to function + color
* Renamed some nodes
* Added more pwm-backlight properties
* Added comment about missing display compatible
* Added display power-supply regulator
* Fixed pinctl settings for HDMI mux
* Added patch3 as WIP to show the LVDS overlay

Best regards,
Alexander

Alexander Stein (2):
  arm64: dts: freescale: add initial device tree for TQMa8MPQL with
    i.MX8MP
  [DNI/WIP] arm64: dts: freescale: Add LVDS overlay for TQMa8MPxL

Markus Niebel (1):
  dt-bindings: arm: add TQMa8MPxL board

 .../devicetree/bindings/arm/fsl.yaml          |  12 +
 arch/arm64/boot/dts/freescale/Makefile        |   3 +
 .../imx8mp-tqma8mpql-mba8mpxl-lvds.dts        |  44 ++
 .../freescale/imx8mp-tqma8mpql-mba8mpxl.dts   | 708 ++++++++++++++++++
 .../boot/dts/freescale/imx8mp-tqma8mpql.dtsi  | 284 +++++++
 5 files changed, 1051 insertions(+)
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl-lvds.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql.dtsi

Comments

Alexander Stein July 8, 2022, 2:39 p.m. UTC | #1
Ping,

I would like to get patch 1 & 2 into v5.20.

Regards,
Alexander

Am Mittwoch, 22. Juni 2022, 13:49:46 CEST schrieb Alexander Stein:
> Hello,
> 
> this patch set adds support for TQMa8MPxL on mainboard MBa8MPxL. This
> already includes some pinctrl and/or peripheral configurations which are
> not yet in use, e.g. PWM for PWM fan, backlight for LVDS panel, etc.
> Also note. this only supports MBa8MPxL Rev.2xx, Revision 1xx is
> not supported!
> 
> Changes in v2:
> * Added a-b in patch1
> * Changed LED label to function + color
> * Renamed some nodes
> * Added more pwm-backlight properties
> * Added comment about missing display compatible
> * Added display power-supply regulator
> * Fixed pinctl settings for HDMI mux
> * Added patch3 as WIP to show the LVDS overlay
> 
> Best regards,
> Alexander
> 
> Alexander Stein (2):
>   arm64: dts: freescale: add initial device tree for TQMa8MPQL with
>     i.MX8MP
>   [DNI/WIP] arm64: dts: freescale: Add LVDS overlay for TQMa8MPxL
> 
> Markus Niebel (1):
>   dt-bindings: arm: add TQMa8MPxL board
> 
>  .../devicetree/bindings/arm/fsl.yaml          |  12 +
>  arch/arm64/boot/dts/freescale/Makefile        |   3 +
>  .../imx8mp-tqma8mpql-mba8mpxl-lvds.dts        |  44 ++
>  .../freescale/imx8mp-tqma8mpql-mba8mpxl.dts   | 708 ++++++++++++++++++
>  .../boot/dts/freescale/imx8mp-tqma8mpql.dtsi  | 284 +++++++
>  5 files changed, 1051 insertions(+)
>  create mode 100644
> arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl-lvds.dts create
> mode 100644 arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts
> create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql.dtsi
Krzysztof Kozlowski July 10, 2022, 2:49 p.m. UTC | #2
On 08/07/2022 16:39, Alexander Stein wrote:
> Ping,
> 
> I would like to get patch 1 & 2 into v5.20.

Sure, happy to help but whom are you exactly pinging? What do you need
from me or Rob?

Best regards,
Krzysztof
Shawn Guo July 11, 2022, 1:46 a.m. UTC | #3
On Sun, Jul 10, 2022 at 04:49:56PM +0200, Krzysztof Kozlowski wrote:
> On 08/07/2022 16:39, Alexander Stein wrote:
> > Ping,
> > 
> > I would like to get patch 1 & 2 into v5.20.
> 
> Sure, happy to help but whom are you exactly pinging? What do you need
> from me or Rob?

Sorry, forgot to reply the thread, but I had applied the two patches.

Shawn