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

Commit 077c1852 authored by Neeraj Soni's avatar Neeraj Soni
Browse files

ARM: dts: Make crypto address part of host controller node



New file encryption architecture parses crypto base address from
host controller node.

Change-Id: I807c180c1e12903269203957512c86a33513f59b
Signed-off-by: default avatarNeeraj Soni <neersoni@codeaurora.org>
parent a0559636
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -942,11 +942,11 @@

	ufshc_mem: ufshc@4804000 {
		compatible = "qcom,ufshc";
		reg = <0x4804000 0x3000>;
		reg = <0x4804000 0x3000>, <0x4810000 0x8000>;
		reg-names = "ufs_mem", "ufs_ice";
		interrupts = <0 356 0>;
		phys = <&ufsphy_mem>;
		phy-names = "ufsphy";
		ufs-qcom-crypto = <&ufs_ice>;

		lanes-per-direction = <1>;
		dev-ref-clk-freq = <0>; /* 19.2 MHz */
@@ -2180,13 +2180,13 @@

	sdhc_1: sdhci@4744000 {
		compatible = "qcom,sdhci-msm-v5";
		reg = <0x4744000 0x1000>, <0x4745000 0x1000>;
		reg-names = "hc_mem", "cmdq_mem";
		reg = <0x4744000 0x1000>, <0x4745000 0x1000>,
		      <0x4748000 0x8000>;
		reg-names = "hc_mem", "cmdq_mem", "cmdq_ice";

		interrupts = <GIC_SPI 348 IRQ_TYPE_NONE>,
					<GIC_SPI 352 IRQ_TYPE_NONE>;
		interrupt-names = "hc_irq", "pwr_irq";
		sdhc-msm-crypto = <&sdcc1_ice>;

		qcom,bus-width = <8>;
		qcom,large-address-bus;