[RFC v1 2/5] dt-bindings: clock: mediatek: add address-cells and size-cells to ethsys

From: Frank Wunderlich
Date: Sun May 05 2024 - 12:53:09 EST


From: Frank Wunderlich <frank-w@xxxxxxxxxxxxxxx>

Add missing properties already used in mt7986a.dtsi.

Signed-off-by: Frank Wunderlich <frank-w@xxxxxxxxxxxxxxx>
---
.../devicetree/bindings/clock/mediatek,ethsys.yaml | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/clock/mediatek,ethsys.yaml b/Documentation/devicetree/bindings/clock/mediatek,ethsys.yaml
index f9cddacc2eae..ce953a35f307 100644
--- a/Documentation/devicetree/bindings/clock/mediatek,ethsys.yaml
+++ b/Documentation/devicetree/bindings/clock/mediatek,ethsys.yaml
@@ -32,12 +32,18 @@ properties:
reg:
maxItems: 1

+ "#address-cells":
+ const: 1
+
"#clock-cells":
const: 1

"#reset-cells":
const: 1

+ "#size-cells":
+ const: 1
+
required:
- reg
- "#clock-cells"
--
2.34.1