From: Simon Horman <horms@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 1/4] ARM: shmobile: sh73a0 dtsi: Add Bus State Controller node
Date: Thu, 22 Jan 2015 02:45:56 +0000 [thread overview]
Message-ID: <20150122024555.GE31170@verge.net.au> (raw)
In-Reply-To: <1420809236-4105-1-git-send-email-geert+renesas@glider.be>
On Fri, Jan 09, 2015 at 02:13:53PM +0100, Geert Uytterhoeven wrote:
> Add a node for the Bus State Controller (BSC) on sh73a0, to which
> multiple external devices can be connected.
>
> The BSC is driven by the ZB clock, and located in PM domain A4S.
> A reference to the latter will be added later.
For the record: Olof has asked for review comments for the BSC driver
and binding patches. Accordingly I have dropped them, and these patches
which depend on them, from next.
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> v3:
> - Move "ranges" before "reg",
>
> v2:
> - Postpone power-domains.
> ---
> arch/arm/boot/dts/sh73a0.dtsi | 10 ++++++++++
> 1 file changed, 10 insertions(+)
>
> diff --git a/arch/arm/boot/dts/sh73a0.dtsi b/arch/arm/boot/dts/sh73a0.dtsi
> index 891ed9b6383f58fc..46954ac26dd9fb41 100644
> --- a/arch/arm/boot/dts/sh73a0.dtsi
> +++ b/arch/arm/boot/dts/sh73a0.dtsi
> @@ -360,6 +360,16 @@
> status = "disabled";
> };
>
> + bsc: bus@fec10000 {
> + compatible = "renesas,bsc-sh73a0", "renesas,bsc", "simple-bus";
> + #address-cells = <1>;
> + #size-cells = <1>;
> + ranges = <0 0 0x20000000>;
> + reg = <0xfec10000 0x400>;
> + interrupts = <0 39 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&zb_clk>;
> + };
> +
> clocks {
> #address-cells = <1>;
> #size-cells = <1>;
> --
> 1.9.1
>
prev parent reply other threads:[~2015-01-22 2:45 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-09 13:13 [PATCH 1/4] ARM: shmobile: sh73a0 dtsi: Add Bus State Controller node Geert Uytterhoeven
2015-01-09 13:13 ` [PATCH 2/4] ARM: shmobile: kzm9g dts: Move Ethernet node to BSC Geert Uytterhoeven
2015-01-09 13:13 ` [PATCH 3/4] ARM: shmobile: Enable kzm9g board in multiplatform defconfig Geert Uytterhoeven
2015-01-09 13:13 ` [PATCH 4/4] ARM: shmobile: kzm9g-reference: Remove board C code and DT file Geert Uytterhoeven
2015-01-14 4:08 ` Simon Horman
2015-01-22 2:45 ` Simon Horman [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=20150122024555.GE31170@verge.net.au \
--to=horms@verge.net.au \
--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).