Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1371228

[PATCH v3 9/9] ARM: dts: ls1021a: add pix clock to DCU dts node

From Stefan Agner <stefan@agner.ch>
Newsgroups linux.kernel
Subject [PATCH v3 9/9] ARM: dts: ls1021a: add pix clock to DCU dts node
Date 2016-04-05 07:30 +0200
Message-ID <rkrIT-6Ag-47@gated-at.bofh.it> (permalink)
References <rkrIS-6Ag-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


The DCU IP has distinct clock inputs for register access and the
pixel clocks, at least in some implementations. LS1021a seems to
use the same clock, therefore specify the same clock for "dcu"
and "pix".

Signed-off-by: Stefan Agner <stefan@agner.ch>
---
 arch/arm/boot/dts/ls1021a.dtsi | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi
index 2c84ca2..cd5c76d 100644
--- a/arch/arm/boot/dts/ls1021a.dtsi
+++ b/arch/arm/boot/dts/ls1021a.dtsi
@@ -443,8 +443,9 @@
 			compatible = "fsl,ls1021a-dcu";
 			reg = <0x0 0x2ce0000 0x0 0x10000>;
 			interrupts = <GIC_SPI 172 IRQ_TYPE_LEVEL_HIGH>;
-			clocks = <&platform_clk 0>;
-			clock-names = "dcu";
+			clocks = <&platform_clk 0>,
+				<&platform_clk 0>;
+			clock-names = "dcu", "pix";
 			big-endian;
 			status = "disabled";
 		};
-- 
2.7.4

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v3 0/9] add TCON and Vybrid support Stefan Agner <stefan@agner.ch> - 2016-04-05 07:30 +0200
  [PATCH v3 1/9] ARM: imx: clk-vf610: fix DCU clock tree Stefan Agner <stefan@agner.ch> - 2016-04-05 07:30 +0200
    Re: [PATCH v3 1/9] ARM: imx: clk-vf610: fix DCU clock tree Shawn Guo <shawnguo@kernel.org> - 2016-04-12 03:40 +0200
      Re: [PATCH v3 1/9] ARM: imx: clk-vf610: fix DCU clock tree Stefan Agner <stefan@agner.ch> - 2016-04-13 07:30 +0200
  [PATCH v3 8/9] ARM: dts: vf610-colibri: enable display controller Stefan Agner <stefan@agner.ch> - 2016-04-05 07:30 +0200
  [PATCH v3 2/9] ARM: imx: clk-vf610: add TCON ipg clock Stefan Agner <stefan@agner.ch> - 2016-04-05 07:30 +0200
  [PATCH v3 3/9] drm/fsl-dcu: disable clock on initialization failure and remove Stefan Agner <stefan@agner.ch> - 2016-04-05 07:30 +0200
  [PATCH v3 9/9] ARM: dts: ls1021a: add pix clock to DCU dts node Stefan Agner <stefan@agner.ch> - 2016-04-05 07:30 +0200
  [PATCH v3 5/9] drm/fsl-dcu: use common clock framework for pixel clock divider Stefan Agner <stefan@agner.ch> - 2016-04-05 07:30 +0200

csiph-web