2019-06-25 08:29:57

by Guido Günther

[permalink] [raw]
Subject: [PATCH 0/2] arm64: dts: imx8mq: Add DT node for the Mixel MIPI D-PHY

Now that the driver is in linux-next as of 20190624 let's have a DT node
for the i.MX8mq and enable it on the Librem 5 devkit.

Guido Günther (2):
arm64: dts: imx8mq: Add MIPI D-PHY
arm64: dts: imx8mq-librem5: Enable MIPI D-PHY

.../boot/dts/freescale/imx8mq-librem5-devkit.dts | 4 ++++
arch/arm64/boot/dts/freescale/imx8mq.dtsi | 13 +++++++++++++
2 files changed, 17 insertions(+)

--
2.20.1


2019-07-18 02:43:12

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH 0/2] arm64: dts: imx8mq: Add DT node for the Mixel MIPI D-PHY

On Tue, Jun 25, 2019 at 10:27:19AM +0200, Guido G?nther wrote:
> Now that the driver is in linux-next as of 20190624 let's have a DT node
> for the i.MX8mq and enable it on the Librem 5 devkit.
>
> Guido G?nther (2):
> arm64: dts: imx8mq: Add MIPI D-PHY
> arm64: dts: imx8mq-librem5: Enable MIPI D-PHY

Applied both, thanks.