Message ID | 20131008033901.20455.32324.sendpatchset@w520 (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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.
--- 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>; + }; };