Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp1635967ybi; Thu, 20 Jun 2019 00:58:18 -0700 (PDT) X-Google-Smtp-Source: APXvYqzyhzKhztas6DBiuUqi5uKSOXkXyjql2pH1m6ZUoC9x+jx9Vq2Yuo4XS+BLx+q5EtP432ih X-Received: by 2002:a17:90a:d3c3:: with SMTP id d3mr1768565pjw.17.1561017498491; Thu, 20 Jun 2019 00:58:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561017498; cv=none; d=google.com; s=arc-20160816; b=ZvEY1n+u9WYc44Pzni7AGMhIdqeK7ZbosUfC43ZtmBX9LlOKst4aq4NnbSPrTc7pPb nt49Ksu6H+b0mg2QHfAwuh9xF6DU/EQFFm9YKFOCzc6od6iH9ZRcxfwIjW1AdjSlAbEy H0pNekSCGPGVU/9LuLEpHTeQFDH37jLXzoCxRpXc5xPgCP8AF/sMLOziuwF0sxz+eKJd tEr1mkUeqL0A2+WcObhlJY394GH5p7+oz5LjID1lS/DsWonaX0viT086/nAxJPnHLPZm KUsH/veAr29ogna/TN17fkNiVdncWYd1X2M27vtZckVZLxt8+aTqnFhQklYcTw9AANan oT7A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=IDR0AUKs35XCcruc9zkyuJLSjJosjUFQBAfr/ZujPsc=; b=rF2JAGBpILtx8e6rgIebUAJCrFeJBBJkmRILD+Fm3/EW02swlAomp9xSv7g6tgntaI iFMBK73UaphJb/6Xnrt3Euhpp2CU1KxqjKZCaTLnQ62rOOCen+rSw6uBm+eSDKSGw5QK 7YTRM46ymPAaRJIi3++v6FekrZv4hWVTGye6A8pV9YuiV313SQufIcCP0x7Ww4Iph7Jc huVsJf5tp+hb2PkvuBf4KYRB1wWiFHQQnbh/Hm3PrMbjol+fI5vwsJewCEKm8V1DJhOf 5Z0uFDfM8L5g/rbb39Wzt33EPIrCLoI+KgE6lb3ZdLsNVei5LPQB/GhzkHL1D/ePmesH +xtw== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m9si5039400pgq.373.2019.06.20.00.58.01; Thu, 20 Jun 2019 00:58:18 -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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726124AbfFTH55 (ORCPT + 99 others); Thu, 20 Jun 2019 03:57:57 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:33601 "EHLO relay7-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725877AbfFTH54 (ORCPT ); Thu, 20 Jun 2019 03:57:56 -0400 X-Originating-IP: 90.88.23.150 Received: from localhost (aaubervilliers-681-1-81-150.w90-88.abo.wanadoo.fr [90.88.23.150]) (Authenticated sender: maxime.ripard@bootlin.com) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 45FB72000A; Thu, 20 Jun 2019 07:57:50 +0000 (UTC) Date: Thu, 20 Jun 2019 09:57:49 +0200 From: Maxime Ripard To: Rob Herring Cc: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Thierry Reding , Sam Ravnborg , Laurent Pinchart Subject: Re: [RFC PATCH 1/4] dt-bindings: display: Convert common panel bindings to DT schema Message-ID: <20190620075749.o6i76exxhe2xbpfo@flea> References: <20190619215156.27795-1-robh@kernel.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="4oxwmcz4cekh22my" Content-Disposition: inline In-Reply-To: <20190619215156.27795-1-robh@kernel.org> User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --4oxwmcz4cekh22my Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Jun 19, 2019 at 03:51:53PM -0600, Rob Herring wrote: > Convert the common panel bindings to DT schema consolidating scattered > definitions to a single schema file. > > The 'simple-panel' binding just a collection of properties and not a > complete binding itself. All of the 'simple-panel' properties are > covered by the panel-common.txt binding with the exception of the > 'no-hpd' property, so add that to the schema. > > As there are lots of references to simple-panel.txt, just keep the file > with a reference to panel-common.yaml for now until all the bindings are > converted. > > Cc: Thierry Reding > Cc: Sam Ravnborg > Cc: Maxime Ripard > Cc: Laurent Pinchart > Cc: dri-devel@lists.freedesktop.org > Signed-off-by: Rob Herring Reviewed-by: Maxime Ripard Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com --4oxwmcz4cekh22my Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXQs8fQAKCRDj7w1vZxhR xWqfAQC4mg5/Loj8+ISTLoz6dZc1DK9gRuM+Zd0n3nqR5qy78gEA6zQubCUl5ZuG Q2QwmDebJXYojsaueg4Yq1I2Jd28oQE= =8Jp7 -----END PGP SIGNATURE----- --4oxwmcz4cekh22my--