[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <08364d72-891f-4e21-25ac-2e77f1873374@ti.com>
Date: Thu, 1 Sep 2022 20:00:35 +0530
From: Vignesh Raghavendra <vigneshr@...com>
To: Nishanth Menon <nm@...com>, Tero Kristo <kristo@...nel.org>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>
CC: <linux-arm-kernel@...ts.infradead.org>,
<devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 2/2] arm64: dts: ti: k3-am64-main: fix RNG node clock id
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@...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
Powered by blists - more mailing lists