mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 00:43:08 -04:00
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: 48f4d9796d (arm64: dts: rockchip: add Gru/Kevin DTS)
Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
committed by
Heiko Stuebner
parent
1d5bcbbd98
commit
a4c6bbcb9e
@@ -616,7 +616,7 @@ headsetcodec: rt5514@57 {
|
||||
interrupts = <13 IRQ_TYPE_LEVEL_HIGH>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&mic_int>;
|
||||
realtek,dmic-init-delay = <20>;
|
||||
realtek,dmic-init-delay-ms = <20>;
|
||||
wakeup-source;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user