brcm63xx: rename target to bcm63xx
[openwrt/staging/wigyori.git] / target / linux / brcm2708 / patches-4.19 / 950-0257-dtoverlays-fe-pi-audio-fix-sgtl5000-compatible-strin.patch
1 From 1d26e4d72f2d0563cc6455e682a5d4c491de178c Mon Sep 17 00:00:00 2001
2 From: Ben Wolsieffer <benwolsieffer@gmail.com>
3 Date: Sun, 9 Dec 2018 16:46:00 -0500
4 Subject: [PATCH] dtoverlays: fe-pi-audio: fix sgtl5000 compatible
5 string
6
7 The compatible string was set to "fepi,sgtl5000", which worked for some
8 reason in 4.14, but does not work in 4.19, presumably due to some
9 change in the kernel matching logic. The correct string is
10 "fsl,sgtl5000".
11
12 Signed-off-by: Ben Wolsieffer <benwolsieffer@gmail.com>
13 ---
14 arch/arm/boot/dts/overlays/fe-pi-audio-overlay.dts | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 --- a/arch/arm/boot/dts/overlays/fe-pi-audio-overlay.dts
18 +++ b/arch/arm/boot/dts/overlays/fe-pi-audio-overlay.dts
19 @@ -39,7 +39,7 @@
20
21 sgtl5000@0a {
22 #sound-dai-cells = <0>;
23 - compatible = "fepi,sgtl5000";
24 + compatible = "fsl,sgtl5000";
25 reg = <0x0a>;
26 clocks = <&sgtl5000_mclk>;
27 micbias-resistor-k-ohms = <2>;