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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 294DEC433EF for ; Mon, 10 Jan 2022 13:38:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232868AbiAJNin (ORCPT ); Mon, 10 Jan 2022 08:38:43 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:58860 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232695AbiAJNin (ORCPT ); Mon, 10 Jan 2022 08:38:43 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=CcLrL1lD8Di0L5/0LB+VzZc2YmiWo9LTYt1QDQ/BD4w=; b=2MHZmE1i50W9BKXX/JBoE/xclc AEFkK8tz4lVTvbxLSkTmteS+pFHVJW1HOC9gGxjVgwa4rfBjDhkF/zS9H2Zy36b9WGh+Yy1PvXDFK cjMPpDm32cTcPuahIWV/BjUdXXD1cN/JIIYs+79IEw6XOvbX5I0llhfOphoSB+HWL2sU=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1n6usJ-000zTd-1r; Mon, 10 Jan 2022 14:38:15 +0100 Date: Mon, 10 Jan 2022 14:38:15 +0100 From: Andrew Lunn To: Rob Herring Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, "David S. Miller" , Jakub Kicinski , Maxime Ripard , Chen-Yu Tsai , Vivien Didelot , Florian Fainelli , Vladimir Oltean , Joakim Zhang , Heiner Kallweit , Russell King , Kunihiko Hayashi , Nobuhiro Iwamatsu , Cristian Ciocaltea , =?iso-8859-1?Q?Fern=E1ndez?= Rojas , John Crispin , "G. Jaya Kumaran" , Linus Walleij , Joel Stanley , Bartosz Golaszewski , Oleksij Rempel , Alexandre Torgue , Giuseppe Cavallaro , Jose Abreu , netdev@vger.kernel.org Subject: Re: [PATCH] dt-bindings: net: Cleanup MDIO node schemas Message-ID: References: <20220105151009.3093506-1-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220105151009.3093506-1-robh@kernel.org> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Wed, Jan 05, 2022 at 09:10:09AM -0600, Rob Herring wrote: > The schemas for MDIO bus nodes range from missing to duplicating > everything in mdio.yaml. The MDIO bus node schemas only need to > reference mdio.yaml, define any binding specific properties, and define > 'unevaluatedProperties: false'. This ensures that MDIO nodes only > contain defined properties. With this, any duplicated properties can > be removed. > Signed-off-by: Rob Herring Reviewed-by: Andrew Lunn Andrew