
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)