1 From 63629069864acc9396243e48c861f60b5f54871e 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 296/782] dtoverlays: fe-pi-audio: fix sgtl5000 compatible
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
12 Signed-off-by: Ben Wolsieffer <benwolsieffer@gmail.com>
14 arch/arm/boot/dts/overlays/fe-pi-audio-overlay.dts | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
17 --- a/arch/arm/boot/dts/overlays/fe-pi-audio-overlay.dts
18 +++ b/arch/arm/boot/dts/overlays/fe-pi-audio-overlay.dts
22 #sound-dai-cells = <0>;
23 - compatible = "fepi,sgtl5000";
24 + compatible = "fsl,sgtl5000";
26 clocks = <&sgtl5000_mclk>;
27 micbias-resistor-k-ohms = <2>;