Re: [PATCH v2 2/2] arm64: dts: qcom: glymur: add TRNG node
From: Harshal Dev <hidden>
Date: 2026-06-09 06:36:38
Also in:
linux-arm-msm, linux-crypto, lkml
From: Harshal Dev <hidden>
Date: 2026-06-09 06:36:38
Also in:
linux-arm-msm, linux-crypto, lkml
Hello Bjorn, On 5/18/2026 2:06 PM, Harshal Dev wrote:
Hi Bjorn, On 4/24/2026 2:05 PM, Harshal Dev wrote:quoted
Glymur has a True Random Number Generator, add the node with the correct compatible set. Reviewed-by: Konrad Dybcio <redacted> Signed-off-by: Harshal Dev <redacted> --- arch/arm64/boot/dts/qcom/glymur.dtsi | 5 +++++ 1 file changed, 5 insertions(+)diff --git a/arch/arm64/boot/dts/qcom/glymur.dtsi b/arch/arm64/boot/dts/qcom/glymur.dtsi index f23cf81ddb77..64bbd5691229 100644 --- a/arch/arm64/boot/dts/qcom/glymur.dtsi +++ b/arch/arm64/boot/dts/qcom/glymur.dtsi@@ -3675,6 +3675,11 @@ pcie3b_phy: phy@f10000 { status = "disabled"; }; + rng: rng@10c3000 { + compatible = "qcom,glymur-trng", "qcom,trng"; + reg = <0x0 0x010c3000 0x0 0x1000>; + }; + tcsr_mutex: hwlock@1f40000 { compatible = "qcom,tcsr-mutex"; reg = <0x0 0x01f40000 0x0 0x20000>;A gentle reminder to pick this patch for the 7.2 merge window.
Another reminder to pick this patch up in-case you've missed it. Thanks, Harshal
Regards, Harshal