mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
d4b4bc98bb
Replace clock drivers for MT7988 with backported upstream commits. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
38 lines
1.2 KiB
Diff
38 lines
1.2 KiB
Diff
From 4f7eb19c4f44078100659f6ba073b0cc7191bc91 Mon Sep 17 00:00:00 2001
|
|
From: Daniel Golle <daniel@makrotopia.org>
|
|
Date: Sun, 19 Mar 2023 12:57:04 +0000
|
|
Subject: [PATCH 2/2] dt-bindings: net: pcs: mediatek,sgmiisys: add MT7981 SoC
|
|
|
|
Add mediatek,pnswap boolean property needed on many boards using the
|
|
MediaTek MT7981 SoC.
|
|
|
|
Reviewed-by: Rob Herring <robh@kernel.org>
|
|
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
|
---
|
|
.../devicetree/bindings/net/pcs/mediatek,sgmiisys.yaml | 6 ++++++
|
|
1 file changed, 6 insertions(+)
|
|
|
|
--- a/Documentation/devicetree/bindings/net/pcs/mediatek,sgmiisys.yaml
|
|
+++ b/Documentation/devicetree/bindings/net/pcs/mediatek,sgmiisys.yaml
|
|
@@ -19,6 +19,8 @@ properties:
|
|
- enum:
|
|
- mediatek,mt7622-sgmiisys
|
|
- mediatek,mt7629-sgmiisys
|
|
+ - mediatek,mt7981-sgmiisys_0
|
|
+ - mediatek,mt7981-sgmiisys_1
|
|
- mediatek,mt7986-sgmiisys_0
|
|
- mediatek,mt7986-sgmiisys_1
|
|
- const: syscon
|
|
@@ -29,6 +31,10 @@ properties:
|
|
'#clock-cells':
|
|
const: 1
|
|
|
|
+ mediatek,pnswap:
|
|
+ description: Invert polarity of the SGMII data lanes
|
|
+ type: boolean
|
|
+
|
|
required:
|
|
- compatible
|
|
- reg
|