mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 08:51:13 +00:00
28 lines
862 B
Diff
28 lines
862 B
Diff
|
From 53cac0823f86c39eb4b00e2c9a7b2483a4182008 Mon Sep 17 00:00:00 2001
|
||
|
From: Robert Marko <robert.marko@sartura.hr>
|
||
|
Date: Mon, 14 Aug 2023 12:37:58 +0200
|
||
|
Subject: [PATCH 1/2] dt-bindings: clock: qcom: ipq4019: add missing networking
|
||
|
resets
|
||
|
|
||
|
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(+)
|
||
|
|
||
|
--- 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
|