diff options
| author | Biju Das <[email protected]> | 2018-07-20 14:09:46 +0100 |
|---|---|---|
| committer | Simon Horman <[email protected]> | 2018-08-27 15:02:12 +0200 |
| commit | 0ea1a4d2c92a65aea6acc2397938cd01b053bc38 (patch) | |
| tree | fce7c5e7b8147255e9ad3b921b116645ce6f7de0 | |
| parent | f892c0c70ecad58d096ed5bd54a650fa9c770d74 (diff) | |
ARM: dts: r8a77470: Add PFC support
Define the generic R8A77470 part of the PFC device node.
Signed-off-by: Biju Das <[email protected]>
Reviewed-by: Fabrizio Castro <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
| -rw-r--r-- | arch/arm/boot/dts/r8a77470.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a77470.dtsi b/arch/arm/boot/dts/r8a77470.dtsi index 9b218c3ffdbd..af65fa031d84 100644 --- a/arch/arm/boot/dts/r8a77470.dtsi +++ b/arch/arm/boot/dts/r8a77470.dtsi @@ -61,6 +61,11 @@ #size-cells = <2>; ranges; + pfc: pin-controller@e6060000 { + compatible = "renesas,pfc-r8a77470"; + reg = <0 0xe6060000 0 0x118>; + }; + cpg: clock-controller@e6150000 { compatible = "renesas,r8a77470-cpg-mssr"; reg = <0 0xe6150000 0 0x1000>; |