From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-lf1-f45.google.com (mail-lf1-f45.google.com [209.85.167.45]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 68A1723D6 for ; Thu, 19 May 2022 11:33:25 +0000 (UTC) Received: by mail-lf1-f45.google.com with SMTP id bq30so8616383lfb.3 for ; Thu, 19 May 2022 04:33:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=oZEhROINlJWM7vdViG2IE8Bwfk0C1vKAbaV7Oeo94UQ=; b=EGYii0kO3qs08FhyjVI9Y2ePF+IohLbIeqqa7oK57S3FHkA5RVZPqNblDLIW75kFcH 6oX9s2gDFeGn/Roq1TarZsxyRUt40VFfb5c7GuE3GAwRVG6wR8/7g+uoxQtyoal+s1Bb DURdbTlR841WX2Cbo1oPkbROxz3gHWrGzyDokChBKsDSyyNLlTTlKnxN/3AY28EWxs81 7LfNbBhSuRzanMHZYwj8TfSLIbfXB9SULTllFtS5cdp1cEyf+zg05PoipkxYaZYsOqld 9XXXp7qDW7uDXI0zwLWNUMJpf5xEn0ESsqk27e/JgyB/aRM43jaj70OtEgW7UJkTnhV5 lftQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=oZEhROINlJWM7vdViG2IE8Bwfk0C1vKAbaV7Oeo94UQ=; b=VLBANNOjdkG9xt9H+aRNaK3jsxZZYb6qxrAHKsYDDQRLFn7bxPW7nBMIjqOXdtV51u OQKuja09VYYcIXROPgBN1Zcpww2OqLDfuQF6O22V49318bRUPib5BvvdVSGifVfJmqni WPX+N8SNWGwTMXqKmmBI+Xh6i1D+9wW1Nf9z6zIY9gQCEE2bVLPx0juSCgetwNMy0pFT eOg8UsjXqqYmoesdPiytDgKAo0PilGUJK1CAjAsQUootfyIx3FymUS2cZAbnDcHkTZNj lW5R3RCUHayA/hlOmmGhtKos2EtrsiWqjmsUN4dxuK+SLmptL1rOIn3PElpj+mj57UD1 PF8g== X-Gm-Message-State: AOAM533i4lqVtfZnpT/muqbtEddT+aCdybfCmprdNrBBldGdHNLlL1mL NifhNZJIqExfPd3MdhxvBntj6A== X-Google-Smtp-Source: ABdhPJyUim5e9pHHMifbYzMw77E1dUklze9AipVmBtmLAVQKy142zJwXyX5rENYYXJsuBfOx5tzKxw== X-Received: by 2002:a05:6512:2215:b0:473:c124:434b with SMTP id h21-20020a056512221500b00473c124434bmr3049278lfu.24.1652960003454; Thu, 19 May 2022 04:33:23 -0700 (PDT) Received: from [192.168.0.17] (78-11-189-27.static.ip.netia.com.pl. [78.11.189.27]) by smtp.gmail.com with ESMTPSA id 189-20020a2e09c6000000b00253b5bb829esm556593ljj.98.2022.05.19.04.33.21 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 19 May 2022 04:33:22 -0700 (PDT) Message-ID: Date: Thu, 19 May 2022 13:33:21 +0200 Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 Subject: Re: [PATCH v2 4/5] dt-bindings: net: Add documentation for optional regulators Content-Language: en-US To: Mark Brown Cc: Corentin Labbe , andrew@lunn.ch, calvin.johnson@oss.nxp.com, davem@davemloft.net, edumazet@google.com, hkallweit1@gmail.com, jernej.skrabec@gmail.com, krzysztof.kozlowski+dt@linaro.org, kuba@kernel.org, lgirdwood@gmail.com, linux@armlinux.org.uk, pabeni@redhat.com, robh+dt@kernel.org, samuel@sholland.org, wens@csie.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@lists.linux.dev, netdev@vger.kernel.org References: <20220518200939.689308-1-clabbe@baylibre.com> <20220518200939.689308-5-clabbe@baylibre.com> <95f3f0a4-17e6-ec5f-6f2f-23a5a4993a44@linaro.org> From: Krzysztof Kozlowski In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 19/05/2022 13:31, Mark Brown wrote: > On Thu, May 19, 2022 at 11:55:28AM +0200, Krzysztof Kozlowski wrote: >> On 18/05/2022 22:09, Corentin Labbe wrote: > >>> + regulators: >>> + description: >>> + List of phandle to regulators needed for the PHY > >> I don't understand that... is your PHY defining the regulators or using >> supplies? If it needs a regulator (as a supply), you need to document >> supplies, using existing bindings. > > They're trying to have a generic driver which works with any random PHY > so the binding has no idea what supplies it might need. OK, that makes sense, but then question is why not using existing naming, so "supplies" and "supply-names"? Best regards, Krzysztof