From patchwork Thu Feb 8 17:48:49 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Sean Paul X-Patchwork-Id: 10207585 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 C0B6060247 for ; Thu, 8 Feb 2018 17:49:10 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B11772959F for ; Thu, 8 Feb 2018 17:49:10 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A535E295AF; Thu, 8 Feb 2018 17:49:10 +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 5C35B2959F for ; Thu, 8 Feb 2018 17:49:10 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2AB116E645; Thu, 8 Feb 2018 17:49:09 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-yw0-x242.google.com (mail-yw0-x242.google.com [IPv6:2607:f8b0:4002:c05::242]) by gabe.freedesktop.org (Postfix) with ESMTPS id C30776E645 for ; Thu, 8 Feb 2018 17:49:08 +0000 (UTC) Received: by mail-yw0-x242.google.com with SMTP id m84so3210527ywd.5 for ; Thu, 08 Feb 2018 09:49:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=C7gGwgx9Dpqt0ndM1heI79P8dd2teRjzn4XwZn92ydM=; b=BtaYDD1pe9hNwWB5Mx2QvUbhUi7xubMQrnB/Zf/cjqv9F/ihJHcgXseAXddk66GXM4 WTsMDNK7eAA8qFV7H4bTR/dmAFxMm1FTJEaK/uLdNz+9ZTMqXbVR4C63bFvceBNLRbOu lRscP8QzuxtbLQUKgJWpP2qLNQ8eC66oMgL8Y= 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=C7gGwgx9Dpqt0ndM1heI79P8dd2teRjzn4XwZn92ydM=; b=ZbPLzJYoZKGm8A6rQZrPE0D7CQtuuCWgETsJKYWeQ6X2X5U1HhdUg1TyU5AcJI5cED WWebUJQRx3syE0xMjej/tvknmJ9J+HaN9urt5Lnuf7qYtpbGbZw2kkBS0LF+yjMk2xIa rpuWpYhU403MFQH8zOOYlF5gb0x/Eqg8FTn5sVuf5HX7eggWxiyviL+16mnJ0CUvJJGi B3CMbv9fQi3yOsGxUBWItnJq84/+A6RHLCMNSw8gwNLS+Ub9kK9cbquH/xxg8lkh9pRG 2O5CseQ6f0wu5fFue+dfASHkfl/ujKksGhW/QnpifKz6V5/gmJbO4/B2RPlWG0HSr6Gr a1mw== X-Gm-Message-State: APf1xPCuyWCeCoFgeG1EpVuDii7g++MqAcbIC+AFhTRjvLkpCOdzkrFb VZi0A0nS80A+/qrfki18pxvy55upIuw= X-Google-Smtp-Source: AH8x22564xJ1R9XfUpWJ7L1CWmFpslpyHxPjGu4LL80MBKWaeJZyXfA/iRaCkQLQBITJ6tb1DxnMBA== X-Received: by 10.37.65.216 with SMTP id o207mr10062yba.172.1518112147921; Thu, 08 Feb 2018 09:49:07 -0800 (PST) Received: from rosewood.cam.corp.google.com ([2620:0:1013:11:d3af:69ac:1964:28e8]) by smtp.gmail.com with ESMTPSA id t73sm177220ywg.10.2018.02.08.09.49.07 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 08 Feb 2018 09:49:07 -0800 (PST) From: Sean Paul To: dri-devel@lists.freedesktop.org, linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org Subject: [PATCH v3 2/6] dt-bindings: Add headings to simple-panel bindings Date: Thu, 8 Feb 2018 12:48:49 -0500 Message-Id: <20180208174855.55620-3-seanpaul@chromium.org> X-Mailer: git-send-email 2.16.0.rc1.238.g530d649a79-goog In-Reply-To: <20180208174855.55620-1-seanpaul@chromium.org> References: <20180208174855.55620-1-seanpaul@chromium.org> MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Thierry Reding , Mark Rutland , Jeffy Chen , Doug Anderson , Rob Herring , =?UTF-8?q?St=C3=A9phane=20Marchesin?= Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP In preparation for a new subnode section in a follow-on patch, add explicit headings to the existings sections for simple-panel. Changes in v2: - Added Changes in v3: - None Cc: Doug Anderson Cc: Eric Anholt Cc: Heiko Stuebner Cc: Jeffy Chen Cc: Rob Herring Cc: Stéphane Marchesin Cc: Thierry Reding Cc: devicetree@vger.kernel.org Cc: dri-devel@lists.freedesktop.org Cc: linux-rockchip@lists.infradead.org Signed-off-by: Sean Paul Reviewed-by: Rob Herring --- Documentation/devicetree/bindings/display/panel/simple-panel.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/display/panel/simple-panel.txt b/Documentation/devicetree/bindings/display/panel/simple-panel.txt index 16d8ff088b7d..45a457ad38f0 100644 --- a/Documentation/devicetree/bindings/display/panel/simple-panel.txt +++ b/Documentation/devicetree/bindings/display/panel/simple-panel.txt @@ -1,4 +1,8 @@ Simple display panel +==================== + +panel node +---------- Required properties: - power-supply: See panel-common.txt