Received: by 10.213.65.68 with SMTP id h4csp542786imn; Fri, 30 Mar 2018 10:21:48 -0700 (PDT) X-Google-Smtp-Source: AIpwx4+UVGvJ8Tk5Y0ugNyFsXN4GSfRQ7ZAqw2UoI7Iq7yT49Jc6UGbddiLMQr2oHb2bohIvRACq X-Received: by 10.99.49.74 with SMTP id x71mr8910823pgx.160.1522430508339; Fri, 30 Mar 2018 10:21:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1522430508; cv=none; d=google.com; s=arc-20160816; b=tq02/7ARBlMpc7Ep6hr/majhExmfywZSKXsHX0wZMLASupJNVtai+OCsZBJgqtYHm5 8IrGCU8FYgSXgRIofwids1zqba5XE1zgkuP1TRmWMOKtFCRTRWRd7ebBfuC88gtTf8Pp cxWtD74YGi135Ud+NHBrQPTowGsNeel7gxNIbfqoMtvMyxmlvmHsY2jqRJW9Wj1H3URI 5s0jkMyW8oxf3sEW2hLEIRiAV3NvTyJkFU99wyWEXEJlfLhisVDVzA5aIqX66goXaWWD NxiDfz8fcHTQ68iFyDATeXrr0iwinLIEvNB31lh7ZoRnSOhjYaxXUzIdjWphwIJ5JvF/ Hkaw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=WhmbLDI/9twerLXuim+EoNQ9x118YwMlvb/7ErV4eQ4=; b=wC+eniD4xIyjhvh9q7P5IXxJo0/uLQCau/wJi/xObofHwnkc3mPzLhDoAiIeIHwEyG wNvnOixdE4F0MBnENl9moermIKsuTJkuZy7J9g1ajn9aeJ8OzyQozTJyUS0iTQyJbMX8 DRLpzT1kkUbZeVWFvJineHt6+zpTK+gjUAoeVOrdM/bT3MR/vAdKXWvduzxC2gsPnH8D 47Aby+avkaS/jzbxyL17B1jvw5xwb0GgV5RF/6ANvOEAUBuKHvoD2k+1dIiwaW055qdH qNl6e8QR6b8mGXNTwAqkzmSooXAX41K+5CpNDaudlt0ifwVGuale5tnckoGcOe6jmvdL 5Z+Q== 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=collabora.co.uk Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j12si5905870pgn.770.2018.03.30.10.21.34; Fri, 30 Mar 2018 10:21:48 -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=collabora.co.uk Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752632AbeC3RTh (ORCPT + 99 others); Fri, 30 Mar 2018 13:19:37 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:58780 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752296AbeC3RSl (ORCPT ); Fri, 30 Mar 2018 13:18:41 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: sre) with ESMTPSA id 80884276105 From: Sebastian Reichel To: Sebastian Reichel , Tomi Valkeinen , Tony Lindgren , Pavel Machek Cc: Laurent Pinchart , Rob Herring , Mark Rutland , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@collabora.com, Sebastian Reichel Subject: [PATCHv3 5/8] dt-bindings: panel: common: document orientation property Date: Fri, 30 Mar 2018 19:18:19 +0200 Message-Id: <20180330171822.25896-6-sebastian.reichel@collabora.co.uk> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180330171822.25896-1-sebastian.reichel@collabora.co.uk> References: <20180330171822.25896-1-sebastian.reichel@collabora.co.uk> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Merge "rotation" property description into common panel binding. Suggested-by: Rob Herring Signed-off-by: Sebastian Reichel --- .../devicetree/bindings/display/panel/panel-common.txt | 12 ++++++++++++ Documentation/devicetree/bindings/display/panel/panel.txt | 4 ---- 2 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 Documentation/devicetree/bindings/display/panel/panel.txt diff --git a/Documentation/devicetree/bindings/display/panel/panel-common.txt b/Documentation/devicetree/bindings/display/panel/panel-common.txt index 557fa765adcb..46ff3c2d0811 100644 --- a/Documentation/devicetree/bindings/display/panel/panel-common.txt +++ b/Documentation/devicetree/bindings/display/panel/panel-common.txt @@ -18,6 +18,18 @@ Descriptive Properties physical area where images are displayed. These properties are expressed in millimeters and rounded to the closest unit. +- rotation: Display rotation in degrees counter clockwise (0,90,180,270). + The following values are possible: + + 0 = The top side of the panel matches the top side of the + device's casing (default). + 90 = The top side of the panel matches the left side of the + device's casing. + 180 = The top side of the panel matches the bottom side of + the device's casing. The panel is mounted upside-down. + 270 = The top side of the panel matches the right side of + the device's casing. + - label: The label property specifies a symbolic name for the panel as a string suitable for use by humans. It typically contains a name inscribed on the system (e.g. as an affixed label) or specified in the system's diff --git a/Documentation/devicetree/bindings/display/panel/panel.txt b/Documentation/devicetree/bindings/display/panel/panel.txt deleted file mode 100644 index e2e6867852b8..000000000000 --- a/Documentation/devicetree/bindings/display/panel/panel.txt +++ /dev/null @@ -1,4 +0,0 @@ -Common display properties -------------------------- - -- rotation: Display rotation in degrees counter clockwise (0,90,180,270) -- 2.16.2