Skip to content

Commit 73368ef

Browse files
akemnadeShawn Guo
authored andcommitted
ARM: dts: imx: imx6sl: fix lcdif compatible
Fix lcdif compatible according to bindings doc. dtbs_check tested only, a glance at the datasheet shows that it should be the correct fallback compatible. Signed-off-by: Andreas Kemnade <andreas@kemnade.info> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 03bbb39 commit 73368ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/nxp/imx/imx6sl.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@
776776
};
777777

778778
lcdif: lcdif@20f8000 {
779-
compatible = "fsl,imx6sl-lcdif", "fsl,imx28-lcdif";
779+
compatible = "fsl,imx6sl-lcdif", "fsl,imx6sx-lcdif";
780780
reg = <0x020f8000 0x4000>;
781781
interrupts = <0 39 IRQ_TYPE_LEVEL_HIGH>;
782782
clocks = <&clks IMX6SL_CLK_LCDIF_PIX>,

0 commit comments

Comments
 (0)