public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
From: "Guido Günther" <agx@sigxcpu•org>
To: "Rob Herring" <robh+dt@kernel•org>,
	"Shawn Guo" <shawnguo@kernel•org>,
	"Sascha Hauer" <s.hauer@pengutronix•de>,
	"Pengutronix Kernel Team" <kernel@pengutronix•de>,
	"Fabio Estevam" <festevam@gmail•com>,
	"NXP Linux Team" <linux-imx@nxp•com>,
	"Catalin Marinas" <catalin.marinas@arm•com>,
	"Will Deacon" <will@kernel•org>,
	"Martin Kepplinger" <martink@posteo•de>,
	"Angus Ainslie (Purism)" <angus@akkea•ca>,
	"Guido Günther" <agx@sigxcpu•org>,
	"Anson Huang" <Anson.Huang@nxp•com>,
	"Peng Fan" <peng.fan@nxp•com>,
	"Dong Aisheng" <aisheng.dong@nxp•com>,
	"Leonard Crestez" <leonard.crestez@nxp•com>,
	"Philipp Zabel" <p.zabel@pengutronix•de>,
	"Lucas Stach" <l.stach@pengutronix•de>,
	"Andrey Smirnov" <andrew.smirnov@gmail•com>,
	"Li Jun" <jun.li@nxp•com>,
	"Bjorn Andersson" <bjorn.andersson@linaro•org>,
	"Li Yang" <leoyang.li@nxp•com>, "Arnd Bergmann" <arnd@arndb•de>,
	"Geert Uytterhoeven" <geert+renesas@glider•be>,
	"Michael Walle" <michael@walle•cc>,
	"Olof Johansson" <olof@lixom•net>,
	devicetree@vger•kernel.org, linux-arm-kernel@lists•infradead.org,
	linux-kernel@vger•kernel.org
Subject: [PATCH v2 0/4] arm64: dts: imx8mq: Add NWL DSI host controller to Librem 5 Devkit
Date: Thu, 20 Aug 2020 10:50:55 +0200	[thread overview]
Message-ID: <cover.1597913263.git.agx@sigxcpu.org> (raw)


These patches add the NWL host controller to the imx8mq and make use of it on
the Librem 5 Devkit enabling the built in MIPI DSI LCD panel.

I opted to add imx8mq internal ports and endpoints between nwl and lcdif to the
generic dtsi since those are SOC rather than board specific properties.

Changes from v1
- Add Reviewed-by from Fabio Estevam, thanks!
  https://lore.kernel.org/linux-arm-kernel/CAOMZO5DUA5eS8apZPbte0EcSQ4Vwpg6YLK7D0YdjSUy+kdBu8Q@mail.gmail.com/
  https://lore.kernel.org/linux-arm-kernel/CAOMZO5ANrd2JCmHyxZ0Sv0WNcU9T-q3MbaeADxbOwf+31MQ4LQ@mail.gmail.com/#t
  https://lore.kernel.org/linux-arm-kernel/CAOMZO5Dg5NGpJ0SQkYny04Kv3ky0619J7YwT-0eE1dsK19o1-w@mail.gmail.com/
- As per review comment by Fabio Estevam
  Re-sync DRM related defconfig bits. I didn't resyc the whole defconfig since
  this is pretty much kernel version dependent.

Guido Günther (4):
  arm64: dts: imx8mq: Add NWL MIPI DSI controller
  arm64: dts: imx8mq-librem5-devkit: Enable the LCD panel
  arm64: defconfig: re-sync DRM related defconfig bits
  arm64: defconfig: Enable imx8mq-librem5-devkit display stack

 .../dts/freescale/imx8mq-librem5-devkit.dts   | 33 +++++++++++++
 arch/arm64/boot/dts/freescale/imx8mq.dtsi     | 49 +++++++++++++++++++
 arch/arm64/configs/defconfig                  |  6 ++-
 3 files changed, 87 insertions(+), 1 deletion(-)

-- 
2.26.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists•infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2020-08-20  8:52 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-20  8:50 Guido Günther [this message]
2020-08-20  8:50 ` [PATCH v2 1/4] arm64: dts: imx8mq: Add NWL MIPI DSI controller Guido Günther
2020-08-20 13:57   ` Martin Kepplinger
2020-08-20 13:57   ` Martin Kepplinger
2020-08-23  2:54   ` Shawn Guo
2020-08-20  8:50 ` [PATCH v2 2/4] arm64: dts: imx8mq-librem5-devkit: Enable the LCD panel Guido Günther
2020-08-20 13:58   ` Martin Kepplinger
2020-08-23  2:54   ` Shawn Guo
2020-08-20  8:50 ` [PATCH v2 3/4] arm64: defconfig: re-sync DRM related defconfig bits Guido Günther
2020-08-23  2:56   ` Shawn Guo
2020-08-23  7:24     ` Guido Günther
2020-08-20  8:50 ` [PATCH v2 4/4] arm64: defconfig: Enable imx8mq-librem5-devkit display stack Guido Günther

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1597913263.git.agx@sigxcpu.org \
    --to=agx@sigxcpu$(echo .)org \
    --cc=Anson.Huang@nxp$(echo .)com \
    --cc=aisheng.dong@nxp$(echo .)com \
    --cc=andrew.smirnov@gmail$(echo .)com \
    --cc=angus@akkea$(echo .)ca \
    --cc=arnd@arndb$(echo .)de \
    --cc=bjorn.andersson@linaro$(echo .)org \
    --cc=catalin.marinas@arm$(echo .)com \
    --cc=devicetree@vger$(echo .)kernel.org \
    --cc=festevam@gmail$(echo .)com \
    --cc=geert+renesas@glider$(echo .)be \
    --cc=jun.li@nxp$(echo .)com \
    --cc=kernel@pengutronix$(echo .)de \
    --cc=l.stach@pengutronix$(echo .)de \
    --cc=leonard.crestez@nxp$(echo .)com \
    --cc=leoyang.li@nxp$(echo .)com \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    --cc=linux-imx@nxp$(echo .)com \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=martink@posteo$(echo .)de \
    --cc=michael@walle$(echo .)cc \
    --cc=olof@lixom$(echo .)net \
    --cc=p.zabel@pengutronix$(echo .)de \
    --cc=peng.fan@nxp$(echo .)com \
    --cc=robh+dt@kernel$(echo .)org \
    --cc=s.hauer@pengutronix$(echo .)de \
    --cc=shawnguo@kernel$(echo .)org \
    --cc=will@kernel$(echo .)org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox