[PATCH 2/2] arm64: dts: ti: k3-am64-main: fix RNG node clock id

Vignesh Raghavendra vigneshr at ti.com
Thu Sep 1 07:30:35 PDT 2022



On 09/08/22 00:02, Daniel Parks wrote:
> The RNG node for this platform claims pka_in_clk. Change it to claim the
> correct clock x1_clk. [1]
> 
> This patch depends on "[PATCH v2 0/2] Enable SA2UL support on AM64X" [2]
> 
> [1]: https://downloads.ti.com/tisci/esd/latest/5_soc_doc/am64x/clocks.html#clocks-for-sa2-ul0-device
> [2]: https://lore.kernel.org/linux-arm-kernel/20220711085743.10128-1-j-choudhary@ti.com/

I folded below patch into [2] when applying.

> 
> Signed-off-by: Daniel Parks <danielrparks at ti.com>
> ---
>  arch/arm64/boot/dts/ti/k3-am64-main.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/ti/k3-am64-main.dtsi b/arch/arm64/boot/dts/ti/k3-am64-main.dtsi
> index 293b6b8e8fb2..aa3b43c515d2 100644
> --- a/arch/arm64/boot/dts/ti/k3-am64-main.dtsi
> +++ b/arch/arm64/boot/dts/ti/k3-am64-main.dtsi
> @@ -1324,7 +1324,7 @@
>  			compatible = "inside-secure,safexcel-eip76";
>  			reg = <0x00 0x40910000 0x00 0x7d>;
>  			interrupts = <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>;
> -			clocks = <&k3_clks 133 0>;
> +			clocks = <&k3_clks 133 1>;
>  			status = "disabled"; /* Used by OP-TEE */
>  		};
>  	};

-- 
Regards
Vignesh



More information about the linux-arm-kernel mailing list