diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2015-11-17 04:27:59 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-11-24 04:10:29 +0100 |
commit | 13b8b8e8fae6bc38941bc5e5e847706beb004082 (patch) | |
tree | c35a4b1f2bd78f5e12acedd4b8cdec22c357db51 /arch | |
parent | ARM: shmobile: bockw dts: define sdhi0 pins with pull-ups (diff) | |
download | linux-13b8b8e8fae6bc38941bc5e5e847706beb004082.tar.xz linux-13b8b8e8fae6bc38941bc5e5e847706beb004082.zip |
ARM: shmobile: r8a7794: alt: Enable PFC DU for the VGA port
Tie in r8a7794 PFC DU support to the VGA port on the
r8a7794 ALT board.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/r8a7794-alt.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7794-alt.dts b/arch/arm/boot/dts/r8a7794-alt.dts index fd1cfcdd65ef..b255a8791841 100644 --- a/arch/arm/boot/dts/r8a7794-alt.dts +++ b/arch/arm/boot/dts/r8a7794-alt.dts @@ -80,6 +80,8 @@ }; &du { + pinctrl-0 = <&du_pins>; + pinctrl-names = "default"; status = "okay"; clocks = <&mstp7_clks R8A7794_CLK_DU0>, @@ -101,6 +103,11 @@ }; &pfc { + du_pins: du { + renesas,groups = "du1_rgb666", "du1_sync", "du1_disp", "du1_dotclkout0"; + renesas,function = "du"; + }; + scif2_pins: serial2 { renesas,groups = "scif2_data"; renesas,function = "scif2"; |