From patchwork Tue Mar 19 07:08:12 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vikas C Sajjan X-Patchwork-Id: 2298941 Return-Path: X-Original-To: patchwork-linux-samsung-soc@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 03A51DFB79 for ; Tue, 19 Mar 2013 07:09:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933963Ab3CSHJK (ORCPT ); Tue, 19 Mar 2013 03:09:10 -0400 Received: from mail-da0-f46.google.com ([209.85.210.46]:37345 "EHLO mail-da0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932866Ab3CSHJJ (ORCPT ); Tue, 19 Mar 2013 03:09:09 -0400 Received: by mail-da0-f46.google.com with SMTP id y19so131880dan.19 for ; Tue, 19 Mar 2013 00:09:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:x-gm-message-state; bh=nHcN8BrSg2wh51yv20zO0B8SrGdrliy61oSJkr0jsP0=; b=eildqq4G3PSpkue6s/DVkiJyEZ4d7sBrZcFUI9iwur+YArKG4NpszU2Twnlp9AJkXE zDTMk0/vIPwmYrfwbW6wKfx+KixHk4N9JG0tJW6J05KQNnf6P/0U/M4u68KBhThDQqmm UgkZygMOTEWQlvAhf9QJ94JOLgnM95Qa0Cm9Iwz0Zk97KPAuwJ776sx6oxJu6HTdSsm3 /3/DfSbiBwH5egnpgR00zz1RYJw810k3cDKqo7RKD3t+3FSTzYvN9aHp5E9/FGWHFJXp OqjiFU8uovG/HL+Hckdo58KhOhKl+d0BR/qC7F1PgL5yEi/mTV+vOqj0oLYab5xDgyeD 7zQQ== X-Received: by 10.66.50.2 with SMTP id y2mr1570699pan.179.1363676949284; Tue, 19 Mar 2013 00:09:09 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id dl1sm18901408pbc.17.2013.03.19.00.09.05 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 19 Mar 2013 00:09:08 -0700 (PDT) From: Vikas Sajjan To: linux-samsung-soc@vger.kernel.org Cc: kgene.kim@samsung.com, sylvester.nawrocki@gmail.com, devicetree-discuss@lists.ozlabs.org, inki.dae@samsung.com, linaro-kernel@lists.linaro.org, joshi@samsung.com Subject: [PATCH v8 4/4] ARM: dts: Add FIMD DT binding Documentation Date: Tue, 19 Mar 2013 12:38:12 +0530 Message-Id: <1363676892-21296-5-git-send-email-vikas.sajjan@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1363676892-21296-1-git-send-email-vikas.sajjan@linaro.org> References: <1363676892-21296-1-git-send-email-vikas.sajjan@linaro.org> X-Gm-Message-State: ALoCoQm/ZYeEuD30qGX5/ByX1n/8ndlm/F5o8uTQnXsiShirKG7m7iplj2FZVkItHWeRc8I40XjX Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org Adds FIMD DT binding documentation for both Samsung SoC and Board, with an example Signed-off-by: Vikas Sajjan --- .../devicetree/bindings/video/samsung-fimd.txt | 61 ++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 Documentation/devicetree/bindings/video/samsung-fimd.txt diff --git a/Documentation/devicetree/bindings/video/samsung-fimd.txt b/Documentation/devicetree/bindings/video/samsung-fimd.txt new file mode 100644 index 0000000..d4b32d6 --- /dev/null +++ b/Documentation/devicetree/bindings/video/samsung-fimd.txt @@ -0,0 +1,61 @@ +Device-Tree bindings for Samsung SoC display controller (FIMD) + +FIMD stands for Fully Interactive Mobile Display, is the Display Controller for +the Samsung series of SoCs which transfers the image data from a video buffer +located in the system memory to an external LCD interface. + +Required properties: +- compatible : value should be one of the following + "samsung,s3c2443-fimd"; /* for S3C24XX SoCs */ + "samsung,s3c6400-fimd"; /* for S3C64XX SoCs */ + "samsung,s5p6440-fimd"; /* for S5P64X0 SoCs */ + "samsung,s5pc100-fimd"; /* for S5PC100 SoC */ + "samsung,s5pv210-fimd"; /* for S5PV210 SoC */ + "samsung,exynos4210-fimd"; /* for Exynos4 SoCs */ + "samsung,exynos5250-fimd"; /* for Exynos5 SoCs */ + +- reg : physical base address of the FIMD and length of memory mapped region + +- interrupt-parent : a phandle to the interrupt combiner node + +- interrupts : should contain a list of all FIMD IP block interrupts: + FIFO Level, VSYNC, LCD_SYSTEM. The interrupt specifier format depends + on the interrupt controller used. + +- interrupt-names : should contain the interrupt names: "fifo", "vsync", + "lcd_sys", in the same order as they were listed in the interrupts + property. + +- pinctrl : property defining the pinctrl configurations with a phandle + +- pinctrl-names : "default" state needs to be specified in the fimd node + The pinctrl bindings defined in + ../../../pinctrl/pinctrl-bindings.txt must be used to define a + pinctrl state named "default". + +Optional Properties: +- samsung,power-domain := a phandle to FIMD power domain node + +Example: + +SoC specific DT Entry: + + fimd@11c00000 { + compatible = "samsung,exynos4210-fimd"; + interrupt-parent = <&combiner>; + reg = <0x11c00000 0x20000>; + interrupt-names = "fifo", "vsync", "lcd_sys"; + interrupts = <11 0>, <11 1>, <11 2>; + clocks = <&clock 140>, <&clock 283>; + clock-names = "sclk_fimd", "fimd"; + status = "disabled"; + }; + +Board specific DT Entry: + + fimd@11c00000 { + samsung,power-domain = <&pd_lcd0>; + pinctrl-0 = <&lcd_sync &lcd_clk &lcd_en &lcd0_data &pwm1_out>; + pinctrl-names = "default"; + status = "okay"; + };