From patchwork Tue Oct 17 10:19:03 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 10011581 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 E387A600CC for ; Tue, 17 Oct 2017 10:19:15 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D4706287C3 for ; Tue, 17 Oct 2017 10:19:15 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C92132883B; Tue, 17 Oct 2017 10:19:15 +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 11715287C3 for ; Tue, 17 Oct 2017 10:19:14 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E52C26E5F6; Tue, 17 Oct 2017 10:19:13 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-lf0-x231.google.com (mail-lf0-x231.google.com [IPv6:2a00:1450:4010:c07::231]) by gabe.freedesktop.org (Postfix) with ESMTPS id E7CDC6E5F6 for ; Tue, 17 Oct 2017 10:19:11 +0000 (UTC) Received: by mail-lf0-x231.google.com with SMTP id r129so1372074lff.8 for ; Tue, 17 Oct 2017 03:19:11 -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=u3/7waxdOvjgjvIn/JTDNCR2nfZsb6OC+5OngcNjhuc=; b=ZibdhANKLOW6dB9fL5Gm2T3jaYzazyVqVfm94ene4en/V1ygRXP5RO3jQO9jLefrhr vvrPDym10XPpzMchpwPZpRAwlUMqH+v+4lrvHW+qCC0IQUhw9+ojVVPZgN+sw2UbSWGA gzugkvEqWtsPs0fepy25kjI+GZpSxTBB5Q9ko= 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=u3/7waxdOvjgjvIn/JTDNCR2nfZsb6OC+5OngcNjhuc=; b=cn/mONzg5d2P3/jcQwYxdaa2f2O8obMmhnaS2tsHgz1FGelqv4inUNMQpzRagCTmai 66JBblcVwYCaSRNuHEzH0gpoIy7Zj0+M79UD0+FtRzxXY31R9WWUMpKhuqzJlS8s6ofI jrFVsVfvX4K6gYa0Li779+WuhksJQV49RzbLibJxUQadZEyAar/QpduHcbty+wx4tRx+ yzZiGTezuQgIy7rgE/vhMK3+BQImHOpVBgLxS7q61XcHYcrkzwm6RoZthhg3LH7MWD92 SrpUNIZm71J516WioSJqwUqgpF+ipBQl8cKFWfQ72xt21EmPQAzSfeFTrqAclPtqED47 YoOQ== X-Gm-Message-State: AMCzsaUAd82G7JHkYKya8UyJkKtyslXFeMk3wZCJwkum99f8mAM1T/Xy azJoqNUXwxhgMloJsH9Z4KMO9w== X-Google-Smtp-Source: ABhQp+SbWe2SLCXMVkDZbZdllVEQWyDOP4GUaQpV1uCEtUqJ+CINokjKEBLMy2u+HNbZHubXFduT3w== X-Received: by 10.25.72.200 with SMTP id v191mr3987459lfa.113.1508235550242; Tue, 17 Oct 2017 03:19:10 -0700 (PDT) Received: from genomnajs.ideon.se ([85.235.10.227]) by smtp.gmail.com with ESMTPSA id q192sm428099ljb.5.2017.10.17.03.19.08 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 17 Oct 2017 03:19:09 -0700 (PDT) From: Linus Walleij To: Archit Taneja , Andrzej Hajda , Laurent Pinchart Subject: [PATCH 1/2 v2] drm: bridge: Add bindings for TI THS8134 Date: Tue, 17 Oct 2017 12:19:03 +0200 Message-Id: <20171017101904.22308-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 Acked-by: Rob Herring Signed-off-by: Linus Walleij Reviewed-by: Laurent Pinchart --- ChangeLog v1->v2: - Introduce specific-to-general compatible string: compatible = "ti,ths8134a", "ti,ths813x"; so drivers can handle the whole family the same way. - Collected Rob's ACK. --- .../display/bridge/{ti,ths8135.txt => ti,ths813x.txt} | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) rename Documentation/devicetree/bindings/display/bridge/{ti,ths8135.txt => ti,ths813x.txt} (65%) diff --git a/Documentation/devicetree/bindings/display/bridge/ti,ths8135.txt b/Documentation/devicetree/bindings/display/bridge/ti,ths813x.txt similarity index 65% rename from Documentation/devicetree/bindings/display/bridge/ti,ths8135.txt rename to Documentation/devicetree/bindings/display/bridge/ti,ths813x.txt index 6ec1a880ac18..97ef5eb57052 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,ths813x" + "ti,ths8134b", "ti,ths813x" + "ti,ths8135", "ti,ths813x" Required nodes: @@ -19,7 +23,7 @@ Example ------- vga-bridge { - compatible = "ti,ths8135"; + compatible = "ti,ths8135", "ti,ths813x"; #address-cells = <1>; #size-cells = <0>;