mirror of https://lore.kernel.org/linux-amlogic/
 help / color / mirror / Atom feed
From: yixun.lan@amlogic.com (Yixun Lan)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH v3 4/4] ARM64: dts: meson: drop "sana" clock from SARADC
Date: Tue, 7 Nov 2017 13:49:26 +0800	[thread overview]
Message-ID: <1042f0e2-1a13-af57-5057-6f97ff4c4aa2@amlogic.com> (raw)
In-Reply-To: <20171107053728.32169-2-yixun.lan@amlogic.com>

Hi

On 11/07/17 13:37, Yixun Lan wrote:
> From: Xingyu Chen <xingyu.chen@amlogic.com>
> 
> The SAR ADC modules doesn't require The "sana" clock.
> 
> Singed-off-by: Xingyu Chen <xingyu.chen@amlogic.com>
> Signed-off-by: Yixun Lan <yixun.lan@amlogic.com>
> ---
>  arch/arm/boot/dts/meson8.dtsi               | 5 ++---
>  arch/arm/boot/dts/meson8b.dtsi              | 5 ++---
>  arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 3 +--
>  arch/arm64/boot/dts/amlogic/meson-gxl.dtsi  | 3 +--
>  4 files changed, 6 insertions(+), 10 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/meson8.dtsi b/arch/arm/boot/dts/meson8.dtsi
> index b98d44fde6b6..f93d6cf6e094 100644
> --- a/arch/arm/boot/dts/meson8.dtsi
> +++ b/arch/arm/boot/dts/meson8.dtsi
> @@ -289,9 +289,8 @@
>  &saradc {
>  	compatible = "amlogic,meson8-saradc", "amlogic,meson-saradc";
>  	clocks = <&clkc CLKID_XTAL>,
> -		<&clkc CLKID_SAR_ADC>,
> -		<&clkc CLKID_SANA>;
> -	clock-names = "clkin", "core", "sana";
> +		<&clkc CLKID_SAR_ADC>;
> +	clock-names = "clkin", "core";
>  };
>  
>  &spifc {
> diff --git a/arch/arm/boot/dts/meson8b.dtsi b/arch/arm/boot/dts/meson8b.dtsi
> index bc278da7df0d..4aa444284f0c 100644
> --- a/arch/arm/boot/dts/meson8b.dtsi
> +++ b/arch/arm/boot/dts/meson8b.dtsi
> @@ -185,9 +185,8 @@
>  &saradc {
>  	compatible = "amlogic,meson8b-saradc", "amlogic,meson-saradc";
>  	clocks = <&clkc CLKID_XTAL>,
> -		<&clkc CLKID_SAR_ADC>,
> -		<&clkc CLKID_SANA>;
> -	clock-names = "clkin", "core", "sana";
> +		<&clkc CLKID_SAR_ADC>;
> +	clock-names = "clkin", "core";
>  };
>  
>  &uart_AO {
> diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
> index af834cdbba79..b77f2593cdc3 100644
> --- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
> +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
> @@ -686,10 +686,9 @@
>  	compatible = "amlogic,meson-gxbb-saradc", "amlogic,meson-saradc";
>  	clocks = <&xtal>,
>  		 <&clkc CLKID_SAR_ADC>,
> -		 <&clkc CLKID_SANA>,
>  		 <&clkc CLKID_SAR_ADC_CLK>,
>  		 <&clkc CLKID_SAR_ADC_SEL>;
> -	clock-names = "clkin", "core", "sana", "adc_clk", "adc_sel";
> +	clock-names = "clkin", "core", "adc_clk", "adc_sel";
>  };
>  
>  &sd_emmc_a {
> diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
> index d8dd3298b15c..07805a3b4db0 100644
> --- a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
> +++ b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
> @@ -628,10 +628,9 @@
>  	compatible = "amlogic,meson-gxl-saradc", "amlogic,meson-saradc";
>  	clocks = <&xtal>,
>  		 <&clkc CLKID_SAR_ADC>,
> -		 <&clkc CLKID_SANA>,
>  		 <&clkc CLKID_SAR_ADC_CLK>,
>  		 <&clkc CLKID_SAR_ADC_SEL>;
> -	clock-names = "clkin", "core", "sana", "adc_clk", "adc_sel";
> +	clock-names = "clkin", "core", "adc_clk", "adc_sel";
>  };
>  
>  &sd_emmc_a {
> 

sorry, please drop this particular 'patch [4/4]', I've actually send it
twice, others are good.

      reply	other threads:[~2017-11-07  5:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-07  5:37 [PATCH v3 4/4] ARM64: dts: meson: drop "sana" clock from SAR ADC Yixun Lan
2017-11-07  5:37 ` [PATCH v3 4/4] ARM64: dts: meson: drop "sana" clock from SARADC Yixun Lan
2017-11-07  5:49   ` Yixun Lan [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=1042f0e2-1a13-af57-5057-6f97ff4c4aa2@amlogic.com \
    --to=yixun.lan@amlogic.com \
    --cc=linus-amlogic@lists.infradead.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®