linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/3] arm64: dts: imx8mq: Add NWL DSI host controller to Librem 5 Devkit
@ 2020-07-29 12:19 Guido Günther
  2020-07-29 12:19 ` [PATCH v1 1/3] arm64: dts: imx8mq: Add NWL MIPI DSI controller Guido Günther
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Guido Günther @ 2020-07-29 12:19 UTC (permalink / raw)
  To: Rob Herring, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam, NXP Linux Team, Catalin Marinas, Will Deacon,
	Martin Kepplinger, Angus Ainslie (Purism),
	Guido Günther, Anson Huang, Peng Fan, Dong Aisheng,
	Leonard Crestez, Philipp Zabel, Lucas Stach, Andrey Smirnov,
	Li Jun, Bjorn Andersson, Li Yang, Arnd Bergmann,
	Geert Uytterhoeven, Michael Walle, Olof Johansson, devicetree,
	linux-arm-kernel, linux-kernel

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.

Guido Günther (3):
  arm64: dts: imx8mq: Add NWL MIPI DSI controller
  arm64: dts: imx8mq-librem5-devkit: Enable the LCD panel
  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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH v1 1/3] arm64: dts: imx8mq: Add NWL MIPI DSI controller
  2020-07-29 12:19 [PATCH v1 0/3] arm64: dts: imx8mq: Add NWL DSI host controller to Librem 5 Devkit Guido Günther
@ 2020-07-29 12:19 ` Guido Günther
  2020-08-20  4:03   ` Fabio Estevam
  2020-07-29 12:19 ` [PATCH v1 2/3] arm64: dts: imx8mq-librem5-devkit: Enable the LCD panel Guido Günther
  2020-07-29 12:19 ` [PATCH v1 3/3] arm64: defconfig: Enable imx8mq-librem5-devkit display stack Guido Günther
  2 siblings, 1 reply; 8+ messages in thread
From: Guido Günther @ 2020-07-29 12:19 UTC (permalink / raw)
  To: Rob Herring, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam, NXP Linux Team, Catalin Marinas, Will Deacon,
	Martin Kepplinger, Angus Ainslie (Purism),
	Guido Günther, Anson Huang, Peng Fan, Dong Aisheng,
	Leonard Crestez, Philipp Zabel, Lucas Stach, Andrey Smirnov,
	Li Jun, Bjorn Andersson, Li Yang, Arnd Bergmann,
	Geert Uytterhoeven, Michael Walle, Olof Johansson, devicetree,
	linux-arm-kernel, linux-kernel

Add a node for the Northwest Logic MIPI DSI IP core, "disabled" by
default. This also adds the necessary port to LCDIF.

Signed-off-by: Guido Günther <agx@sigxcpu.org>
---
 arch/arm64/boot/dts/freescale/imx8mq.dtsi | 49 +++++++++++++++++++++++
 1 file changed, 49 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
index f70435cf9ad5..e5fa77e1dfe7 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
@@ -523,6 +523,12 @@ lcdif: lcd-controller@30320000 {
 						  <&clk IMX8MQ_VIDEO_PLL1_OUT>;
 				assigned-clock-rates = <0>, <0>, <0>, <594000000>;
 				status = "disabled";
+
+				port@0 {
+					lcdif_mipi_dsi: endpoint {
+						remote-endpoint = <&mipi_dsi_lcdif_in>;
+					};
+				};
 			};
 
 			iomuxc: pinctrl@30330000 {
@@ -899,6 +905,49 @@ sec_jr2: jr@3000 {
 				};
 			};
 
+			mipi_dsi: mipi-dsi@30a00000 {
+				compatible = "fsl,imx8mq-nwl-dsi";
+				reg = <0x30a00000 0x300>;
+				clocks = <&clk IMX8MQ_CLK_DSI_CORE>,
+					 <&clk IMX8MQ_CLK_DSI_AHB>,
+					 <&clk IMX8MQ_CLK_DSI_IPG_DIV>,
+					 <&clk IMX8MQ_CLK_DSI_PHY_REF>,
+					 <&clk IMX8MQ_CLK_LCDIF_PIXEL>;
+				clock-names = "core", "rx_esc", "tx_esc", "phy_ref", "lcdif";
+				assigned-clocks = <&clk IMX8MQ_CLK_DSI_AHB>,
+						  <&clk IMX8MQ_CLK_DSI_CORE>,
+						  <&clk IMX8MQ_CLK_DSI_IPG_DIV>;
+				assigned-clock-parents = <&clk IMX8MQ_SYS1_PLL_80M>,
+							 <&clk IMX8MQ_SYS1_PLL_266M>;
+				assigned-clock-rates = <80000000>, <266000000>, <20000000>;
+				interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
+				mux-controls = <&mux 0>;
+				power-domains = <&pgc_mipi>;
+				phys = <&dphy>;
+				phy-names = "dphy";
+				resets = <&src IMX8MQ_RESET_MIPI_DSI_RESET_BYTE_N>,
+					 <&src IMX8MQ_RESET_MIPI_DSI_DPI_RESET_N>,
+					 <&src IMX8MQ_RESET_MIPI_DSI_ESC_RESET_N>,
+					 <&src IMX8MQ_RESET_MIPI_DSI_PCLK_RESET_N>;
+				reset-names = "byte", "dpi", "esc", "pclk";
+				status = "disabled";
+
+				ports {
+					#address-cells = <1>;
+					#size-cells = <0>;
+
+					port@0 {
+						reg = <0>;
+						#address-cells = <1>;
+						#size-cells = <0>;
+						mipi_dsi_lcdif_in: endpoint@0 {
+							reg = <0>;
+							remote-endpoint = <&lcdif_mipi_dsi>;
+						};
+					};
+				};
+			};
+
 			dphy: dphy@30a00300 {
 				compatible = "fsl,imx8mq-mipi-dphy";
 				reg = <0x30a00300 0x100>;
-- 
2.26.2


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

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH v1 2/3] arm64: dts: imx8mq-librem5-devkit: Enable the LCD panel
  2020-07-29 12:19 [PATCH v1 0/3] arm64: dts: imx8mq: Add NWL DSI host controller to Librem 5 Devkit Guido Günther
  2020-07-29 12:19 ` [PATCH v1 1/3] arm64: dts: imx8mq: Add NWL MIPI DSI controller Guido Günther
@ 2020-07-29 12:19 ` Guido Günther
  2020-08-20  4:06   ` Fabio Estevam
  2020-07-29 12:19 ` [PATCH v1 3/3] arm64: defconfig: Enable imx8mq-librem5-devkit display stack Guido Günther
  2 siblings, 1 reply; 8+ messages in thread
From: Guido Günther @ 2020-07-29 12:19 UTC (permalink / raw)
  To: Rob Herring, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam, NXP Linux Team, Catalin Marinas, Will Deacon,
	Martin Kepplinger, Angus Ainslie (Purism),
	Guido Günther, Anson Huang, Peng Fan, Dong Aisheng,
	Leonard Crestez, Philipp Zabel, Lucas Stach, Andrey Smirnov,
	Li Jun, Bjorn Andersson, Li Yang, Arnd Bergmann,
	Geert Uytterhoeven, Michael Walle, Olof Johansson, devicetree,
	linux-arm-kernel, linux-kernel

Enable LCD panel output by adding nodes for the NWL DSI host controller,
the Rocktech panel and the eLCDIF display controller.

Signed-off-by: Guido Günther <agx@sigxcpu.org>
---
 .../dts/freescale/imx8mq-librem5-devkit.dts   | 33 +++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts b/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts
index e7b5c595ceed..48e22e93a7a7 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts
@@ -830,6 +830,39 @@ MX8MQ_IOMUXC_NAND_DATA03_GPIO3_IO9	0x19 /* WWAN_RESET */
 	};
 };
 
+&lcdif {
+	status = "okay";
+};
+
+&mipi_dsi {
+	status = "okay";
+	#address-cells = <1>;
+	#size-cells = <0>;
+
+	panel@0 {
+		compatible = "rocktech,jh057n00900";
+		reg = <0>;
+		backlight = <&backlight_dsi>;
+		reset-gpios = <&gpio3 13 GPIO_ACTIVE_LOW>;
+		iovcc-supply = <&reg_1v8_p>;
+		vcc-supply = <&reg_2v8_p>;
+		port {
+			panel_in: endpoint {
+				remote-endpoint = <&mipi_dsi_out>;
+			};
+		};
+	};
+
+	ports {
+		port@1 {
+			reg = <1>;
+			mipi_dsi_out: endpoint {
+				remote-endpoint = <&panel_in>;
+			};
+		};
+	};
+};
+
 &pgc_gpu {
 	power-supply = <&buck3_reg>;
 };
-- 
2.26.2


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

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH v1 3/3] arm64: defconfig: Enable imx8mq-librem5-devkit display stack
  2020-07-29 12:19 [PATCH v1 0/3] arm64: dts: imx8mq: Add NWL DSI host controller to Librem 5 Devkit Guido Günther
  2020-07-29 12:19 ` [PATCH v1 1/3] arm64: dts: imx8mq: Add NWL MIPI DSI controller Guido Günther
  2020-07-29 12:19 ` [PATCH v1 2/3] arm64: dts: imx8mq-librem5-devkit: Enable the LCD panel Guido Günther
@ 2020-07-29 12:19 ` Guido Günther
  2020-08-20  4:11   ` Fabio Estevam
  2 siblings, 1 reply; 8+ messages in thread
From: Guido Günther @ 2020-07-29 12:19 UTC (permalink / raw)
  To: Rob Herring, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam, NXP Linux Team, Catalin Marinas, Will Deacon,
	Martin Kepplinger, Angus Ainslie (Purism),
	Guido Günther, Anson Huang, Peng Fan, Dong Aisheng,
	Leonard Crestez, Philipp Zabel, Lucas Stach, Andrey Smirnov,
	Li Jun, Bjorn Andersson, Li Yang, Arnd Bergmann,
	Geert Uytterhoeven, Michael Walle, Olof Johansson, devicetree,
	linux-arm-kernel, linux-kernel

Enable the panel, NWL DSI host controller and dphy. This
also needs the reset controller.

Signed-off-by: Guido Günther <agx@sigxcpu.org>
---
 arch/arm64/configs/defconfig | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index e0f33826819f..608019f6408d 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -640,10 +640,12 @@ CONFIG_DRM_MSM=m
 CONFIG_DRM_TEGRA=m
 CONFIG_DRM_PANEL_LVDS=m
 CONFIG_DRM_PANEL_SIMPLE=m
-CONFIG_DRM_SIMPLE_BRIDGE=m
+CONFIG_DRM_PANEL_SITRONIX_ST7703=m
 CONFIG_DRM_PANEL_TRULY_NT35597_WQXGA=m
 CONFIG_DRM_DISPLAY_CONNECTOR=m
+CONFIG_DRM_NWL_MIPI_DSI=m
 CONFIG_DRM_SII902X=m
+CONFIG_DRM_SIMPLE_BRIDGE=m
 CONFIG_DRM_THINE_THC63LVD1024=m
 CONFIG_DRM_TI_SN65DSI86=m
 CONFIG_DRM_I2C_ADV7511=m
@@ -937,11 +939,13 @@ CONFIG_PWM_SAMSUNG=y
 CONFIG_PWM_SUN4I=m
 CONFIG_PWM_TEGRA=m
 CONFIG_QCOM_PDC=y
+CONFIG_RESET_IMX7=y
 CONFIG_RESET_QCOM_AOSS=y
 CONFIG_RESET_QCOM_PDC=m
 CONFIG_RESET_TI_SCI=y
 CONFIG_PHY_XGENE=y
 CONFIG_PHY_SUN4I_USB=y
+CONFIG_PHY_MIXEL_MIPI_DPHY=m
 CONFIG_PHY_HI6220_USB=y
 CONFIG_PHY_HISTB_COMBPHY=y
 CONFIG_PHY_HISI_INNO_USB2=y
-- 
2.26.2


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

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH v1 1/3] arm64: dts: imx8mq: Add NWL MIPI DSI controller
  2020-07-29 12:19 ` [PATCH v1 1/3] arm64: dts: imx8mq: Add NWL MIPI DSI controller Guido Günther
@ 2020-08-20  4:03   ` Fabio Estevam
  0 siblings, 0 replies; 8+ messages in thread
From: Fabio Estevam @ 2020-08-20  4:03 UTC (permalink / raw)
  To: Guido Günther
  Cc: Peng Fan, Geert Uytterhoeven, Catalin Marinas,
	Angus Ainslie (Purism),
	Bjorn Andersson, Leonard Crestez, Will Deacon, Anson Huang,
	Andrey Smirnov, NXP Linux Team,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Philipp Zabel, Arnd Bergmann, Sascha Hauer, Rob Herring,
	Martin Kepplinger,
	moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE,
	Dong Aisheng, linux-kernel, Li Yang, Michael Walle,
	Pengutronix Kernel Team, Olof Johansson, Lucas Stach, Shawn Guo,
	Li Jun

Hi Guido,

On Wed, Jul 29, 2020 at 9:19 AM Guido Günther <agx@sigxcpu.org> wrote:
>
> Add a node for the Northwest Logic MIPI DSI IP core, "disabled" by
> default. This also adds the necessary port to LCDIF.
>
> Signed-off-by: Guido Günther <agx@sigxcpu.org>

Reviewed-by: Fabio Estevam <festevam@gmail.com>

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH v1 2/3] arm64: dts: imx8mq-librem5-devkit: Enable the LCD panel
  2020-07-29 12:19 ` [PATCH v1 2/3] arm64: dts: imx8mq-librem5-devkit: Enable the LCD panel Guido Günther
@ 2020-08-20  4:06   ` Fabio Estevam
  0 siblings, 0 replies; 8+ messages in thread
From: Fabio Estevam @ 2020-08-20  4:06 UTC (permalink / raw)
  To: Guido Günther
  Cc: Peng Fan, Geert Uytterhoeven, Catalin Marinas,
	Angus Ainslie (Purism),
	Bjorn Andersson, Leonard Crestez, Will Deacon, Anson Huang,
	Andrey Smirnov, NXP Linux Team,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Philipp Zabel, Arnd Bergmann, Sascha Hauer, Rob Herring,
	Martin Kepplinger,
	moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE,
	Dong Aisheng, linux-kernel, Li Yang, Michael Walle,
	Pengutronix Kernel Team, Olof Johansson, Lucas Stach, Shawn Guo,
	Li Jun

Hi Guido,

On Wed, Jul 29, 2020 at 9:19 AM Guido Günther <agx@sigxcpu.org> wrote:
>
> Enable LCD panel output by adding nodes for the NWL DSI host controller,
> the Rocktech panel and the eLCDIF display controller.
>
> Signed-off-by: Guido Günther <agx@sigxcpu.org>

Reviewed-by: Fabio Estevam <festevam@gmail.com>

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH v1 3/3] arm64: defconfig: Enable imx8mq-librem5-devkit display stack
  2020-07-29 12:19 ` [PATCH v1 3/3] arm64: defconfig: Enable imx8mq-librem5-devkit display stack Guido Günther
@ 2020-08-20  4:11   ` Fabio Estevam
  2020-08-20  8:52     ` Guido Günther
  0 siblings, 1 reply; 8+ messages in thread
From: Fabio Estevam @ 2020-08-20  4:11 UTC (permalink / raw)
  To: Guido Günther
  Cc: Peng Fan, Geert Uytterhoeven, Catalin Marinas,
	Angus Ainslie (Purism),
	Bjorn Andersson, Leonard Crestez, Will Deacon, Anson Huang,
	Andrey Smirnov, NXP Linux Team,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Philipp Zabel, Arnd Bergmann, Sascha Hauer, Rob Herring,
	Martin Kepplinger,
	moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE,
	Dong Aisheng, linux-kernel, Li Yang, Michael Walle,
	Pengutronix Kernel Team, Olof Johansson, Lucas Stach, Shawn Guo,
	Li Jun

Hi Guido,

On Wed, Jul 29, 2020 at 9:19 AM Guido Günther <agx@sigxcpu.org> wrote:
>
> Enable the panel, NWL DSI host controller and dphy. This
> also needs the reset controller.
>
> Signed-off-by: Guido Günther <agx@sigxcpu.org>
> ---
>  arch/arm64/configs/defconfig | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index e0f33826819f..608019f6408d 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -640,10 +640,12 @@ CONFIG_DRM_MSM=m
>  CONFIG_DRM_TEGRA=m
>  CONFIG_DRM_PANEL_LVDS=m
>  CONFIG_DRM_PANEL_SIMPLE=m
> -CONFIG_DRM_SIMPLE_BRIDGE=m
> +CONFIG_DRM_PANEL_SITRONIX_ST7703=m
>  CONFIG_DRM_PANEL_TRULY_NT35597_WQXGA=m
>  CONFIG_DRM_DISPLAY_CONNECTOR=m
> +CONFIG_DRM_NWL_MIPI_DSI=m
>  CONFIG_DRM_SII902X=m
> +CONFIG_DRM_SIMPLE_BRIDGE=m

One nit: I suppose the CONFIG_DRM_SIMPLE_BRIDGE=m move comes from a
defconfig re-sync.

Maybe this re-sync could be part of a separate patch?

Thanks for adding these options to the defconfig so that we could have
MIPI DSI working by default on i.MX8M:

Reviewed-by: Fabio Estevam <festevam@gmail.com>

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH v1 3/3] arm64: defconfig: Enable imx8mq-librem5-devkit display stack
  2020-08-20  4:11   ` Fabio Estevam
@ 2020-08-20  8:52     ` Guido Günther
  0 siblings, 0 replies; 8+ messages in thread
From: Guido Günther @ 2020-08-20  8:52 UTC (permalink / raw)
  To: Fabio Estevam
  Cc: Peng Fan, Geert Uytterhoeven, Catalin Marinas,
	Angus Ainslie (Purism),
	Bjorn Andersson, Leonard Crestez, Will Deacon, Anson Huang,
	Andrey Smirnov, NXP Linux Team,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Philipp Zabel, Arnd Bergmann, Sascha Hauer, Rob Herring,
	Martin Kepplinger,
	moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE,
	Dong Aisheng, linux-kernel, Li Yang, Michael Walle,
	Pengutronix Kernel Team, Olof Johansson, Lucas Stach, Shawn Guo,
	Li Jun

Hi Fabio,
On Thu, Aug 20, 2020 at 01:11:28AM -0300, Fabio Estevam wrote:
> Hi Guido,
> 
> On Wed, Jul 29, 2020 at 9:19 AM Guido Günther <agx@sigxcpu.org> wrote:
> >
> > Enable the panel, NWL DSI host controller and dphy. This
> > also needs the reset controller.
> >
> > Signed-off-by: Guido Günther <agx@sigxcpu.org>
> > ---
> >  arch/arm64/configs/defconfig | 6 +++++-
> >  1 file changed, 5 insertions(+), 1 deletion(-)
> >
> > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> > index e0f33826819f..608019f6408d 100644
> > --- a/arch/arm64/configs/defconfig
> > +++ b/arch/arm64/configs/defconfig
> > @@ -640,10 +640,12 @@ CONFIG_DRM_MSM=m
> >  CONFIG_DRM_TEGRA=m
> >  CONFIG_DRM_PANEL_LVDS=m
> >  CONFIG_DRM_PANEL_SIMPLE=m
> > -CONFIG_DRM_SIMPLE_BRIDGE=m
> > +CONFIG_DRM_PANEL_SITRONIX_ST7703=m
> >  CONFIG_DRM_PANEL_TRULY_NT35597_WQXGA=m
> >  CONFIG_DRM_DISPLAY_CONNECTOR=m
> > +CONFIG_DRM_NWL_MIPI_DSI=m
> >  CONFIG_DRM_SII902X=m
> > +CONFIG_DRM_SIMPLE_BRIDGE=m
> 
> One nit: I suppose the CONFIG_DRM_SIMPLE_BRIDGE=m move comes from a
> defconfig re-sync.
> 
> Maybe this re-sync could be part of a separate patch?

I've moved re-sync of the drm related bits to a separate patch in v2. I
didn't do a full resync since this varies between kernel version but i
can do that too - maybe against 5.9-rc1 if that helps.

> Thanks for adding these options to the defconfig so that we could have
> MIPI DSI working by default on i.MX8M:
> 
> Reviewed-by: Fabio Estevam <festevam@gmail.com>
> 

Thanks!
 -- Guido

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-08-20  8:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-29 12:19 [PATCH v1 0/3] arm64: dts: imx8mq: Add NWL DSI host controller to Librem 5 Devkit Guido Günther
2020-07-29 12:19 ` [PATCH v1 1/3] arm64: dts: imx8mq: Add NWL MIPI DSI controller Guido Günther
2020-08-20  4:03   ` Fabio Estevam
2020-07-29 12:19 ` [PATCH v1 2/3] arm64: dts: imx8mq-librem5-devkit: Enable the LCD panel Guido Günther
2020-08-20  4:06   ` Fabio Estevam
2020-07-29 12:19 ` [PATCH v1 3/3] arm64: defconfig: Enable imx8mq-librem5-devkit display stack Guido Günther
2020-08-20  4:11   ` Fabio Estevam
2020-08-20  8:52     ` Guido Günther

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).