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

Commit 122080b0 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add QUPv3 SPI SE4 DT node in trustedvm"

parents 10c9a075 26addea6
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -367,6 +367,21 @@
			st,trusted-touch-io-sizes = <0x1000 0x1000 0x1000 0x1000 0x4000 0x4000>;
		};
	};

	qupv3_se4_spi: spi@990000 {
		compatible = "qcom,spi-geni";
		reg = <0x990000 0x4000>;
		reg-names = "se_phys";
		#address-cells = <1>;
		#size-cells = <0>;
		dmas = <&gpi_dma0 0 4 1 64 0>,
			<&gpi_dma0 1 4 1 64 0>;
		dma-names = "tx", "rx";
		spi-max-frequency = <50000000>;
		qcom,wrapper-core = <&qupv3_0>;
		qcom,le-vm;
		status = "disabled";
	};
};

#include "trustedvm-ion.dtsi"