]> Pileus Git - ~andy/linux/commitdiff
ARM: shmobile: r8a7791 PFC device tree node
authorMagnus Damm <damm@opensource.se>
Tue, 8 Oct 2013 03:39:01 +0000 (12:39 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 10 Dec 2013 08:26:50 +0000 (17:26 +0900)
Add a DT node for the r8a7791 PFC device.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7791.dtsi

index fea5cfef4691c3656b7b34560eedccaee38ef0b1..765d989dfe7220950a99bfa52e6171ab7de60e1b 100644 (file)
                              <0 16 4>,
                              <0 17 4>;
        };
+
+       pfc: pfc@e6060000 {
+               compatible = "renesas,pfc-r8a7791";
+               reg = <0 0xe6060000 0 0x250>;
+               #gpio-range-cells = <3>;
+       };
 };