2023-11-03 22:43:40

by Elliot Berman

[permalink] [raw]
Subject: [RESEND PATCH v2] dt-bindings: qcom,pdc: Add compatible for SM8550

From: Abel Vesa <[email protected]>

Document the compatible for SM8550 PDC.

Signed-off-by: Abel Vesa <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Elliot Berman <[email protected]>
---
I noticed this patch was never picked up while running make dtbs_check.
No changes since it was last sent except the trivial rebase that came
from me picking the change up.

Original patch:
https://lore.kernel.org/lkml/[email protected]/

.../devicetree/bindings/interrupt-controller/qcom,pdc.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml
index 4847b04be1a1..e613145f658b 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml
+++ b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml
@@ -40,6 +40,7 @@ properties:
- qcom,sm8250-pdc
- qcom,sm8350-pdc
- qcom,sm8450-pdc
+ - qcom,sm8550-pdc
- const: qcom,pdc

reg:
--
2.41.0


2023-11-06 14:11:02

by Rob Herring

[permalink] [raw]
Subject: Re: [RESEND PATCH v2] dt-bindings: qcom,pdc: Add compatible for SM8550


On Fri, 03 Nov 2023 15:43:03 -0700, Elliot Berman wrote:
> From: Abel Vesa <[email protected]>
>
> Document the compatible for SM8550 PDC.
>
> Signed-off-by: Abel Vesa <[email protected]>
> Reviewed-by: Krzysztof Kozlowski <[email protected]>
> Signed-off-by: Elliot Berman <[email protected]>
> ---
> I noticed this patch was never picked up while running make dtbs_check.
> No changes since it was last sent except the trivial rebase that came
> from me picking the change up.
>
> Original patch:
> https://lore.kernel.org/lkml/[email protected]/
>
> .../devicetree/bindings/interrupt-controller/qcom,pdc.yaml | 1 +
> 1 file changed, 1 insertion(+)
>

Applied, thanks!

2023-11-06 14:13:00

by Neil Armstrong

[permalink] [raw]
Subject: Re: [RESEND PATCH v2] dt-bindings: qcom,pdc: Add compatible for SM8550

Hi Rob,

On 06/11/2023 15:10, Rob Herring wrote:
>
> On Fri, 03 Nov 2023 15:43:03 -0700, Elliot Berman wrote:
>> From: Abel Vesa <[email protected]>
>>
>> Document the compatible for SM8550 PDC.
>>
>> Signed-off-by: Abel Vesa <[email protected]>
>> Reviewed-by: Krzysztof Kozlowski <[email protected]>
>> Signed-off-by: Elliot Berman <[email protected]>
>> ---
>> I noticed this patch was never picked up while running make dtbs_check.
>> No changes since it was last sent except the trivial rebase that came
>> from me picking the change up.
>>
>> Original patch:
>> https://lore.kernel.org/lkml/[email protected]/
>>
>> .../devicetree/bindings/interrupt-controller/qcom,pdc.yaml | 1 +
>> 1 file changed, 1 insertion(+)
>>
>
> Applied, thanks!
>

Thanks for applying, same problem will appear for sm8650,
do you think you can also pick it ?

https://lore.kernel.org/all/20231025-topic-sm8650-upstream-bindings-pdc-v1-1-42f62cc9858c@linaro.org/

Thanks,
Neil