This patch series enables support for Truly Random Number Generators (TRNG) across various targets, including IPQ95xx, IPQ53xx, and IPQ54xx. v2: * Revised the commit message. * Updated the cover letter to change IPQ32xx to IPQ53xx * Changed IPQ95xx to IPQ9574 in the commit message * Updated commit heading from "Add TRNG node" to "add TRNG node". * Changed "add TRNG" to "Add TRNG" in the commit message * Added changes to the device tree binding * Updated compatible string v1: * https://lore.kernel.org/linux-arm-msm/20241206072057.1508459-1-quic_mdalam@xxxxxxxxxxx/ * Submitted initial patches to activate TRNG Md Sadre Alam (4): dt-bindings: crypto: qcom,prng: document ipq9574, ipq5424 and ipq5322 arm64: dts: qcom: ipq5424: add TRNG node arm64: dts: qcom: ipq9574: update TRNG compatible arm64: dts: qcom: ipq5332: update TRNG compatible Documentation/devicetree/bindings/crypto/qcom,prng.yaml | 3 +++ arch/arm64/boot/dts/qcom/ipq5332.dtsi | 2 +- arch/arm64/boot/dts/qcom/ipq5424.dtsi | 7 +++++++ arch/arm64/boot/dts/qcom/ipq9574.dtsi | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) -- 2.34.1