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

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

Merge "ARM: dts: msm: enable VA macro island mode MUX select on Kona"

parents fee8bb7a d61a6b45
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -47,7 +47,11 @@ Required properties:
 - qcom,va-vdd-micb-voltage: mic bias supply's voltage level min and max in mV
 - qcom,va-vdd-micb-current: mic bias supply's max current in mA
 - qcom,va-dmic-sample-rate: Sample rate defined for DMIC connected to VA macro

Optional properties:
 - qcom,va-clk-mux-select: VA macro MCLK MUX selection
 - qcom,va-island-mode-muxsel: VA macro island mode MUX selection
		This property is required if qcom,va-clk-mux-select is provided

Example:

@@ -62,6 +66,7 @@ Example:
		qcom,va-vdd-micb-current = <11200>;
		qcom,va-dmic-sample-rate = <4800000>;
		qcom,va-clk-mux-select = <1>;
		qcom,va-island-mode-muxsel = <0x033A0000>;
	};
};

+2 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
 */

&bolero {
@@ -14,6 +14,7 @@
		qcom,va-vdd-micb-current = <11200>;
		qcom,va-dmic-sample-rate = <4800000>;
		qcom,va-clk-mux-select = <1>;
		qcom,va-island-mode-muxsel = <0x033A0000>;
	};
};