From patchwork Sat Feb 11 17:44:01 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Priit Laes X-Patchwork-Id: 726869 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3vLK3h37KSz9s7M for ; Sun, 12 Feb 2017 04:45:52 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750831AbdBKRpi (ORCPT ); Sat, 11 Feb 2017 12:45:38 -0500 Received: from plaes.org ([188.166.43.21]:43949 "EHLO plaes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751206AbdBKRoY (ORCPT ); Sat, 11 Feb 2017 12:44:24 -0500 Received: from localhost (71-43-196-88.dyn.estpak.ee [88.196.43.71]) by plaes.org (Postfix) with ESMTPSA id 6EC1940A74; Sat, 11 Feb 2017 17:44:22 +0000 (UTC) From: Priit Laes To: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, Jonathan Liu , Thierry Reding , Russell King , Chen-Yu Tsai , Mark Rutland , Rob Herring , David Airlie , Maxime Ripard Cc: Quentin Schulz , linux-sunxi@googlegroups.com, Priit Laes Subject: [PATCH 4/8] drm/sun4i: Add optional 'mode' property to TCON Date: Sat, 11 Feb 2017 19:44:01 +0200 Message-Id: <20170211174405.28395-5-plaes@plaes.org> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20170211174405.28395-1-plaes@plaes.org> References: <20170211174405.28395-1-plaes@plaes.org> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add variable to enable either 'rgb' or 'lvds' output. Signed-off-by: Priit Laes --- Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt b/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt index b82c004..c367ede 100644 --- a/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt +++ b/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt @@ -43,6 +43,9 @@ Required properties: - reset-names: the reset names mentioned above - clock-output-names: Name of the pixel clock created +- mode: Defines which encoder will be enabled. Values are 'rgb', 'lvds'. + Defaults to 'rgb' if not set. + - ports: A ports node with endpoint definitions as defined in Documentation/devicetree/bindings/media/video-interfaces.txt. The first port should be the input endpoint, the second one the output