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

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

Merge "ARM: dts: msm: Add dt entries for kona stub"

parents 111f4ebe d728f718
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0
/*
 * Copyright (c) 2018, The Linux Foundation. All rights reserved.
 */

#include "msm-audio-lpass.dtsi"

&msm_audio_ion {
	iommus = <&apps_smmu 0x1801 0x0>;
	qcom,smmu-sid-mask = /bits/ 64 <0xf>;
};

&soc {
	qcom,avtimer@39ef000 {
		compatible = "qcom,avtimer";
		reg = <0x039ef00c 0x4>,
		      <0x039ef010 0x4>;
		reg-names = "avtimer_lsb_addr", "avtimer_msb_addr";
		qcom,clk-div = <192>;
		qcom,clk-mult = <10>;
	};
};
+19 −0
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@
 * Copyright (c) 2018, The Linux Foundation. All rights reserved.
 */

#include "msm-audio-lpass.dtsi"

&arch_timer {
	clock-frequency = <1000000>;
};
@@ -74,3 +76,20 @@
		maximum-speed = "high-speed";
	};
};

&audio_apr {
	sound-stub {
		compatible = "qcom,kona-asoc-snd-stub";
		qcom,model = "kona-stub-snd-card";

		qcom,audio-routing =
			"AIF4 VI", "MCLK";

		asoc-platform = <&pcm0>, <&routing>;
		asoc-platform-names = "msm-pcm-dsp.0", "msm-pcm-routing";
		asoc-cpu = <&dai_pri_auxpcm>;
		asoc-cpu-names = "msm-dai-q6-auxpcm.1";
		asoc-codec = <&stub_codec>;
		asoc-codec-names = "msm-stub-codec.1";
	};
};
+1 −0
Original line number Diff line number Diff line
@@ -1297,3 +1297,4 @@
#include "kona-sde.dtsi"
#include "kona-sde-pll.dtsi"
#include "kona-sde-display.dtsi"
#include "kona-audio.dtsi"