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

Commit 25deaa4c authored by Brahmaji K's avatar Brahmaji K
Browse files

ARM: dts: msm: Enable qseecom module for mdm9607



Add qseecom device node to enable qseecom module for mdm9607.

Change-Id: I70c5e78e57ec74bce8ffa8d22d874100e00b545f
Signed-off-by: default avatarBrahmaji K <bkomma@codeaurora.org>
parent 4439da13
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2015, Linux Foundation. All rights reserved.
 * Copyright (c) 2015,2017, 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
@@ -27,5 +27,12 @@
			memory-region = <&audio_mem>;
			qcom,ion-heap-type = "DMA";
		};

		qcom,ion-heap@27 { /* QSEECOM HEAP */
			reg = <27>;
			memory-region = <&qseecom_mem>;
			qcom,ion-heap-type = "DMA";
		};

	};
};
+32 −7
Original line number Diff line number Diff line
@@ -39,16 +39,10 @@
			reg = <0x82a00000 0x5000000>;
		};

		cnss_debug_mem: cnss_debug_region@0 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x87a00000 0x200000>;
		};

		external_image_mem: external_image_region@0 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x87c00000 0x400000>;
			reg = <0x87a00000 0x600000>;
		};

		audio_mem: audio_region@0 {
@@ -57,6 +51,13 @@
			alignment = <0x400000>;
			size = <0x400000>;
		};

		qseecom_mem: qseecom_region@0 {
			compatible = "shared-dma-pool";
			reusable;
			alignment = <0 0x400000>;
			size = <0 0x0400000>;
		};
	};

	aliases {
@@ -1573,6 +1574,30 @@
		qcom,ce-opp-freq = <100000000>;
	};

	qcom_seecom: qseecom@87a80000 {
		compatible = "qcom,qseecom";
		reg = <0x87a80000 0x100000>;
		reg-names = "secapp-region";
		qcom,hlos-ce-hw-instance = <0>;
		qcom,qsee-ce-hw-instance = <0>;
		qcom,msm-bus,name = "qseecom-noc";
		qcom,msm-bus,num-cases = <4>;
		qcom,msm-bus,num-paths = <1>;
		qcom,no-clock-support;
		qcom,msm-bus,vectors-KBps =
				<55 512 0 0>,
				<55 512 0 0>,
				<55 512 120000 1200000>,
				<55 512 393600 3936000>;
		clocks = <&clock_gcc clk_crypto_clk_src>,
			<&clock_gcc clk_gcc_crypto_clk>,
			<&clock_gcc clk_gcc_crypto_ahb_clk>,
			<&clock_gcc clk_gcc_crypto_axi_clk>;
		clock-names = "core_clk_src", "core_clk",
				"iface_clk", "bus_clk";
		qcom,ce-opp-freq = <100000000>;
	};

	emac0: qcom,emac@7c40000 {
		compatible = "qcom,mdm9607-emac";
		reg-names = "emac", "emac_csr", "emac_1588";