diff options
author | Vinod Koul <vkoul@kernel.org> | 2018-10-01 09:21:50 +0300 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2018-11-15 22:16:49 +0300 |
commit | 6e382cc7ba2931d3e2683787a2d9279e4c31c4df (patch) | |
tree | 02dc2f9029947921fab5ed7bdc6b529950ca8227 /arch/arm64/boot/dts/qcom | |
parent | a789fd0bab57d5883e441a09596e1a77f698e62c (diff) | |
download | linux-6e382cc7ba2931d3e2683787a2d9279e4c31c4df.tar.xz |
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: Vinod Koul <vkoul@kernel.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom')
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8996.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi index b29fe80d7288..13bb96444df0 100644 --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi @@ -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>; |