Commit a4c6bbcb authored by Jeffy Chen's avatar Jeffy Chen Committed by Heiko Stuebner

arm64: dts: rockchip: Fix wrong rt5514 dmic delay property for Gru

According to rt5514 dt-binding, it should be "realtek,dmic-init-delay-ms".

Fixes: 48f4d979 (arm64: dts: rockchip: add Gru/Kevin DTS)
Signed-off-by: default avatarJeffy Chen <jeffy.chen@rock-chips.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 1d5bcbbd
...@@ -616,7 +616,7 @@ headsetcodec: rt5514@57 { ...@@ -616,7 +616,7 @@ headsetcodec: rt5514@57 {
interrupts = <13 IRQ_TYPE_LEVEL_HIGH>; interrupts = <13 IRQ_TYPE_LEVEL_HIGH>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&mic_int>; pinctrl-0 = <&mic_int>;
realtek,dmic-init-delay = <20>; realtek,dmic-init-delay-ms = <20>;
wakeup-source; wakeup-source;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment