Commit 2d04f311 authored by Om Prakash Singh's avatar Om Prakash Singh Committed by Bjorn Andersson

arm64: dts: qcom: sa8775p: add TRNG node

The sa8775p SoC has a True Random Number Generator, add the node with
the correct compatible set.
Signed-off-by: default avatarOm Prakash Singh <quic_omprsing@quicinc.com>
Link: https://lore.kernel.org/r/20231015193901.2344590-4-quic_omprsing@quicinc.com
[bjorn: Padded address to 8 digits, moved hunk to maintain sort order]
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent c2c9fa13
...@@ -1487,6 +1487,11 @@ &config_noc SLAVE_QUP_3 QCOM_ICC_TAG_ALWAYS>, ...@@ -1487,6 +1487,11 @@ &config_noc SLAVE_QUP_3 QCOM_ICC_TAG_ALWAYS>,
}; };
}; };
rng: rng@10d2000 {
compatible = "qcom,sa8775p-trng", "qcom,trng";
reg = <0 0x010d2000 0 0x1000>;
};
ufs_mem_hc: ufs@1d84000 { ufs_mem_hc: ufs@1d84000 {
compatible = "qcom,sa8775p-ufshc", "qcom,ufshc", "jedec,ufs-2.0"; compatible = "qcom,sa8775p-ufshc", "qcom,ufshc", "jedec,ufs-2.0";
reg = <0x0 0x01d84000 0x0 0x3000>; reg = <0x0 0x01d84000 0x0 0x3000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment