diff mbox series

[2/5] dt-bindings: clock: qcom: ipq4019: add missing networking resets

Message ID 20240522101437.225880-2-robert.marko@sartura.hr
State Superseded
Delegated to: Caleb Connolly
Headers show
Series [1/5] clock: qcom: ipq4019: add ESS clock | expand

Commit Message

Robert Marko May 22, 2024, 10:13 a.m. UTC
Add bindings for the missing networking resets found in IPQ4019 GCC.
This syncs the bindigs with Linux.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
---
 include/dt-bindings/clock/qcom,gcc-ipq4019.h | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Caleb Connolly May 22, 2024, 4:22 p.m. UTC | #1
Hi Robert,

On 22/05/2024 12:13, Robert Marko wrote:
> Add bindings for the missing networking resets found in IPQ4019 GCC.
> This syncs the bindigs with Linux.

These bindings are already synced from Linux in dts/upstream/include/...

You should be able to just delete this vendored file instead.

Kind regards,
> 
> Signed-off-by: Robert Marko <robert.marko@sartura.hr>
> ---
>   include/dt-bindings/clock/qcom,gcc-ipq4019.h | 6 ++++++
>   1 file changed, 6 insertions(+)
> 
> diff --git a/include/dt-bindings/clock/qcom,gcc-ipq4019.h b/include/dt-bindings/clock/qcom,gcc-ipq4019.h
> index 7e8a7be6dc..fa05878575 100644
> --- a/include/dt-bindings/clock/qcom,gcc-ipq4019.h
> +++ b/include/dt-bindings/clock/qcom,gcc-ipq4019.h
> @@ -165,5 +165,11 @@
>   #define GCC_QDSS_BCR					69
>   #define GCC_MPM_BCR					70
>   #define GCC_SPDM_BCR					71
> +#define ESS_MAC1_ARES					72
> +#define ESS_MAC2_ARES					73
> +#define ESS_MAC3_ARES					74
> +#define ESS_MAC4_ARES					75
> +#define ESS_MAC5_ARES					76
> +#define ESS_PSGMII_ARES					77
>   
>   #endif
Robert Marko May 22, 2024, 5:03 p.m. UTC | #2
On Wed, May 22, 2024 at 6:22 PM Caleb Connolly
<caleb.connolly@linaro.org> wrote:
>
> Hi Robert,
>
> On 22/05/2024 12:13, Robert Marko wrote:
> > Add bindings for the missing networking resets found in IPQ4019 GCC.
> > This syncs the bindigs with Linux.
>
> These bindings are already synced from Linux in dts/upstream/include/...
>
> You should be able to just delete this vendored file instead.

Thanks for the tip, indeed it can just be removed.

Regards,
Robert
>
> Kind regards,
> >
> > Signed-off-by: Robert Marko <robert.marko@sartura.hr>
> > ---
> >   include/dt-bindings/clock/qcom,gcc-ipq4019.h | 6 ++++++
> >   1 file changed, 6 insertions(+)
> >
> > diff --git a/include/dt-bindings/clock/qcom,gcc-ipq4019.h b/include/dt-bindings/clock/qcom,gcc-ipq4019.h
> > index 7e8a7be6dc..fa05878575 100644
> > --- a/include/dt-bindings/clock/qcom,gcc-ipq4019.h
> > +++ b/include/dt-bindings/clock/qcom,gcc-ipq4019.h
> > @@ -165,5 +165,11 @@
> >   #define GCC_QDSS_BCR                                        69
> >   #define GCC_MPM_BCR                                 70
> >   #define GCC_SPDM_BCR                                        71
> > +#define ESS_MAC1_ARES                                        72
> > +#define ESS_MAC2_ARES                                        73
> > +#define ESS_MAC3_ARES                                        74
> > +#define ESS_MAC4_ARES                                        75
> > +#define ESS_MAC5_ARES                                        76
> > +#define ESS_PSGMII_ARES                                      77
> >
> >   #endif
>
> --
> // Caleb (they/them)
diff mbox series

Patch

diff --git a/include/dt-bindings/clock/qcom,gcc-ipq4019.h b/include/dt-bindings/clock/qcom,gcc-ipq4019.h
index 7e8a7be6dc..fa05878575 100644
--- a/include/dt-bindings/clock/qcom,gcc-ipq4019.h
+++ b/include/dt-bindings/clock/qcom,gcc-ipq4019.h
@@ -165,5 +165,11 @@ 
 #define GCC_QDSS_BCR					69
 #define GCC_MPM_BCR					70
 #define GCC_SPDM_BCR					71
+#define ESS_MAC1_ARES					72
+#define ESS_MAC2_ARES					73
+#define ESS_MAC3_ARES					74
+#define ESS_MAC4_ARES					75
+#define ESS_MAC5_ARES					76
+#define ESS_PSGMII_ARES					77
 
 #endif