From: Rob Herring <robh@kernel.org>
To: Yijie Yang <quic_yijiyang@quicinc.com>
Cc: Vinod Koul <vkoul@kernel.org>,
Andrew Lunn <andrew+netdev@lunn.ch>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Bhupesh Sharma <bhupesh.sharma@linaro.org>,
Alexandre Torgue <alexandre.torgue@foss.st.com>,
Giuseppe Cavallaro <peppe.cavallaro@st.com>,
Jose Abreu <joabreu@synopsys.com>,
Maxime Coquelin <mcoquelin.stm32@gmail.com>,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
netdev@vger.kernel.org, linux-arm-msm@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-stm32@st-md-mailman.stormreply.com,
linux-arm-kernel@lists.infradead.org, quic_tingweiz@quicinc.com,
quic_aiquny@quicinc.com, quic_tengfan@quicinc.com,
quic_jiegan@quicinc.com, quic_jingyw@quicinc.com,
quic_jsuraj@quicinc.com
Subject: Re: [PATCH 1/3] dt-bindings: net: qcom,ethqos: revise description for qcs615
Date: Tue, 19 Nov 2024 11:41:56 -0600 [thread overview]
Message-ID: <20241119174156.GA1862978-robh@kernel.org> (raw)
In-Reply-To: <20241118-schema-v1-1-11b7c1583c0c@quicinc.com>
On Mon, Nov 18, 2024 at 02:16:50PM +0800, Yijie Yang wrote:
> The core version of EMAC on qcs615 has minor differences compared to that
> on sm8150. During the bring-up routine, the loopback bit needs to be set,
> and the Power-On Reset (POR) status of the registers isn't entirely
> consistent with sm8150 either.
> Therefore, it should be treated as a separate entity rather than a
> fallback option.
'revise description' is not very specific. 'Drop fallback compatible for
qcom,qcs615-ethqos' would be better.
However, this is an ABI change. You could leave the binding/dts alone
and only change the kernel driver to match on qcom,qcs615-ethqos to
achieve what you need. If there's a reason why the ABI change is okay,
then you need to detail that. Did the driver never work? Are there no
users yet?
>
> Fixes: 32535b9410b8 ("dt-bindings: net: qcom,ethqos: add description for qcs615")
> Signed-off-by: Yijie Yang <quic_yijiyang@quicinc.com>
> ---
> Documentation/devicetree/bindings/net/qcom,ethqos.yaml | 5 +----
> 1 file changed, 1 insertion(+), 4 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/net/qcom,ethqos.yaml b/Documentation/devicetree/bindings/net/qcom,ethqos.yaml
> index 0bcd593a7bd093d4475908d82585c36dd6b3a284..576a52742ff45d4984388bbc0fcc91fa91bab677 100644
> --- a/Documentation/devicetree/bindings/net/qcom,ethqos.yaml
> +++ b/Documentation/devicetree/bindings/net/qcom,ethqos.yaml
> @@ -23,12 +23,9 @@ properties:
> - enum:
> - qcom,qcs8300-ethqos
> - const: qcom,sa8775p-ethqos
> - - items:
> - - enum:
> - - qcom,qcs615-ethqos
> - - const: qcom,sm8150-ethqos
> - enum:
> - qcom,qcs404-ethqos
> + - qcom,qcs615-ethqos
> - qcom,sa8775p-ethqos
> - qcom,sc8280xp-ethqos
> - qcom,sm8150-ethqos
>
> --
> 2.34.1
>
next prev parent reply other threads:[~2024-11-19 17:41 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-18 6:16 [PATCH 0/3] Add standalone ethernet MAC entries for qcs615 Yijie Yang
2024-11-18 6:16 ` [PATCH 1/3] dt-bindings: net: qcom,ethqos: revise description " Yijie Yang
2024-11-19 17:41 ` Rob Herring [this message]
2024-11-22 1:17 ` Yijie Yang
2024-11-18 6:16 ` [PATCH 2/3] dt-bindings: net: snps,dwmac: add " Yijie Yang
2024-11-18 6:16 ` [PATCH 3/3] net: stmmac: dwmac-qcom-ethqos: add support for EMAC on qcs615 platforms Yijie Yang
2024-11-19 11:18 ` [PATCH 0/3] Add standalone ethernet MAC entries for qcs615 Paolo Abeni
2024-11-22 1:20 ` Yijie Yang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241119174156.GA1862978-robh@kernel.org \
--to=robh@kernel.org \
--cc=alexandre.torgue@foss.st.com \
--cc=andrew+netdev@lunn.ch \
--cc=bhupesh.sharma@linaro.org \
--cc=conor+dt@kernel.org \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=edumazet@google.com \
--cc=joabreu@synopsys.com \
--cc=krzk+dt@kernel.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=kuba@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=peppe.cavallaro@st.com \
--cc=quic_aiquny@quicinc.com \
--cc=quic_jiegan@quicinc.com \
--cc=quic_jingyw@quicinc.com \
--cc=quic_jsuraj@quicinc.com \
--cc=quic_tengfan@quicinc.com \
--cc=quic_tingweiz@quicinc.com \
--cc=quic_yijiyang@quicinc.com \
--cc=vkoul@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).