All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@amd.com>
To: u-boot@lists.denx.de, git@xilinx.com
Cc: Saeed Nowshadi <saeed.nowshadi@amd.com>,
	Radhey Shyam Pandey <radhey.shyam.pandey@amd.com>,
	Tom Rini <trini@konsulko.com>
Subject: Re: [PATCH] arm64: zynqmp: Add 'silabs, skip-recall' to all si570 clk nodes
Date: Tue, 6 Feb 2024 12:32:02 +0100	[thread overview]
Message-ID: <a0960fca-371c-4d33-acd2-e795ebc1cb92@amd.com> (raw)
In-Reply-To: <bbb2322c94503f0e6b369c60312b7546500fad95.1706170068.git.michal.simek@amd.com>



On 1/25/24 09:07, Michal Simek wrote:
> From: Saeed Nowshadi <saeed.nowshadi@amd.com>
> 
> Without 'silabs,skip-recall' property, the driver on System Controller
> re-calibrates the output clock frequency at probe() time based on the NVRAM
> setting.  This re-calibration causes a glitch on the output clock.  At
> power-on, Versal is also booting and expecting a glitch-free clock for
> its correct operation.  System Controller should skip the re-calibration
> step to prevent any clock instability for Versal.
> 
> Signed-off-by: Saeed Nowshadi <saeed.nowshadi@amd.com>
> Signed-off-by: Michal Simek <michal.simek@amd.com>
> ---
> 
>   arch/arm/dts/zynqmp-e-a2197-00-revA.dts | 5 +++++
>   1 file changed, 5 insertions(+)
> 
> diff --git a/arch/arm/dts/zynqmp-e-a2197-00-revA.dts b/arch/arm/dts/zynqmp-e-a2197-00-revA.dts
> index f1b0a4aa65dd..0b97fa3f28ac 100644
> --- a/arch/arm/dts/zynqmp-e-a2197-00-revA.dts
> +++ b/arch/arm/dts/zynqmp-e-a2197-00-revA.dts
> @@ -449,6 +449,7 @@
>   				factory-fout = <156250000>;
>   				clock-frequency = <156250000>;
>   				clock-output-names = "si570_zsfp_clk";
> +				silabs,skip-recall;
>   			};
>   		};
>   		i2c@6 { /* USER_SI570_1 */
> @@ -463,6 +464,7 @@
>   				factory-fout = <100000000>;
>   				clock-frequency = <100000000>;
>   				clock-output-names = "si570_user1";
> +				silabs,skip-recall;
>   			};
>   
>   		};
> @@ -560,6 +562,7 @@
>   				factory-fout = <200000000>;
>   				clock-frequency = <200000000>;
>   				clock-output-names = "si570_lpddr4_clk2";
> +				silabs,skip-recall;
>   			};
>   		};
>   		i2c@5 { /* LPDDR4_SI570_CLK1 */
> @@ -574,6 +577,7 @@
>   				factory-fout = <200000000>;
>   				clock-frequency = <200000000>;
>   				clock-output-names = "si570_lpddr4_clk1";
> +				silabs,skip-recall;
>   			};
>   		};
>   		i2c@6 { /* HSDP_SI570 */
> @@ -588,6 +592,7 @@
>   				factory-fout = <156250000>;
>   				clock-frequency = <156250000>;
>   				clock-output-names = "si570_hsdp_clk";
> +				silabs,skip-recall;
>   			};
>   		};
>   		i2c@7 { /* 8A34001 - U219B and J310 connector */

Applied.
M

      reply	other threads:[~2024-02-06 11:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-25  8:07 [PATCH] arm64: zynqmp: Add 'silabs, skip-recall' to all si570 clk nodes Michal Simek
2024-02-06 11:32 ` Michal Simek [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a0960fca-371c-4d33-acd2-e795ebc1cb92@amd.com \
    --to=michal.simek@amd.com \
    --cc=git@xilinx.com \
    --cc=radhey.shyam.pandey@amd.com \
    --cc=saeed.nowshadi@amd.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.