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

Commit ffa49741 authored by Mangesh Kunchamwar's avatar Mangesh Kunchamwar
Browse files

ARM: dts: msm: set dmic sampling rate in QCS405



Set DMIC sampling rate 600KHz for circular mic array board
and 2.4MHz for linear mic array board.

Change-Id: Icef2970aa703fdf7998820ed9a0c5c36b1b8eee5
Signed-off-by: default avatarMangesh Kunchamwar <mangeshk@codeaurora.org>
parent a74cb474
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -11,6 +11,10 @@
 * GNU General Public License for more details.
 */

&va_macro {
	qcom,va-dmic-sample-rate = <2400000>;
};

&i2c_2 {
	status = "ok";
	qcom,clk-freq-out = <100000>;
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -19,7 +19,7 @@
		va-vdd-micb-supply = <&pms405_l7>;
		qcom,va-vdd-micb-voltage = <1800000 1800000>;
		qcom,va-vdd-micb-current = <11200>;
		qcom,va-dmic-sample-rate = <2400000>;
		qcom,va-dmic-sample-rate = <600000>;
	};
};