All of lore.kernel.org
 help / color / mirror / Atom feed
From: gregory.clement@bootlin.com (Gregory CLEMENT)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM64: dts: marvell: armada-cp110: Add apb_pclk clock for the uart nodes
Date: Fri, 09 Mar 2018 17:50:14 +0100	[thread overview]
Message-ID: <87po4d2ny1.fsf@bootlin.com> (raw)
In-Reply-To: <20180301131819.10790-1-gregory.clement@bootlin.com> (Gregory CLEMENT's message of "Thu, 1 Mar 2018 14:18:19 +0100")

Hi,
 
 On jeu., mars 01 2018, Gregory CLEMENT <gregory.clement@bootlin.com> wrote:

> This extra clock is needed to access the registers of the UARTs used on
> CP110 component of the Armada 7K/8K SoCs.
>
> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>

Applied on mvebu/dt64

Gregory

> ---
>  arch/arm64/boot/dts/marvell/armada-cp110.dtsi | 16 ++++++++++++----
>  1 file changed, 12 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/marvell/armada-cp110.dtsi b/arch/arm64/boot/dts/marvell/armada-cp110.dtsi
> index d3f422f8f086..355bb295e4d9 100644
> --- a/arch/arm64/boot/dts/marvell/armada-cp110.dtsi
> +++ b/arch/arm64/boot/dts/marvell/armada-cp110.dtsi
> @@ -303,7 +303,9 @@
>  			reg-shift = <2>;
>  			interrupts = <ICU_GRP_NSR 122 IRQ_TYPE_LEVEL_HIGH>;
>  			reg-io-width = <1>;
> -			clocks = <&CP110_LABEL(clk) 1 21>;
> +			clock-names = "baudclk", "apb_pclk";
> +			clocks = <&CP110_LABEL(clk) 1 21>,
> +				 <&CP110_LABEL(clk) 1 17>;
>  			status = "disabled";
>  		};
>  
> @@ -313,7 +315,9 @@
>  			reg-shift = <2>;
>  			interrupts = <ICU_GRP_NSR 123 IRQ_TYPE_LEVEL_HIGH>;
>  			reg-io-width = <1>;
> -			clocks = <&CP110_LABEL(clk) 1 21>;
> +			clock-names = "baudclk", "apb_pclk";
> +			clocks = <&CP110_LABEL(clk) 1 21>,
> +				 <&CP110_LABEL(clk) 1 17>;
>  			status = "disabled";
>  		};
>  
> @@ -323,7 +327,9 @@
>  			reg-shift = <2>;
>  			interrupts = <ICU_GRP_NSR 124 IRQ_TYPE_LEVEL_HIGH>;
>  			reg-io-width = <1>;
> -			clocks = <&CP110_LABEL(clk) 1 21>;
> +			clock-names = "baudclk", "apb_pclk";
> +			clocks = <&CP110_LABEL(clk) 1 21>,
> +				 <&CP110_LABEL(clk) 1 17>;
>  			status = "disabled";
>  		};
>  
> @@ -333,7 +339,9 @@
>  			reg-shift = <2>;
>  			interrupts = <ICU_GRP_NSR 125 IRQ_TYPE_LEVEL_HIGH>;
>  			reg-io-width = <1>;
> -			clocks = <&CP110_LABEL(clk) 1 21>;
> +			clock-names = "baudclk", "apb_pclk";
> +			clocks = <&CP110_LABEL(clk) 1 21>,
> +				 <&CP110_LABEL(clk) 1 17>;
>  			status = "disabled";
>  		};
>  
> -- 
> 2.16.1
>

-- 
Gregory Clement, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
http://bootlin.com

      reply	other threads:[~2018-03-09 16:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-01 13:18 [PATCH] ARM64: dts: marvell: armada-cp110: Add apb_pclk clock for the uart nodes Gregory CLEMENT
2018-03-09 16:50 ` Gregory CLEMENT [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=87po4d2ny1.fsf@bootlin.com \
    --to=gregory.clement@bootlin.com \
    --cc=linux-arm-kernel@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 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.