From patchwork Mon Dec 5 07:53:54 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Archit Taneja X-Patchwork-Id: 9460561 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 81A566071F for ; Mon, 5 Dec 2016 07:54:12 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 75DB224B48 for ; Mon, 5 Dec 2016 07:54:12 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6505F24B91; Mon, 5 Dec 2016 07:54:12 +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 27E6C24B48 for ; Mon, 5 Dec 2016 07:54:12 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A47BB6E0A2; Mon, 5 Dec 2016 07:54:06 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from smtp.codeaurora.org (smtp.codeaurora.org [198.145.29.96]) by gabe.freedesktop.org (Postfix) with ESMTPS id A3E556E0A2 for ; Mon, 5 Dec 2016 07:54:04 +0000 (UTC) Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 99EF8612BD; Mon, 5 Dec 2016 07:54:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1480924444; bh=quA4cQDnOEY8ia99Ye59wntjVNfBnlxPDDdKurqMBbs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=LQuFJ7jQ5hjlzLG9n8sc7VW8+SiS9q3dwGzUV2YMSx2+hSmJmojk+cdAm/6USh42q hlRyMiW230CjjoDBBdAwoJgYAOwbCrpPYhpTYrLmXCPpEg1m5ij4SzSy/cdtYfvka9 2Yxl7dYnliExX1InJNlc+RinzY2mpbGKEdL0ae24= Received: from localhost (unknown [202.46.23.61]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: architt@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id 4D7E1612BD; Mon, 5 Dec 2016 07:54:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1480924444; bh=quA4cQDnOEY8ia99Ye59wntjVNfBnlxPDDdKurqMBbs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=LQuFJ7jQ5hjlzLG9n8sc7VW8+SiS9q3dwGzUV2YMSx2+hSmJmojk+cdAm/6USh42q hlRyMiW230CjjoDBBdAwoJgYAOwbCrpPYhpTYrLmXCPpEg1m5ij4SzSy/cdtYfvka9 2Yxl7dYnliExX1InJNlc+RinzY2mpbGKEdL0ae24= DMARC-Filter: OpenDMARC Filter v1.3.1 smtp.codeaurora.org 4D7E1612BD Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=pass smtp.mailfrom=architt@codeaurora.org From: Archit Taneja To: laurent.pinchart@ideasonboard.com Subject: [PATCH v4 1/2] dt-bindings: drm/bridge: adv7511: Add regulator bindings Date: Mon, 5 Dec 2016 13:23:54 +0530 Message-Id: <1480924435-20882-2-git-send-email-architt@codeaurora.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1480924435-20882-1-git-send-email-architt@codeaurora.org> References: <1480399662-8858-1-git-send-email-architt@codeaurora.org> <1480924435-20882-1-git-send-email-architt@codeaurora.org> Cc: devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org 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 Add the regulator supply properties needed by ADV7511 and ADV7533. Cc: devicetree@vger.kernel.org Acked-by: Laurent Pinchart Signed-off-by: Archit Taneja Acked-by: Rob Herring --- Documentation/devicetree/bindings/display/bridge/adi,adv7511.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Documentation/devicetree/bindings/display/bridge/adi,adv7511.txt b/Documentation/devicetree/bindings/display/bridge/adi,adv7511.txt index 6532a59..00ce479 100644 --- a/Documentation/devicetree/bindings/display/bridge/adi,adv7511.txt +++ b/Documentation/devicetree/bindings/display/bridge/adi,adv7511.txt @@ -38,10 +38,18 @@ The following input format properties are required except in "rgb 1x" and - adi,input-justification: The input bit justification ("left", "evenly", "right"). +- avdd-supply: A common 1.8V supply that powers up the AVDD, DVDD and PVDD + pins. On ADV7511, it also feeds to the BGVDD pin. On ADV7533, it also powers + up the A2VDD pin. +- v3p3-supply: A 3.3V supply that powers up the pin called DVDD_3V on + ADV7511 and V3P3 on ADV7533. + The following properties are required for ADV7533: - adi,dsi-lanes: Number of DSI data lanes connected to the DSI host. It should be one of 1, 2, 3 or 4. +- v1p2-supply: A supply that powers up the V1P2 pin on the chip. It can be + either 1.2V or 1.8V. This supply is specific to ADV7533. Optional properties: