diff options
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | 2016-04-13 21:36:21 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-06-24 04:04:35 +0200 |
commit | adc47ecf5a8d35f8060c88ac818cd5404268f3ed (patch) | |
tree | bfe1c33134ff4d6dbb1a5c3ef5f8478bd95a6c30 /arch/arm/boot/dts/r8a7794-silk.dts | |
parent | ARM: dts: blanche: add Ethernet support (diff) | |
download | linux-adc47ecf5a8d35f8060c88ac818cd5404268f3ed.tar.xz linux-adc47ecf5a8d35f8060c88ac818cd5404268f3ed.zip |
ARM: dts: silk: add DU pins
Add the (previously omitted) DU pin data to the SILK board's device tree.
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7794-silk.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7794-silk.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7794-silk.dts b/arch/arm/boot/dts/r8a7794-silk.dts index 488de730bee8..cf24f45fff22 100644 --- a/arch/arm/boot/dts/r8a7794-silk.dts +++ b/arch/arm/boot/dts/r8a7794-silk.dts @@ -183,6 +183,16 @@ groups = "usb1"; function = "usb1"; }; + + du0_pins: du0 { + groups = "du0_rgb888", "du0_sync", "du0_disp", "du0_clk0_out"; + function = "du0"; + }; + + du1_pins: du1 { + groups = "du1_rgb666", "du1_sync", "du1_disp", "du1_clk0_out"; + function = "du1"; + }; }; &scif2 { @@ -360,6 +370,8 @@ }; &du { + pinctrl-0 = <&du0_pins &du1_pins>; + pinctrl-names = "default"; status = "okay"; clocks = <&mstp7_clks R8A7794_CLK_DU0>, |