mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-26 20:44:32 +08:00
ARM: dts: qcom: Add RNG device tree node
Add the necessary DT node to probe the rng driver on msm8974 platforms. Signed-off-by: Stanimir Varbanov <svarbanov@mm-sol.com> Acked-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Kumar Gala <galak@codeaurora.org>
This commit is contained in:
parent
2ab27991c0
commit
19f4f8c15f
@ -186,5 +186,12 @@
|
|||||||
clocks = <&gcc GCC_BLSP1_UART2_APPS_CLK>, <&gcc GCC_BLSP1_AHB_CLK>;
|
clocks = <&gcc GCC_BLSP1_UART2_APPS_CLK>, <&gcc GCC_BLSP1_AHB_CLK>;
|
||||||
clock-names = "core", "iface";
|
clock-names = "core", "iface";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
rng@f9bff000 {
|
||||||
|
compatible = "qcom,prng";
|
||||||
|
reg = <0xf9bff000 0x200>;
|
||||||
|
clocks = <&gcc GCC_PRNG_AHB_CLK>;
|
||||||
|
clock-names = "core";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user