Skip to content

Commit e828024

Browse files
akemnadeShawn Guo
authored andcommitted
ARM: dts: imx: imx6sll: 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 3c1df79 commit e828024

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@
657657
};
658658

659659
lcdif: lcd-controller@20f8000 {
660-
compatible = "fsl,imx6sll-lcdif", "fsl,imx28-lcdif";
660+
compatible = "fsl,imx6sll-lcdif", "fsl,imx6sx-lcdif";
661661
reg = <0x020f8000 0x4000>;
662662
interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
663663
clocks = <&clks IMX6SLL_CLK_LCDIF_PIX>,

0 commit comments

Comments
 (0)