diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2013-05-09 15:05:57 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-07-22 10:12:36 +0900 |
commit | 871e4b3e9e437b48287c635c5e66ba80b5cd365a (patch) | |
tree | d1f80fee2d75169a7554a2b09c34aa8016b38181 /arch/arm/boot/dts/sh7372.dtsi | |
parent | f98e10c88aa95bf7d37cce6dbacec0820dd6ecc2 (diff) |
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>
Diffstat (limited to 'arch/arm/boot/dts/sh7372.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sh7372.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sh7372.dtsi b/arch/arm/boot/dts/sh7372.dtsi index 7bf020ecadf5..249f65be2a50 100644 --- a/arch/arm/boot/dts/sh7372.dtsi +++ b/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>; + }; }; |