]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: imx6qdl-tx6: remove undocumented karo,imx6qdl-tx6-sgtl5000 and keep only...
authorFrank Li <Frank.Li@nxp.com>
Thu, 21 May 2026 19:15:42 +0000 (15:15 -0400)
committerFrank Li <Frank.Li@nxp.com>
Mon, 1 Jun 2026 21:07:36 +0000 (17:07 -0400)
Remove the undocumented and unused compatible karo,imx6qdl-tx6-sgtl5000 and
retain only the generic simple-audio-card sound configuration.

The karo,imx6qdl-tx6-sgtl5000 compatible is not documented and is not
referenced by any in-kernel driver. The audio setup is already fully
described using simple-audio-card, which is the standard and supported
binding for this hardware configuration.

No known users (such as uboot) rely on karo,imx6qdl-tx6-sgtl5000.

Fix below CHECK_DTBS warnings:
arch/arm/boot/dts/nxp/imx/imx6dl-tx6dl-comtft.dtb: /sound: failed to match any schema with compatible: ['karo,imx6qdl-tx6-sgtl5000', 'simple-audio-card']

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

index d29adfef5fdba321606eb68614cc82393fea9052..18c29f46dac651cb1cae425632802b4a9dce8e78 100644 (file)
        };
 
        sound {
-               compatible = "karo,imx6qdl-tx6-sgtl5000",
-                            "simple-audio-card";
+               compatible = "simple-audio-card";
                simple-audio-card,name = "imx6qdl-tx6-sgtl5000-audio";
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_audmux>;