a2524184ed
Upgrades to megi's 5.11 orange-pi-5.11-20210218-0749 tag. All patches were rebased.
44 lines
1.4 KiB
Diff
44 lines
1.4 KiB
Diff
From e2a0d1f3af7b051890cb003c9b0df18651b44f42 Mon Sep 17 00:00:00 2001
|
|
From: Martijn Braam <martijn@brixit.nl>
|
|
Date: Mon, 15 Feb 2021 13:18:02 -0800
|
|
Subject: [PATCH] dts: pinephone: jack detection
|
|
|
|
---
|
|
arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi | 6 ++++--
|
|
1 file changed, 4 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi
|
|
index 67c58907ae1b..39fdf96fe95d 100644
|
|
--- a/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi
|
|
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi
|
|
@@ -346,11 +346,13 @@ &codec {
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&aif2_pins>, <&aif3_pins>;
|
|
status = "okay";
|
|
+ allwinner,inverted-jack-detection;
|
|
};
|
|
|
|
&codec_analog {
|
|
cpvdd-supply = <®_eldo1>;
|
|
status = "okay";
|
|
+ allwinner,internal-bias-resistor;
|
|
};
|
|
|
|
&cpu0 {
|
|
@@ -808,11 +810,11 @@ &sound {
|
|
simple-audio-card,aux-devs = <&codec_analog>, <&speaker_amp>;
|
|
simple-audio-card,widgets = "Microphone", "Headset Microphone",
|
|
"Microphone", "Internal Microphone",
|
|
- "Headphone", "Headphone Jack",
|
|
+ "Headphone", "Headphone",
|
|
"Speaker", "Internal Earpiece",
|
|
"Speaker", "Internal Speaker";
|
|
simple-audio-card,routing =
|
|
- "Headphone Jack", "HP",
|
|
+ "Headphone", "HP",
|
|
"Internal Earpiece", "EARPIECE",
|
|
"Internal Speaker", "Speaker Amp OUTL",
|
|
"Internal Speaker", "Speaker Amp OUTR",
|
|
--
|
|
2.30.1
|
|
|