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 B458BC4332F for ; Fri, 15 Apr 2022 15:12:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1354889AbiDOPPF (ORCPT ); Fri, 15 Apr 2022 11:15:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58656 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1354869AbiDOPPD (ORCPT ); Fri, 15 Apr 2022 11:15:03 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [185.16.172.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 828FCA94D8; Fri, 15 Apr 2022 08:12:35 -0700 (PDT) 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=G5odVXCmYv7IxL9XjE1lXTsoDOBab8u1hsAiewC6LXU=; b=r2J75mQ8F4AQGg9k+MGpoR0I3D KNYWPoy8LxUbv6rpa5ytd0edhJ/QxThFo8R39jvwhgFP1bMa0C+qUJFPnDfELV8jLJx3UWx3nu5t9 UjKFfvScRgHwdig2CbsECNwAjO+ymRCaPbPFLfNFAwzUDlYnxebj49epjmNzF9aofNXk=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1nfNcY-00Fz5H-67; Fri, 15 Apr 2022 17:12:26 +0200 Date: Fri, 15 Apr 2022 17:12:26 +0200 From: Andrew Lunn To: =?iso-8859-1?Q?Cl=E9ment_L=E9ger?= Cc: Vivien Didelot , Florian Fainelli , Vladimir Oltean , "David S . Miller" , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Geert Uytterhoeven , Magnus Damm , Heiner Kallweit , Russell King , Thomas Petazzoni , Herve Codina , =?iso-8859-1?Q?Miqu=E8l?= Raynal , Milan Stevanovic , Jimmy Lalande , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH net-next 09/12] ARM: dts: r9a06g032: describe MII converter Message-ID: References: <20220414122250.158113-1-clement.leger@bootlin.com> <20220414122250.158113-10-clement.leger@bootlin.com> <20220415102453.1b5b3f77@fixe.home> <20220415163853.683c0b6d@fixe.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220415163853.683c0b6d@fixe.home> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Ok, looks like a more flexible way to doing it. Let's go with something > like this: > > renesas,miic-port-connection = , , , > , ; Not all combinations are possible. In fact, there is a limited choice for each value. So consider getting the yaml tools to help you by listing what is valid for each setting. You might need a different format than. Also, this format it is not clear what each value refers to. renesas,miic-port-connection-mii-conv1 = ; renesas,miic-port-connection-mii-conv2 = ; renesas,miic-port-connection-mii-conv3 = ; renesas,miic-port-connection-mii-conv4 = ; renesas,miic-port-connection-mii-conv5 = ; is more sense documenting, and i suspect easier to make the validator work for you. Andrew