Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp4467887ybi; Tue, 11 Jun 2019 07:09:55 -0700 (PDT) X-Google-Smtp-Source: APXvYqzPyflT+gdD9X6fEiCKj6SwwWY1I7/1yWK4cW9FA7PCeHTrni/SM4H0MwDbAeeaAK7VSsWj X-Received: by 2002:a62:7a8a:: with SMTP id v132mr57628320pfc.103.1560262195174; Tue, 11 Jun 2019 07:09:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560262195; cv=none; d=google.com; s=arc-20160816; b=qVn5f52GsW0J/kDDj1XEVKB+WowceBhVPpV+TeCWZPg2Xn4bX0Fi0pPMZpyCCTSviB BWeo71ecuVanfPz9VOPPpL3I86nWQjl9SeYS0d9T46zqKAyDMJZj8OlMfC4N8U6xo+mV asK6rbbeFMHlcwzGsSwcrRT6p6lv+HyboqQ/rIfdJd0EEeTlY+DKz2zmGA5/AFNfORQV zQHjmIBCdLGVEPmRx4DJ1w3+/Cv2KAjg132EKUJEKfJYlCo7YQj8a7uuMJEH1iuHg0C4 BW8sKCaR8GqQd1/Ukcy1XTI6QWBEi7R+U8vHDeuvKGdKg/loJ+q/1HDhpkcbYGm0XK76 m6dQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=FBOuchXo7XbpWY5c0Rw55OHskp5B8nL6dqrCe5xgyxg=; b=xFM8fhrGJFrgvogfM1t7WBoV14wKgRxwzMTLUIScPEus6FbIF7zdACRWH0Ld6Sksq/ OpdhwgkdaRGfG82RjIQmT4Na0sD48hMdiePGHkWoOe0/rNjFv6Y1P0zxkv30KnmJE1LI 0OagmjUHLbnCWWHtjcMjXbhX6p5Q8quEgBhB6IW5irU1EX5a9/yJJkfcZvqwTZlCUasu QwPMPyGq8HTA6woVIJzlq5qcpWyiPE7o3ZV9KBuxV2bFhbN5oUZVS/Q0Koe0bbt3Z8MJ aF+LMGOqIjdb0C6qp5QYEKXHPKe0D+2Yu6BUyVJ1D94LaO7ahmrD7JsPDqBMx/jaQkCa 9fbg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=codethink.co.uk Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z14si13290029pgc.581.2019.06.11.07.09.38; Tue, 11 Jun 2019 07:09:55 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=codethink.co.uk Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390203AbfFKOFE (ORCPT + 99 others); Tue, 11 Jun 2019 10:05:04 -0400 Received: from imap1.codethink.co.uk ([176.9.8.82]:55716 "EHLO imap1.codethink.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389874AbfFKOFB (ORCPT ); Tue, 11 Jun 2019 10:05:01 -0400 Received: from [167.98.27.226] (helo=happy.office.codethink.co.uk) by imap1.codethink.co.uk with esmtpsa (Exim 4.84_2 #1 (Debian)) id 1hahOR-0003vU-26; Tue, 11 Jun 2019 15:04:55 +0100 From: Michael Drake To: Andrzej Hajda , Laurent Pinchart , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Michael Drake Cc: David Airlie , Daniel Vetter , Rob Herring , Mark Rutland , linux-kernel@lists.codethink.co.uk, Patrick Glaser , Nate Case Subject: [PATCH v1 01/11] dt-bindings: display/bridge: Add bindings for ti948 Date: Tue, 11 Jun 2019 15:04:02 +0100 Message-Id: <20190611140412.32151-2-michael.drake@codethink.co.uk> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190611140412.32151-1-michael.drake@codethink.co.uk> References: <20190611140412.32151-1-michael.drake@codethink.co.uk> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Adds device tree bindings for: TI DS90UB948-Q1 2K FPD-Link III to OpenLDI Deserializer The device has the compatible string "ti,ds90ub948", and and allows an arrray of strings to be provided as regulator names to enable for operation of the device. Signed-off-by: Michael Drake Cc: Patrick Glaser Cc: Nate Case --- .../bindings/display/bridge/ti,ds90ub948.txt | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/bridge/ti,ds90ub948.txt diff --git a/Documentation/devicetree/bindings/display/bridge/ti,ds90ub948.txt b/Documentation/devicetree/bindings/display/bridge/ti,ds90ub948.txt new file mode 100644 index 000000000000..f9e86cb22900 --- /dev/null +++ b/Documentation/devicetree/bindings/display/bridge/ti,ds90ub948.txt @@ -0,0 +1,24 @@ +TI DS90UB948-Q1 2K FPD-Link III to OpenLDI Deserializer +======================================================= + +This is the binding for Texas Instruments DS90UB948-Q1 bridge deserializer. + +This device supports I2C only. + +Required properties: + +- compatible: "ti,ds90ub948" + +Optional properties: + +- regulators: List of regulator name strings to enable for operation of device. + +Example +------- + +ti948: ds90ub948@0 { + compatible = "ti,ds90ub948"; + + regulators: "vcc", + "vcc_disp"; +}; -- 2.20.1