Re: [PATCH 2/2] arm64: dts: qcom: glymur: add TRNG node
From: Konrad Dybcio
Date: Thu Apr 16 2026 - 08:37:36 EST
On 4/16/26 2:26 PM, Harshal Dev wrote:
> Glymur has a True Random Number Generator, add the node with the correct
> compatible set.
>
> 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..c9d46ec82ccc 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 0x10c3000 0x0 0x1000>;
Please pad the address part to 8 hex digits with leading zeroes
with that:
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
Konrad