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

Commit 6c457fab authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 759da691 ffa49741
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>;
	};
};