From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7B0F5C2D0D1 for ; Tue, 17 Dec 2019 16:46:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 522CD21D7D for ; Tue, 17 Dec 2019 16:46:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576601201; bh=dtdHww0rQgXjndhYivazqMjYBkTgiymWRHanmNJmHDs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=d5egepa73SKtLSk+1NFjgu7wii1B0hHug3NaHmInyGjypmpn8zdwPZJ6El6k+PMSY sPqsgDrF24+CfF+5NFpjV0/mgh84OrWvha+9r9CjohKZ5peBCfP9SbRSBvbMd+RZEK k4HneeAX4VAzhAHDnIzf+DcTpWTCVMKvm/YV0BhY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728191AbfLQQqk (ORCPT ); Tue, 17 Dec 2019 11:46:40 -0500 Received: from mail.kernel.org ([198.145.29.99]:33412 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727947AbfLQQqj (ORCPT ); Tue, 17 Dec 2019 11:46:39 -0500 Received: from localhost (lfbn-tou-1-1502-76.w90-89.abo.wanadoo.fr [90.89.68.76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C581924655; Tue, 17 Dec 2019 16:46:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576601199; bh=dtdHww0rQgXjndhYivazqMjYBkTgiymWRHanmNJmHDs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=i1Sf0cFRdfMGLk1h3va55thwoCVMSSepJ1VffDuYuF3UGsvI/X4MLb5ga81p5okm/ RcNO4KMYaRYu29YGS1/NsGrhz+pQr8WP8ewQIOtWkdUWt+maU1H9TOkumYi9Yisp0I wvWWTThcO29+zhXTiS6j6ZB9V8L4SLcjDUo9dk68= Date: Tue, 17 Dec 2019 17:46:36 +0100 From: Maxime Ripard To: Rob Herring Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Alexandre Torgue , Giuseppe Cavallaro , Jose Abreu , netdev@vger.kernel.org, "David S. Miller" Subject: Re: [PATCH] dt-bindings: Add missing 'properties' keyword enclosing 'snps,tso' Message-ID: <20191217164636.663okrgubucuvmcv@gilmour.lan> References: <20191217163946.25052-1-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191217163946.25052-1-robh@kernel.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 17, 2019 at 10:39:46AM -0600, Rob Herring wrote: > DT property definitions must be under a 'properties' keyword. This was > missing for 'snps,tso' in an if/then clause. A meta-schema fix will > catch future errors like this. > > Fixes: 7db3545aef5f ("dt-bindings: net: stmmac: Convert the binding to a schemas") > Cc: Maxime Ripard > Cc: "David S. Miller" > Signed-off-by: Rob Herring Acked-by: Maxime Ripard Thanks! Maxime