diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2015-02-26 11:21:21 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-02-27 10:00:10 +0900 |
commit | 665d79aa47cb3983b1fd14cd7c42eead5324c24e (patch) | |
tree | 5401dc334e6f36768c186483d500f87df6980b43 /arch | |
parent | ca50ee8f6f7c25d3de7d5da4e7a164e21f08c828 (diff) | |
download | blackbird-obmc-linux-665d79aa47cb3983b1fd14cd7c42eead5324c24e.tar.gz blackbird-obmc-linux-665d79aa47cb3983b1fd14cd7c42eead5324c24e.zip |
ARM: shmobile: marzen: Add DU external pixel clock to DT
Declare the fixed 65MHz pixel clock connected to the DU clock input.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/r8a7779-marzen.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7779-marzen.dts b/arch/arm/boot/dts/r8a7779-marzen.dts index e83d40e24bcd..540756cdf391 100644 --- a/arch/arm/boot/dts/r8a7779-marzen.dts +++ b/arch/arm/boot/dts/r8a7779-marzen.dts @@ -122,6 +122,12 @@ }; }; }; + + x3_clk: x3-clock { + compatible = "fixed-clock"; + #clock-cells = <0>; + clock-frequency = <65000000>; + }; }; &du { @@ -129,6 +135,9 @@ pinctrl-names = "default"; status = "okay"; + clocks = <&mstp1_clks R8A7779_CLK_DU>, <&x3_clk>; + clock-names = "du", "dclkin.0"; + ports { port@0 { endpoint { |