diff mbox series

[1/2] arm64: dts: imx8mm: Fix lcdif compatible

Message ID 20230316140646.489626-1-alexander.stein@ew.tq-group.com (mailing list archive)
State New, archived
Headers show
Series [1/2] arm64: dts: imx8mm: Fix lcdif compatible | expand

Commit Message

Alexander Stein March 16, 2023, 2:06 p.m. UTC
imx8mm-lcdif is compatible to imx6sx-lcdif.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
---
 arch/arm64/boot/dts/freescale/imx8mm.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Shawn Guo March 27, 2023, 2:34 a.m. UTC | #1
On Thu, Mar 16, 2023 at 03:06:45PM +0100, Alexander Stein wrote:
> imx8mm-lcdif is compatible to imx6sx-lcdif.
> 
> Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>

Doesn't apply for me.

Shawn

> ---
>  arch/arm64/boot/dts/freescale/imx8mm.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx8mm.dtsi b/arch/arm64/boot/dts/freescale/imx8mm.dtsi
> index fedd32cfa47a..1de455ba21da 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mm.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8mm.dtsi
> @@ -1120,7 +1120,7 @@ aips4: bus@32c00000 {
>  			ranges = <0x32c00000 0x32c00000 0x400000>;
>  
>  			lcdif: lcdif@32e00000 {
> -				compatible = "fsl,imx28-lcdif";
> +				compatible = "fsl,imx8mm-lcdif", "fsl,imx6sx-lcdif";
>  				reg = <0x32e00000 0x10000>;
>  				clocks = <&clk IMX8MM_CLK_LCDIF_PIXEL>,
>  					 <&clk IMX8MM_CLK_DISP_AXI_ROOT>,
> -- 
> 2.34.1
>
Alexander Stein March 27, 2023, 8:50 a.m. UTC | #2
Am Montag, 27. März 2023, 04:34:44 CEST schrieb Shawn Guo:
> On Thu, Mar 16, 2023 at 03:06:45PM +0100, Alexander Stein wrote:
> > imx8mm-lcdif is compatible to imx6sx-lcdif.
> > 
> > Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
> 
> Doesn't apply for me.

Ah, you are right. These are patches based on Jagan's MIPI-DSI support.
I'll resubmit once that series is applied.

Best regards,
Alexander

> Shawn
> 
> > ---
> > 
> >  arch/arm64/boot/dts/freescale/imx8mm.dtsi | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/arch/arm64/boot/dts/freescale/imx8mm.dtsi
> > b/arch/arm64/boot/dts/freescale/imx8mm.dtsi index
> > fedd32cfa47a..1de455ba21da 100644
> > --- a/arch/arm64/boot/dts/freescale/imx8mm.dtsi
> > +++ b/arch/arm64/boot/dts/freescale/imx8mm.dtsi
> > @@ -1120,7 +1120,7 @@ aips4: bus@32c00000 {
> > 
> >  			ranges = <0x32c00000 0x32c00000 0x400000>;
> >  			
> >  			lcdif: lcdif@32e00000 {
> > 
> > -				compatible = "fsl,imx28-lcdif";
> > +				compatible = "fsl,imx8mm-lcdif", 
"fsl,imx6sx-lcdif";
> > 
> >  				reg = <0x32e00000 0x10000>;
> >  				clocks = <&clk 
IMX8MM_CLK_LCDIF_PIXEL>,
> >  				
> >  					 <&clk 
IMX8MM_CLK_DISP_AXI_ROOT>,
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/freescale/imx8mm.dtsi b/arch/arm64/boot/dts/freescale/imx8mm.dtsi
index fedd32cfa47a..1de455ba21da 100644
--- a/arch/arm64/boot/dts/freescale/imx8mm.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mm.dtsi
@@ -1120,7 +1120,7 @@  aips4: bus@32c00000 {
 			ranges = <0x32c00000 0x32c00000 0x400000>;
 
 			lcdif: lcdif@32e00000 {
-				compatible = "fsl,imx28-lcdif";
+				compatible = "fsl,imx8mm-lcdif", "fsl,imx6sx-lcdif";
 				reg = <0x32e00000 0x10000>;
 				clocks = <&clk IMX8MM_CLK_LCDIF_PIXEL>,
 					 <&clk IMX8MM_CLK_DISP_AXI_ROOT>,