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

Commit 6e382cc7 authored by Vinod Koul's avatar Vinod Koul Committed by Andy Gross
Browse files

arm64: dts: msm8996: add prng-ee node



RNG hardware in 8996 features (Execution Environment) EE for
HLOS to use, add the node for prng-ee for msm8996.

Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
Reviewed-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent a789fd0b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -370,6 +370,13 @@
			reg = <0x68000 0x6000>;
		};

		rng: rng@83000 {
			compatible = "qcom,prng-ee";
			reg = <0x00083000 0x1000>;
			clocks = <&gcc GCC_PRNG_AHB_CLK>;
			clock-names = "core";
		};

		tcsr_mutex_regs: syscon@740000 {
			compatible = "syscon";
			reg = <0x740000 0x20000>;