diff mbox

[01/08] ARM: shmobile: r8a7791 PFC device tree node

Message ID 20131008033901.20455.32324.sendpatchset@w520 (mailing list archive)
State New, archived
Headers show

Commit Message

Magnus Damm Oct. 8, 2013, 3:39 a.m. UTC
From: Magnus Damm <damm@opensource.se>

Add a DT node for the r8a7791 PFC device.

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 arch/arm/boot/dts/r8a7791.dtsi |    6 ++++++
 1 file changed, 6 insertions(+)

Comments

Simon Horman Oct. 9, 2013, 2:02 a.m. UTC | #1
On Tue, Oct 08, 2013 at 12:39:01PM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm@opensource.se>
> 
> Add a DT node for the r8a7791 PFC device.
> 
> Signed-off-by: Magnus Damm <damm@opensource.se>


Thanks, I have queued this up.
diff mbox

Patch

--- 0001/arch/arm/boot/dts/r8a7791.dtsi
+++ work/arch/arm/boot/dts/r8a7791.dtsi	2013-10-04 18:31:44.000000000 +0900
@@ -71,4 +71,10 @@ 
 			      <0 16 4>,
 			      <0 17 4>;
 	};
+
+	pfc: pfc@e6060000 {
+		compatible = "renesas,pfc-r8a7791";
+		reg = <0 0xe6060000 0 0x250>;
+		#gpio-range-cells = <3>;
+	};
 };