[PATCH 3/8] dt-bindings: soc: qcom: eud: Add compatible for sm8450

Elson Roy Serrao posted 8 patches 1 year, 6 months ago
[PATCH 3/8] dt-bindings: soc: qcom: eud: Add compatible for sm8450
Posted by Elson Roy Serrao 1 year, 6 months ago
Document the EUD compatible for sm8450 SoC.

Signed-off-by: Elson Roy Serrao <quic_eserrao@quicinc.com>
---
 Documentation/devicetree/bindings/soc/qcom/qcom,eud.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,eud.yaml b/Documentation/devicetree/bindings/soc/qcom/qcom,eud.yaml
index 0fa4608568d0..d7a913bd5edb 100644
--- a/Documentation/devicetree/bindings/soc/qcom/qcom,eud.yaml
+++ b/Documentation/devicetree/bindings/soc/qcom/qcom,eud.yaml
@@ -18,6 +18,7 @@ properties:
     items:
       - enum:
           - qcom,sc7280-eud
+          - qcom,sm8450-eud
       - const: qcom,eud
 
   reg:
-- 
2.17.1
Re: [PATCH 3/8] dt-bindings: soc: qcom: eud: Add compatible for sm8450
Posted by Krzysztof Kozlowski 1 year, 6 months ago
On 31/07/2024 00:24, Elson Roy Serrao wrote:
> Document the EUD compatible for sm8450 SoC.
> 
> Signed-off-by: Elson Roy Serrao <quic_eserrao@quicinc.com>
> ---
>  Documentation/devicetree/bindings/soc/qcom/qcom,eud.yaml | 1 +

This should be squashed with the previous patches or the previous
patches should explain why the properties are missing in existing
binding, but everything was fine.

You add new device with all its new quirks or properties. Adding
"compatible" alone is not a change itself.

Best regards,
Krzysztof