mbox series

[v2,0/2] arm64: dts: imx8mq: Add eLCDIF controller

Message ID cover.1574693313.git.agx@sigxcpu.org (mailing list archive)
Headers show
Series arm64: dts: imx8mq: Add eLCDIF controller | expand

Message

Guido Günther Nov. 25, 2019, 2:50 p.m. UTC
With some minimal support on imx8mq we might as well add it to the DT

Changes from v1:
- Per review comments by Fabio Estevam
  - Document compatible
  - use lcd-controller instead of lcdif as node name
- Add Reviewed-by: from Fabio Estevam, thanks!

Guido Günther (2):
  dt-bindings: mxsfb: Add compatible for iMX8MQ
  arm64: dts: imx8mq: Add eLCDIF controller

 .../devicetree/bindings/display/mxsfb.txt       |  1 +
 arch/arm64/boot/dts/freescale/imx8mq.dtsi       | 17 +++++++++++++++++
 2 files changed, 18 insertions(+)

Comments

Shawn Guo Dec. 9, 2019, 7:13 a.m. UTC | #1
On Mon, Nov 25, 2019 at 03:50:05PM +0100, Guido Günther wrote:
> With some minimal support on imx8mq we might as well add it to the DT
> 
> Changes from v1:
> - Per review comments by Fabio Estevam
>   - Document compatible
>   - use lcd-controller instead of lcdif as node name
> - Add Reviewed-by: from Fabio Estevam, thanks!
> 
> Guido Günther (2):
>   dt-bindings: mxsfb: Add compatible for iMX8MQ
>   arm64: dts: imx8mq: Add eLCDIF controller

Applied both, thanks.