Message ID | 20230814104119.96858-1-robert.marko@sartura.hr (mailing list archive) |
---|---|
State | Accepted |
Commit | 268edfe96ab8de82f1ba64a2098610e256bd6db7 |
Headers | show |
Series | [1/2] dt-bindings: clock: qcom: ipq4019: add missing networking resets | expand |
On 14/08/2023 12:40, Robert Marko wrote: > Add bindings for the missing networking resets found in IPQ4019 GCC. > > Signed-off-by: Robert Marko <robert.marko@sartura.hr> > --- > include/dt-bindings/clock/qcom,gcc-ipq4019.h | 6 ++++++ > 1 file changed, 6 insertions(+) > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Mon, 14 Aug 2023 12:40:23 +0200, Robert Marko wrote: > Add bindings for the missing networking resets found in IPQ4019 GCC. > > Applied, thanks! [1/2] dt-bindings: clock: qcom: ipq4019: add missing networking resets commit: 268edfe96ab8de82f1ba64a2098610e256bd6db7 [2/2] clk: qcom: gcc-ipq4019: add missing networking resets commit: 9bc66f973988dc4adc29d36824423448f8da8feb Best regards,
diff --git a/include/dt-bindings/clock/qcom,gcc-ipq4019.h b/include/dt-bindings/clock/qcom,gcc-ipq4019.h index 7e8a7be6dcda..fa0587857547 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
Add bindings for the missing networking resets found in IPQ4019 GCC. Signed-off-by: Robert Marko <robert.marko@sartura.hr> --- include/dt-bindings/clock/qcom,gcc-ipq4019.h | 6 ++++++ 1 file changed, 6 insertions(+)