]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: rockchip: Fix the value of `dlg,jack-det-rate` mismatch on rk3399-gru
authorHsin-Te Yuan <yuanhsinte@chromium.org>
Thu, 13 Jun 2024 11:58:55 +0000 (11:58 +0000)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 17 Jun 2024 20:37:11 +0000 (22:37 +0200)
According to Documentation/devicetree/bindings/sound/dialog,da7219.yaml,
the value of `dlg,jack-det-rate` property should be "32_64" instead of
"32ms_64ms".

Fixes: dc0ff0fa3a9b ("ASoC: da7219: Add Jack insertion detection polarity")
Signed-off-by: Hsin-Te Yuan <yuanhsinte@chromium.org>
Link: https://lore.kernel.org/r/20240613-jack-rate-v2-2-ebc5f9f37931@chromium.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi

index 789fd0dcc88baadb05367b16d80b6c7019941160..3cd63d1e8f15bb210b986c5f08c7ecd9a74a6572 100644 (file)
@@ -450,7 +450,7 @@ ap_i2c_audio: &i2c8 {
                        dlg,btn-cfg = <50>;
                        dlg,mic-det-thr = <500>;
                        dlg,jack-ins-deb = <20>;
-                       dlg,jack-det-rate = "32ms_64ms";
+                       dlg,jack-det-rate = "32_64";
                        dlg,jack-rem-deb = <1>;
 
                        dlg,a-d-btn-thr = <0xa>;