Skip to content

Commit

Permalink
arm64: dts: r8a7796: Add pinctrl device node
Browse files Browse the repository at this point in the history
This patch adds pinctrl device node for R8A7796 SoC.

Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
  • Loading branch information
Takeshi Kihara authored and Simon Horman committed Sep 8, 2016
1 parent 272bde0 commit 5080947
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm64/boot/dts/renesas/r8a7796.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@
status = "disabled";
};

pfc: pin-controller@e6060000 {
compatible = "renesas,pfc-r8a7796";
reg = <0 0xe6060000 0 0x50c>;
};

cpg: clock-controller@e6150000 {
compatible = "renesas,r8a7796-cpg-mssr";
reg = <0 0xe6150000 0 0x1000>;
Expand Down

0 comments on commit 5080947

Please sign in to comment.