linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] ARM: shmobile: sh73a0 dtsi: Add Bus State Controller node
@ 2015-01-09 13:13 Geert Uytterhoeven
  2015-01-09 13:13 ` [PATCH 2/4] ARM: shmobile: kzm9g dts: Move Ethernet node to BSC Geert Uytterhoeven
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2015-01-09 13:13 UTC (permalink / raw)
  To: linux-arm-kernel

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.

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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-01-22  2:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH 1/4] ARM: shmobile: sh73a0 dtsi: Add Bus State Controller node Simon Horman

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).