Files
LibreELEC.tv/projects/imx6/patches/linux/3.14-sr/linux-003-rename-sgtl5000-codec.patch
Peter Vicman 74ce7127b1 imx6/linux: update sr-3.14 to 2fb11e2 (supports v1.5 soms from solidrun)
update xbian-4.4 to 3bde863
update linux config files to disable suspend (kodi patch can be removed later)
2017-01-29 17:57:11 +01:00

26 lines
793 B
Diff

From 3499e0d1703d361277e65419178152d792bd55dc Mon Sep 17 00:00:00 2001
From: Peter Vicman <peter.vicman@gmail.com>
Date: Mon, 4 Jan 2016 19:55:37 +0100
Subject: [PATCH] rename sgtl5000 codec
---
arch/arm/boot/dts/imx6qdl-hummingboard.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi b/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi
index 2003262..d2446ef 100644
--- a/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi
@@ -62,7 +62,7 @@
"Mic Jack", "Mic Bias",
"Headphone Jack", "HP_OUT";
compatible = "fsl,imx-audio-sgtl5000";
- model = "On-board Codec";
+ model = "imx-sgtl5000";
mux-ext-port = <5>;
mux-int-port = <1>;
ssi-controller = <&ssi1>;
--
1.8.1.2