On Tue, Jun 18, 2024 at 09:49:02AM +0200, Lorenzo Bianconi wrote:
quoted
Introduce device-tree binding documentation for Airoha EN7581 ethernet
mac controller.
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
---
This patch is based on the following one not applied yet on clk tree:
dt-bindings: clock: airoha: Add reset support to EN7581 clock binding
https://patchwork.kernel.org/project/linux-clk/patch/ac557b6f4029cb3428d4c0ed1582d0c602481fb6.1718282056.git.lorenzo@kernel.org/
---
.../bindings/net/airoha,en7581.yaml | 106 ++++++++++++++++++
1 file changed, 106 insertions(+)
create mode 100644 Documentation/devicetree/bindings/net/airoha,en7581.yaml
diff --git a/Documentation/devicetree/bindings/net/airoha,en7581.yaml b/Documentation/devicetree/bindings/net/airoha,en7581.yaml
new file mode 100644
index 000000000000..09e7b5eed3ae
--- /dev/null
+++ b/Documentation/devicetree/bindings/net/airoha,en7581.yaml
quoted
+properties:
+ compatible:
+ enum:
+ - airoha,en7581-eth
Actually, one other thing - filename matching compatible please.
ack, I will fix in v3.
Rregards,
Lorenzo