]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ARM: dts: imx6sx: remove fallback compatible string fsl,imx28-lcdif
authorFrank Li <Frank.Li@nxp.com>
Wed, 11 Mar 2026 19:41:11 +0000 (15:41 -0400)
committerFrank Li <Frank.Li@nxp.com>
Mon, 6 Apr 2026 01:35:40 +0000 (21:35 -0400)
commitc59ebeb2ad085bee952d35c601cad46be3bc86c1
treeb8ea583ddc0e029bf72612f75e81a99ef9b294fa
parent3432749efe6b76abf7cff90a05ff40ee919c060e
ARM: dts: imx6sx: remove fallback compatible string fsl,imx28-lcdif

The i.MX6SX LCDIF is not fully compatible with the i.MX28 LCDIF. The
i.MX6SX controller provides additional overlay registers (AS_CTRL) which
are not present on i.MX28.

Linux has supported the dedicated compatible string since commit
45d59d704080 ("drm: Add new driver for MXSFB controller").

Other known DT users such as U-Boot and Barebox already support
"fsl,imx6sx-lcdif", so removing the fallback compatible string is low risk
since this device is used for display output only.

Fix the following CHECK_DTB warning:
/arch/arm/boot/dts/nxp/imx/imx6sx-nitrogen6sx.dtb: lcdif@2220000 (fsl,imx6sx-lcdif): compatible: 'oneOf' conditional failed, one must be fixed:
        ['fsl,imx6sx-lcdif', 'fsl,imx28-lcdif'] is too long

Signed-off-by: Frank Li <Frank.Li@nxp.com>
arch/arm/boot/dts/nxp/imx/imx6sx.dtsi