浏览代码

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

Add a pfc node to the r8a73a4 device tree.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
[g.liakhovetski+renesas@gmail.com use 2 nodes for address and size]
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Laurent Pinchart 12 年之前
父节点
当前提交
803d319cb2
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      arch/arm/boot/dts/r8a73a4.dtsi

+ 7 - 0
arch/arm/boot/dts/r8a73a4.dtsi

@@ -85,4 +85,11 @@
 		interrupt-parent = <&gic>;
 		interrupts = <0 69 4>;
 	};
+
+	pfc: pfc@e6050000 {
+		compatible = "renesas,pfc-r8a73a4";
+		reg = <0 0xe6050000 0 0x9000>;
+		gpio-controller;
+		#gpio-cells = <2>;
+	};
 };