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:
parent
1d5bcbbd98
commit
a4c6bbcb9e
|
@ -616,7 +616,7 @@ ap_i2c_mic: &i2c1 {
|
|||
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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue