[PATCH v2 1/3] dt-bindings: arm: qcom: add sa8775p-ride Rev 3

Bartosz Golaszewski posted 3 patches 1 year, 5 months ago
There is a newer version of this series
[PATCH v2 1/3] dt-bindings: arm: qcom: add sa8775p-ride Rev 3
Posted by Bartosz Golaszewski 1 year, 5 months ago
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Document the compatible for revision 3 of the sa8775p-ride board.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
 Documentation/devicetree/bindings/arm/qcom.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index ec1c10a12470..000037f4a712 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -895,6 +895,7 @@ properties:
       - items:
           - enum:
               - qcom,sa8775p-ride
+              - qcom,sa8775p-ride-r3
           - const: qcom,sa8775p
 
       - items:
-- 
2.43.0
Re: [PATCH v2 1/3] dt-bindings: arm: qcom: add sa8775p-ride Rev 3
Posted by Krzysztof Kozlowski 1 year, 5 months ago
On 25/06/2024 17:14, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> 
> Document the compatible for revision 3 of the sa8775p-ride board.
> 
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> ---
>  Documentation/devicetree/bindings/arm/qcom.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
> index ec1c10a12470..000037f4a712 100644
> --- a/Documentation/devicetree/bindings/arm/qcom.yaml
> +++ b/Documentation/devicetree/bindings/arm/qcom.yaml
> @@ -895,6 +895,7 @@ properties:
>        - items:
>            - enum:
>                - qcom,sa8775p-ride
> +              - qcom,sa8775p-ride-r3

The board is not compatible with earlier revision?

Best regards,
Krzysztof
Re: [PATCH v2 1/3] dt-bindings: arm: qcom: add sa8775p-ride Rev 3
Posted by Bartosz Golaszewski 1 year, 5 months ago
On Wed, Jun 26, 2024 at 11:00 AM Krzysztof Kozlowski <krzk@kernel.org> wrote:
>
> On 25/06/2024 17:14, Bartosz Golaszewski wrote:
> > From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> >
> > Document the compatible for revision 3 of the sa8775p-ride board.
> >
> > Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> > ---
> >  Documentation/devicetree/bindings/arm/qcom.yaml | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
> > index ec1c10a12470..000037f4a712 100644
> > --- a/Documentation/devicetree/bindings/arm/qcom.yaml
> > +++ b/Documentation/devicetree/bindings/arm/qcom.yaml
> > @@ -895,6 +895,7 @@ properties:
> >        - items:
> >            - enum:
> >                - qcom,sa8775p-ride
> > +              - qcom,sa8775p-ride-r3
>
> The board is not compatible with earlier revision?
>

In what way? Can you run the same DTB on both? Sure. Will ethernet
work in both cases? No.

Bart
Re: [PATCH v2 1/3] dt-bindings: arm: qcom: add sa8775p-ride Rev 3
Posted by Krzysztof Kozlowski 1 year, 5 months ago
On 26/06/2024 13:02, Bartosz Golaszewski wrote:
> On Wed, Jun 26, 2024 at 11:00 AM Krzysztof Kozlowski <krzk@kernel.org> wrote:
>>
>> On 25/06/2024 17:14, Bartosz Golaszewski wrote:
>>> From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
>>>
>>> Document the compatible for revision 3 of the sa8775p-ride board.
>>>
>>> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
>>> ---
>>>  Documentation/devicetree/bindings/arm/qcom.yaml | 1 +
>>>  1 file changed, 1 insertion(+)
>>>
>>> diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
>>> index ec1c10a12470..000037f4a712 100644
>>> --- a/Documentation/devicetree/bindings/arm/qcom.yaml
>>> +++ b/Documentation/devicetree/bindings/arm/qcom.yaml
>>> @@ -895,6 +895,7 @@ properties:
>>>        - items:
>>>            - enum:
>>>                - qcom,sa8775p-ride
>>> +              - qcom,sa8775p-ride-r3
>>
>> The board is not compatible with earlier revision?
>>
> 
> In what way? Can you run the same DTB on both? Sure. Will ethernet
> work in both cases? No.

OK

Best regards,
Krzysztof