From: gregory.clement@bootlin.com (Gregory CLEMENT)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2] ARM64: dts: marvell: armada-cp110: Add registers clock for SPI nodes
Date: Wed, 14 Feb 2018 11:41:39 +0100 [thread overview]
Message-ID: <878tbvq2e4.fsf@bootlin.com> (raw)
In-Reply-To: <20180130141844.18827-1-gregory.clement@free-electrons.com> (Gregory CLEMENT's message of "Tue, 30 Jan 2018 15:18:44 +0100")
Hi,
On mar., janv. 30 2018, Gregory CLEMENT <gregory.clement@free-electrons.com> wrote:
> This extra clock is needed to access the registers of the SPI controller
> used on Armada 7K/8K SoCs.
>
> This follows the changes already made in the binding documentation (as
> well as in the driver) in:
> 'commit 92ae112e477ac412decc3fdd5c1eeb6c90c266b4 ("spi: orion: Fix clock
> resource by adding an optional bus clock")'.
>
> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Applied on mvebu/dt64 (with the email address modified to @bootlin.com)
Gregory
> ---
>
> Changelog:
>
> v1 -> v2
> Add comment about the commit modifying the driver in the commit log
>
> arch/arm64/boot/dts/marvell/armada-cp110.dtsi | 8 ++++++--
> 1 file changed, 6 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/marvell/armada-cp110.dtsi b/arch/arm64/boot/dts/marvell/armada-cp110.dtsi
> index a8af4136dbe7..0ab921861a2f 100644
> --- a/arch/arm64/boot/dts/marvell/armada-cp110.dtsi
> +++ b/arch/arm64/boot/dts/marvell/armada-cp110.dtsi
> @@ -257,7 +257,9 @@
> reg = <0x700600 0x50>;
> #address-cells = <0x1>;
> #size-cells = <0x0>;
> - clocks = <&CP110_LABEL(clk) 1 21>;
> + clock-names = "core", "axi";
> + clocks = <&CP110_LABEL(clk) 1 21>,
> + <&CP110_LABEL(clk) 1 17>;
> status = "disabled";
> };
>
> @@ -266,7 +268,9 @@
> reg = <0x700680 0x50>;
> #address-cells = <1>;
> #size-cells = <0>;
> - clocks = <&CP110_LABEL(clk) 1 21>;
> + clock-names = "core", "axi";
> + clocks = <&CP110_LABEL(clk) 1 21>,
> + <&CP110_LABEL(clk) 1 17>;
> status = "disabled";
> };
>
> --
> 2.15.1
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
--
Gregory Clement, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
http://bootlin.com
prev parent reply other threads:[~2018-02-14 10:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-30 14:18 [PATCH v2] ARM64: dts: marvell: armada-cp110: Add registers clock for SPI nodes Gregory CLEMENT
2018-02-14 10:41 ` 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=878tbvq2e4.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).