From patchwork Fri Sep 1 09:40:37 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 9933815 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 84D456016C for ; Fri, 1 Sep 2017 09:41:04 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8508C28619 for ; Fri, 1 Sep 2017 09:41:04 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7860E2861D; Fri, 1 Sep 2017 09:41:04 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 073D928616 for ; Fri, 1 Sep 2017 09:41:03 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BC8926E0A8; Fri, 1 Sep 2017 09:40:45 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-lf0-x233.google.com (mail-lf0-x233.google.com [IPv6:2a00:1450:4010:c07::233]) by gabe.freedesktop.org (Postfix) with ESMTPS id A6BA66E0A8 for ; Fri, 1 Sep 2017 09:40:44 +0000 (UTC) Received: by mail-lf0-x233.google.com with SMTP id d202so7262023lfd.5 for ; Fri, 01 Sep 2017 02:40:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=mDcOmPFeyyF10K1HzNOz/DxruD6OKdVEIjc5vhOLyG4=; b=JzDQW9Uh8ucShXpODfxpA2iwFxsBl3fXySsI0I4fY3iLtCzo9e+CC/BNqBqbG0D7Lz TcpDvlMb6cHWxgfMsuivRVgXU6jC85ILZh87SYWPVEyNI0PkrvGvi3lpH5lcmslwyZ9r n0tOHvGww3jDzOMDFJeTzdUOVLKScWfcgeVcI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=mDcOmPFeyyF10K1HzNOz/DxruD6OKdVEIjc5vhOLyG4=; b=dF9vl0dc+Jz3dgw4Sv6Y8hxWXFw8uAZuxdB1f6J6JikxEJuyS9/blF51B6df2F0oAp 3yZ2KCjdGM6c2AFA+L1FWYKu7yyNP+ts5dj6EeQGfDYlsQzrB3InPwzFblT/6Qqt3xNl F2BukzYUJkXO7GRm5HoH3ZaAxmAqWqR/ETmY9Q9Hm2giHGhrs0aGSXg+ikqF+3AUJf/q uIjyBieGrr/mIu0jCfUtgOrlMDn+gOjKEILSNIf1yLCW+nEOIl34XlPHxDIauT65VIqq wO/liK3JRUFzCFTgjF8BymeKl5EHvkORpJF89wIBKPhcTnD/MqtPOifxILtw90jOaz5v RJig== X-Gm-Message-State: AHPjjUil+6jwFi/whzFnhcfrUDn/8kquuv6agf19vfViSBtgXIogc1je oHQyTcGrI3RsE5iF X-Google-Smtp-Source: ADKCNb7oUQaRsx4rM9wHnznxldy07veVzzgzzLG7Et/tyupIYgCTRJKGMnxH1qxZCZCDMn/4Pw105g== X-Received: by 10.46.85.148 with SMTP id g20mr218952lje.84.1504258842967; Fri, 01 Sep 2017 02:40:42 -0700 (PDT) Received: from genomnajs.ideon.se ([85.235.10.227]) by smtp.gmail.com with ESMTPSA id 10sm337222ljg.52.2017.09.01.02.40.41 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 01 Sep 2017 02:40:42 -0700 (PDT) From: Linus Walleij To: Archit Taneja , Andrzej Hajda , Laurent Pinchart Subject: [PATCH 1/2] drm: bridge: Add bindings for TI THS8134 Date: Fri, 1 Sep 2017 11:40:37 +0200 Message-Id: <20170901094038.4312-1-linus.walleij@linaro.org> X-Mailer: git-send-email 2.13.5 Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, dri-devel@lists.freedesktop.org, Bartosz Golaszewski X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP This adds device tree bindings for the Texas Instruments THS8134A and THS8134B VGA DACs by extending and renaming the existing bindings for THS8135. These DACs are used for the VGA outputs on the ARM reference designs such as Integrator, Versatile and RealView. Cc: devicetree@vger.kernel.org Cc: Bartosz Golaszewski Signed-off-by: Linus Walleij Acked-by: Rob Herring --- .../display/bridge/{ti,ths8135.txt => ti,ths813x.txt} | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) rename Documentation/devicetree/bindings/display/bridge/{ti,ths8135.txt => ti,ths813x.txt} (73%) diff --git a/Documentation/devicetree/bindings/display/bridge/ti,ths8135.txt b/Documentation/devicetree/bindings/display/bridge/ti,ths813x.txt similarity index 73% rename from Documentation/devicetree/bindings/display/bridge/ti,ths8135.txt rename to Documentation/devicetree/bindings/display/bridge/ti,ths813x.txt index 6ec1a880ac18..608435f04796 100644 --- a/Documentation/devicetree/bindings/display/bridge/ti,ths8135.txt +++ b/Documentation/devicetree/bindings/display/bridge/ti,ths813x.txt @@ -1,11 +1,15 @@ -THS8135 Video DAC ------------------ +THS8134 and THS8135 Video DAC +----------------------------- -This is the binding for Texas Instruments THS8135 Video DAC bridge. +This is the binding for Texas Instruments THS8134A, THS8134B and THS8135 +Video DAC bridge. Required properties: -- compatible: Must be "ti,ths8135" +- compatible: Must be one of + "ti,ths8134a" + "ti,ths8134b" + "ti,ths8135" Required nodes: