Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp7002143ybi; Thu, 13 Jun 2019 08:00:16 -0700 (PDT) X-Google-Smtp-Source: APXvYqxnKGIbILUygZtQM1QFNmYE4pR1gLkzUgKvuspAWyxfe5ICANu9Zcyeobc/7+q6ryCnA1cE X-Received: by 2002:a65:6648:: with SMTP id z8mr30780482pgv.303.1560438016419; Thu, 13 Jun 2019 08:00:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560438016; cv=none; d=google.com; s=arc-20160816; b=WFnT23Z8Mrvf2DMvSNV6m52MAb1AOMWbexBNX3TrOSGKpyr9jQboVGiJJVNkgZddjo PYF6iW7dcFg/h8EFDEJRwWnI09tQN+8VtsBH3w3lfn2bA2E5P7s18tq99cfl0XEJ4kvP Wdk8VxUcs3DHnPhXawDo3DG5rXQ3cEwQFqjsEEc4+OdNzHeFmZzogf69lINKa/HI6LXB NvYIsP6QUQn4piOactFhlRv4Pv3m3Cz7rnFeCyZkfSuuPwwc7H6tTcU1rqtsDfXDcAlv ziXxZuji3+AmfslYgAuORCpX+JiyDbhmhOcMrSv3g7iGgmS9EubMEaE3zJ5HLnv5Y6/b cy9g== 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=KyQknLPrSx1Oovymanuo7+zifcvRbSVDQIIfevdQlsU=; b=oFwtUrlkOE7zQpG3uRCVissHA+8rhLLs1C/Z+TPYvnLeFpY6uFfcGPwdf5pnzPLwE/ sJWSIPnaqIlmVLoQFniGxU/cHy3+wG2HwgLL6OjO+BRBSvjpRX8ywMUjwBFxmyXRsgbK 9NZcXdtFmJJRsuMNfKl8OIbBuY02++Shac7E5M4YYURMY62rR3W+6wBe6VrSCMj+CVyE u/ELlfL4pkWNdh9bSLoJWuJTDWESLt7dNv9dXENWmtiJhCPVCl+fUsD1y1lVyXZhm2g9 tm3ms+TggacdVxLcZBZpMdpabMbaBRcarqVxQO6Anns7SJPQ1O5Pha8HqX7gnnqAv4A2 I0BA== 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 b41si3395144pla.409.2019.06.13.07.59.18; Thu, 13 Jun 2019 08:00:16 -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 S1732684AbfFMO7C (ORCPT + 99 others); Thu, 13 Jun 2019 10:59:02 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:49069 "EHLO relay1-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732614AbfFMOyv (ORCPT ); Thu, 13 Jun 2019 10:54:51 -0400 X-Originating-IP: 90.88.159.246 Received: from localhost (aaubervilliers-681-1-40-246.w90-88.abo.wanadoo.fr [90.88.159.246]) (Authenticated sender: maxime.ripard@bootlin.com) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 28485240010; Thu, 13 Jun 2019 14:54:45 +0000 (UTC) Date: Thu, 13 Jun 2019 16:54:45 +0200 From: Maxime Ripard To: Rob Herring Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] dt-bindings: Check the examples against the schemas Message-ID: <20190613145445.n5i6rkhgddwtjbyo@flea> References: <20190613144210.22181-1-robh@kernel.org> <20190613144210.22181-2-robh@kernel.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="f65q35kf44uwfpr2" Content-Disposition: inline In-Reply-To: <20190613144210.22181-2-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 --f65q35kf44uwfpr2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Jun 13, 2019 at 08:42:10AM -0600, Rob Herring wrote: > Currently, the binding examples are just built with dtc. dtc recently > gained the support necessary to output the examples in YAML format > (commit 87963ee20693 ("livetree: add missing type markers in generated > overlay properties"). Now just switch the output format and the examples > will be checked against the schema. > > Signed-off-by: Rob Herring For both, Reviewed-by: Maxime Ripard Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com --f65q35kf44uwfpr2 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXQJjtQAKCRDj7w1vZxhR xZxpAQD+Csm6NW6xs3F9ECciXe4YWZlf4NupGE7IECk8c3fZuQEA9vcBhpmeD2UQ Izl4nblyUMI9q0W1ucyY7sxH36PYfQY= =jiUn -----END PGP SIGNATURE----- --f65q35kf44uwfpr2--