2022-03-03 09:30:49

by Bhupesh Sharma

[permalink] [raw]
Subject: [PATCH v3 1/6] dt-bindings: net: qcom,ethqos: Document SM8150 SoC compatible

From: Vinod Koul <[email protected]>

SM8150 has a ethernet controller and needs a different configuration so
add a new compatible for this

Acked-by: Rob Herring <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
---
Documentation/devicetree/bindings/net/qcom,ethqos.txt | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/net/qcom,ethqos.txt b/Documentation/devicetree/bindings/net/qcom,ethqos.txt
index fcf5035810b5..1f5746849a71 100644
--- a/Documentation/devicetree/bindings/net/qcom,ethqos.txt
+++ b/Documentation/devicetree/bindings/net/qcom,ethqos.txt
@@ -7,7 +7,9 @@ This device has following properties:

Required properties:

-- compatible: Should be qcom,qcs404-ethqos"
+- compatible: Should be one of:
+ "qcom,qcs404-ethqos"
+ "qcom,sm8150-ethqos"

- reg: Address and length of the register set for the device

--
2.35.1


2022-03-09 02:10:03

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH v3 1/6] dt-bindings: net: qcom,ethqos: Document SM8150 SoC compatible

On Thu 03 Mar 02:48 CST 2022, Bhupesh Sharma wrote:

> From: Vinod Koul <[email protected]>
>
> SM8150 has a ethernet controller and needs a different configuration so
> add a new compatible for this
>
> Acked-by: Rob Herring <[email protected]>
> Signed-off-by: Vinod Koul <[email protected]>

As you pass on Vinod's patch, you need to add your signed-off-by to
certify the origin of the patch.

Also please resubmit it (alone) to the networking list.

Regards,
Bjorn

> ---
> Documentation/devicetree/bindings/net/qcom,ethqos.txt | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/net/qcom,ethqos.txt b/Documentation/devicetree/bindings/net/qcom,ethqos.txt
> index fcf5035810b5..1f5746849a71 100644
> --- a/Documentation/devicetree/bindings/net/qcom,ethqos.txt
> +++ b/Documentation/devicetree/bindings/net/qcom,ethqos.txt
> @@ -7,7 +7,9 @@ This device has following properties:
>
> Required properties:
>
> -- compatible: Should be qcom,qcs404-ethqos"
> +- compatible: Should be one of:
> + "qcom,qcs404-ethqos"
> + "qcom,sm8150-ethqos"
>
> - reg: Address and length of the register set for the device
>
> --
> 2.35.1
>