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

Commit 3fe18756 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add adsp shared context bank to msmtitanium"

parents e8428386 265f64ad
Loading
Loading
Loading
Loading
+25 −0
Original line number Original line Diff line number Diff line
/* Copyright (c) 2015, 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
 * only version 2 as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

&soc {
	qcom,iommu-domains {
		compatible = "qcom,iommu-domains";
		/*
		 * non-secure addr pool from 2048MB to 4096MB
		*/
		adsp_shared_domain: qcom,iommu-domain6 {
			label = "adsp_shared";
			qcom,iommu-contexts = <&adsp_shared>;
			qcom,virtual-addr-pool = <0x80000000 0x7FFFFFFF>;
		};
	};
};
+21 −0
Original line number Original line Diff line number Diff line
@@ -65,6 +65,12 @@
			alignment = <0 0x400000>;
			alignment = <0 0x400000>;
			size = <0 0x1000000>;
			size = <0 0x1000000>;
		};
		};

		adsp_mem: adsp_region@0 {
			compatible = "shared-dma-pool";
			reusable;
			size = <0 0x400000>;
		};
	};
	};


	aliases {
	aliases {
@@ -93,6 +99,7 @@
#include "msmtitanium-smp2p.dtsi"
#include "msmtitanium-smp2p.dtsi"
#include "msm-arm-smmu-titanium.dtsi"
#include "msm-arm-smmu-titanium.dtsi"
#include "msmtitanium-coresight.dtsi"
#include "msmtitanium-coresight.dtsi"
#include "msmtitanium-iommu-domains.dtsi"


&soc {
&soc {
	#address-cells = <1>;
	#address-cells = <1>;
@@ -462,6 +469,20 @@
		qcom,fragmented-data;
		qcom,fragmented-data;
	};
	};


	qcom,adsprpc-mem {
		compatible = "qcom,msm-adsprpc-mem-region";
		memory-region = <&adsp_mem>;
	};

	qcom,adsprpc_domains {
		compatible = "qcom,msm-fastrpc-legacy-compute-cb";
		qcom,msm_fastrpc_compute_cb {
			qcom,adsp-shared-domain-phandle = <&adsp_shared_domain>;
			qcom,adsp-shared-sids =
					<0x8 0x9 0xa 0xb 0xc 0xd 0xe 0xf>;
		};
	};

	sdhc_1: sdhci@7824900 {
	sdhc_1: sdhci@7824900 {
		compatible = "qcom,sdhci-msm";
		compatible = "qcom,sdhci-msm";
		reg = <0x7824900 0x500>, <0x7824000 0x800>;
		reg = <0x7824900 0x500>, <0x7824000 0x800>;