Skip to content

Commit 92c2004

Browse files
committed
ARM: dts: imx6qdl-tx6: remove undocumented karo,imx6qdl-tx6-sgtl5000 and keep only simple-audio-card
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>
1 parent 202f97a commit 92c2004

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

arch/arm/boot/dts/nxp/imx/imx6qdl-tx6.dtsi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,7 @@
148148
};
149149

150150
sound {
151-
compatible = "karo,imx6qdl-tx6-sgtl5000",
152-
"simple-audio-card";
151+
compatible = "simple-audio-card";
153152
simple-audio-card,name = "imx6qdl-tx6-sgtl5000-audio";
154153
pinctrl-names = "default";
155154
pinctrl-0 = <&pinctrl_audmux>;

0 commit comments

Comments
 (0)