mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 03:53:37 +02:00
arm64: dts: qcom: qcs615: add TRNG node
The qcs615 SoC has a True Random Number Generator, add the node with the correct compatible set. Signed-off-by: Abhinaba Rakshit <quic_arakshit@quicinc.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://lore.kernel.org/r/20250228-enable-trng-for-qcs615-v2-2-017aa858576e@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
778dc0f876
commit
a3daa844ed
|
|
@ -459,6 +459,11 @@ qusb2_hstx_trim: hstx-trim@1f8 {
|
|||
};
|
||||
};
|
||||
|
||||
rng@793000 {
|
||||
compatible = "qcom,qcs615-trng", "qcom,trng";
|
||||
reg = <0x0 0x00793000 0x0 0x1000>;
|
||||
};
|
||||
|
||||
sdhc_1: mmc@7c4000 {
|
||||
compatible = "qcom,qcs615-sdhci", "qcom,sdhci-msm-v5";
|
||||
reg = <0x0 0x007c4000 0x0 0x1000>,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user