Re: [PATCH v2 2/2] arm64: dts: qcom: glymur: add TRNG node

From: Harshal Dev

Date: Tue Jun 09 2026 - 02:40:24 EST


Hello Bjorn,

On 5/18/2026 2:06 PM, Harshal Dev wrote:
> Hi Bjorn,
>
> On 4/24/2026 2:05 PM, Harshal Dev wrote:
>> Glymur has a True Random Number Generator, add the node with the correct
>> compatible set.
>>
>> Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
>> Signed-off-by: Harshal Dev <harshal.dev@xxxxxxxxxxxxxxxx>
>> ---
>> 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