Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	};
};