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 B419EC77B7D for ; Wed, 10 May 2023 13:00:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236824AbjEJNAI (ORCPT ); Wed, 10 May 2023 09:00:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49574 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237049AbjEJNAB (ORCPT ); Wed, 10 May 2023 09:00:01 -0400 Received: from sender4-op-o10.zoho.com (sender4-op-o10.zoho.com [136.143.188.10]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 45286DB; Wed, 10 May 2023 05:59:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1683723591; cv=none; d=zohomail.com; s=zohoarc; b=f1qrsQ5v0cBuW5MMpZYzWdW4Lyt88nnz9Q43oVnJ8ZytlKNiS6XWRnkDUX1TXM4LdttWinhLIc+4t84qJ6bxpYu4T9ZfF8FIX8smDh7zthKIFyFIUKLktdaFueFSBrUqbgNi/Bmod0zbKb+VkQ2FsuuQiq9IgFOFy3ouqHjCmnk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1683723591; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=5hqWrQ1lyiYlCqlRavsX79hg3zLYq9IO5n504NEHH0g=; b=m6OO/zLtxeKxZ6rexTqu5FsUjCezqjH6IIBeNr5y63c6OEGB3HCd5nvUKKJZBNMANWJf86Ay1eSHmo+L1sXZXc2lG1C4nnQfaeWypNxt3uIwaFapxxsAhrOGw/joxFPK+PrTBEsr6T0dXmfZhj+NAHA/rzqQl46pdKxDBUV3CAE= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=arinc9.com; spf=pass smtp.mailfrom=arinc.unal@arinc9.com; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1683723591; s=zmail; d=arinc9.com; i=arinc.unal@arinc9.com; h=Message-ID:Date:Date:MIME-Version:Subject:Subject:To:To:Cc:Cc:References:From:From:In-Reply-To:Content-Type:Content-Transfer-Encoding:Message-Id:Reply-To; bh=5hqWrQ1lyiYlCqlRavsX79hg3zLYq9IO5n504NEHH0g=; b=JitB69XFjSvbX5C93Q3k2Kjn2ZIPHrGk0ZBcPMNSgnmMlZj3evYg6/n6jEaXaG6U Lo3p/IdLW8DrKKuefJ1Hy8nzbC6NTHhKB4ZefKpblL+S98ZpdtqtzismI1fyYJ9YQHp 2z50RV+dLtt4tE09D3cdPVubhTTHPFWY5WRxatD8= Received: from [10.1.111.147] (185.242.250.116-ip.operadors.cat [185.242.250.116]) by mx.zohomail.com with SMTPS id 1683723588464419.30319491106445; Wed, 10 May 2023 05:59:48 -0700 (PDT) Message-ID: Date: Wed, 10 May 2023 14:59:44 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0 Subject: Re: [PATCH] mips: dts: ralink: Clarify usage of MT7621 ethernet phy arguments To: Liviu Dudau Cc: Thomas Bogendoerfer , Paul Burton , Rob Herring , Sergio Paracuellos , linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org References: <20230509200032.308934-1-liviu@dudau.co.uk> Content-Language: en-US From: =?UTF-8?B?QXLEsW7DpyDDnE5BTA==?= In-Reply-To: <20230509200032.308934-1-liviu@dudau.co.uk> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-ZohoMailClient: External Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 9.05.2023 22:00, Liviu Dudau wrote: > The device tree uses numbers as arguments to the phys property that are > confusing for newcomers. Define names for the values and use them in the > device tree. > > Signed-off-by: Liviu Dudau You should document this on Documentation/devicetree/bindings/pci/mediatek,mt7621-pcie.yaml instead of doing this. Under the phys property, add 'description:' and explain this. Arınç