Message ID | 20240613-jack-rate-v2-0-ebc5f9f37931@chromium.org (mailing list archive) |
---|---|
Headers | show |
Series | arm64: dts: Fix the value of `dlg,jack-det-rate` mismatch | expand |
On Thu, 13 Jun 2024 11:58:53 +0000, Hsin-Te Yuan wrote: > According to Documentation/devicetree/bindings/sound/dialog,da7219.yaml, > the value of `dlg,jack-det-rate` property should be like "32_64" instead > of "32ms_64ms". > > Applied, thanks! [2/2] arm64: dts: rockchip: rk3399-gru: Fix the value of `dlg,jack-det-rate` mismatch commit: a500c0b4b589ae6fb79140c9d96bd5cd31393d41 Best regards,
On Thu, 13 Jun 2024 11:58:53 +0000, Hsin-Te Yuan wrote: > According to Documentation/devicetree/bindings/sound/dialog,da7219.yaml, > the value of `dlg,jack-det-rate` property should be like "32_64" instead > of "32ms_64ms". > > Applied to v6.10-next/dts64, thanks! [1/2] arm64: dts: mediatek: mt8183-kukui: Fix the value of `dlg,jack-det-rate` mismatch commit: 1b0c5a724d726e533ead9580de696bb705dd2e4e Cheers, Angelo
According to Documentation/devicetree/bindings/sound/dialog,da7219.yaml, the value of `dlg,jack-det-rate` property should be like "32_64" instead of "32ms_64ms". Signed-off-by: Hsin-Te Yuan <yuanhsinte@chromium.org> --- Changes in v2: - Split the changes to two seperateed commits - Link to v1: https://lore.kernel.org/r/20240613-jack-rate-v1-1-62ee0259e204@chromium.org --- Hsin-Te Yuan (2): arm64: dts: mediatek: mt8183-kukui: Fix the value of `dlg,jack-det-rate` mismatch arm64: dts: rockchip: rk3399-gru: Fix the value of `dlg,jack-det-rate` mismatch arch/arm64/boot/dts/mediatek/mt8183-kukui-audio-da7219.dtsi | 2 +- arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- base-commit: cea2a26553ace13ee36b56dc09ad548b5e6907df change-id: 20240613-jack-rate-c478fa76ce19 Best regards,