Browse Source

ARM: shmobile: sh7372: Add pin control device to device tree

Add a pfc node to the sh7372 device tree.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Laurent Pinchart 12 years ago
parent
commit
871e4b3e9e
1 changed files with 8 additions and 0 deletions
  1. 8 0
      arch/arm/boot/dts/sh7372.dtsi

+ 8 - 0
arch/arm/boot/dts/sh7372.dtsi

@@ -23,4 +23,12 @@
 			reg = <0x0>;
 		};
 	};
+
+	pfc: pfc@e6050000 {
+		compatible = "renesas,pfc-sh7372";
+		reg = <0xe6050000 0x8000>,
+		      <0xe605801c 0x1c>;
+		gpio-controller;
+		#gpio-cells = <2>;
+	};
 };