From patchwork Mon Dec 12 13:05:39 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 87684 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp1627077qgi; Mon, 12 Dec 2016 05:06:03 -0800 (PST) X-Received: by 10.99.38.3 with SMTP id m3mr165771907pgm.113.1481547963888; Mon, 12 Dec 2016 05:06:03 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q11si42581754pfc.143.2016.12.12.05.06.03; Mon, 12 Dec 2016 05:06:03 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@baylibre-com.20150623.gappssmtp.com; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752728AbcLLNFz (ORCPT + 7 others); Mon, 12 Dec 2016 08:05:55 -0500 Received: from mail-wj0-f176.google.com ([209.85.210.176]:34650 "EHLO mail-wj0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752683AbcLLNFx (ORCPT ); Mon, 12 Dec 2016 08:05:53 -0500 Received: by mail-wj0-f176.google.com with SMTP id tg4so71249267wjb.1 for ; Mon, 12 Dec 2016 05:05:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=n6mu7UsNigeU0TCZcvLTCUTd7R+CB/OWlOq4Tb1mdpQ=; b=Ulm19qce/CCB0BXCHmz0SwSAEggqrMlBIncQm5TDjCSaE9sT5LKRoRMdEcO/oqjImx As0Vyu2DLB6CQIEvKIuEe9DbH+KgAzwt3+yVgwFw+V5WIQhgauL30bgRsXaY2fs/SUKs dHZ0UsMyPXofjOhuevQa9XUS5L7T3dn9+8Y7OeUnyHP04PVUs2TS1UjTxom8JbKfgKSe zmZdI7l+k4FeSjCV0xVC/tTl3ViQm+rm9kz30tcgedE/A+mCil15AwzDt3PfUxj/xIYt 42QoyEjzxf5lofvblvkcuSN8NZoDcx0T3ndAQzSB+KcNalojWoc5f3pEGQOWiyTJBIPF MJRA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=n6mu7UsNigeU0TCZcvLTCUTd7R+CB/OWlOq4Tb1mdpQ=; b=bbCKKCkZEhGNtdiO/7rK49CqPDclk9IMXz5mhOhjs+kxabuTjY1Kyg54LiOhPRZtRo 3lhuJqphhZ+X5IgSVtHUxQxYmo/BgPgSY1qcXEXqsM+Bq710+uuu4lZAHSmbAJKQuSxU 68rykPJIzl4GCxBs6LcZq9DE7yxyB8VohfdflZrJzdU/9heLagkQNC6/bvkh+7Wvm+lB 6UTBBJWHfwtLPDwfihaCdtqxthcJ78wOzfcNsqCnS2/24sZsgWQajM9hoxkIh2CqL4Ho 9QXYLl4PSKwKWoThENDTDhTra/V/AfICb/87V9upiAYLDCd11iy4n0PdXZgyurCiImw+ GxSA== X-Gm-Message-State: AKaTC015pSTyIkfoKk96E8HLg92dnb4/X3u1gnxTGcwwfLV4LRUagIol0NVkVQe62EbWeW+e X-Received: by 10.194.71.69 with SMTP id s5mr79979936wju.197.1481547951785; Mon, 12 Dec 2016 05:05:51 -0800 (PST) Received: from localhost.localdomain ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id a13sm35512620wma.18.2016.12.12.05.05.50 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 12 Dec 2016 05:05:51 -0800 (PST) From: Bartosz Golaszewski To: Jyri Sarha , Tomi Valkeinen , David Airlie , Kevin Hilman , Michael Turquette , Sekhar Nori , Rob Herring , Frank Rowand , Mark Rutland , Laurent Pinchart , Peter Ujfalusi , Russell King Cc: LKML , arm-soc , linux-drm , linux-devicetree , Bartosz Golaszewski Subject: [PATCH v6 2/5] drm: bridge: add DT bindings for TI ths8135 Date: Mon, 12 Dec 2016 14:05:39 +0100 Message-Id: <1481547942-24775-3-git-send-email-bgolaszewski@baylibre.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1481547942-24775-1-git-send-email-bgolaszewski@baylibre.com> References: <1481547942-24775-1-git-send-email-bgolaszewski@baylibre.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org THS8135 is a configurable video DAC. Add DT bindings for this chip. Signed-off-by: Bartosz Golaszewski Reviewed-by: Laurent Pinchart --- .../bindings/display/bridge/ti,ths8135.txt | 52 ++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/bridge/ti,ths8135.txt -- 2.9.3 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/Documentation/devicetree/bindings/display/bridge/ti,ths8135.txt b/Documentation/devicetree/bindings/display/bridge/ti,ths8135.txt new file mode 100644 index 0000000..87aff90 --- /dev/null +++ b/Documentation/devicetree/bindings/display/bridge/ti,ths8135.txt @@ -0,0 +1,52 @@ +THS8135 Video DAC +----------------- + +This is the binding for Texas Instruments THS8135 Video DAC bridge. + +Required properties: + +- compatible: Must be "ti,ths8135" + +Required nodes: + +This device has two video ports. Their connections are modelled using the OF +graph bindings specified in Documentation/devicetree/bindings/graph.txt. + +- Video port 0 for RGB input +- Video port 1 for VGA output + +Example +------- + +vga-bridge { + compatible = "ti,ths8135"; + #address-cells = <1>; + #size-cells = <0>; + + ports { + #address-cells = <1>; + #size-cells = <0>; + + port@0 { + #address-cells = <1>; + #size-cells = <0>; + reg = <0>; + + vga_bridge_in: endpoint { + reg = <0>; + remote-endpoint = <&lcdc_out_vga>; + }; + }; + + port@1 { + #address-cells = <1>; + #size-cells = <0>; + reg = <1>; + + vga_bridge_out: endpoint { + reg = <0>; + remote-endpoint = <&vga_con_in>; + }; + }; + }; +};