All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/7] dt-bindings: phy: mediatek,tphy: add support type of SGMII
@ 2022-08-19  9:13 ` Chunfeng Yun
  0 siblings, 0 replies; 69+ messages in thread
From: Chunfeng Yun @ 2022-08-19  9:13 UTC (permalink / raw)
  To: Vinod Koul, Rob Herring
  Cc: Chunfeng Yun, Kishon Vijay Abraham I, Krzysztof Kozlowski,
	Matthias Brugger, linux-arm-kernel, linux-mediatek, linux-phy,
	devicetree, linux-kernel, Eddie Hung

Add support ethernet SGMII, forgot to update type supported.

Fixes: c01608b3b46b ("dt-bindings: phy: mediatek: tphy: support type switch by pericfg")
Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
---
 Documentation/devicetree/bindings/phy/mediatek,tphy.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/phy/mediatek,tphy.yaml b/Documentation/devicetree/bindings/phy/mediatek,tphy.yaml
index b3e409988c17..848edfb1f677 100644
--- a/Documentation/devicetree/bindings/phy/mediatek,tphy.yaml
+++ b/Documentation/devicetree/bindings/phy/mediatek,tphy.yaml
@@ -163,6 +163,7 @@ patternProperties:
                 - PHY_TYPE_USB3
                 - PHY_TYPE_PCIE
                 - PHY_TYPE_SATA
+                - PHY_TYPE_SGMII
 
       nvmem-cells:
         items:
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 69+ messages in thread

end of thread, other threads:[~2022-09-14  6:34 UTC | newest]

Thread overview: 69+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-19  9:13 [PATCH 1/7] dt-bindings: phy: mediatek,tphy: add support type of SGMII Chunfeng Yun
2022-08-19  9:13 ` Chunfeng Yun
2022-08-19  9:13 ` Chunfeng Yun
2022-08-19  9:13 ` [PATCH 2/7] dt-bindings: phy: mediatek,tphy: add property to set pre-emphasis Chunfeng Yun
2022-08-19  9:13   ` Chunfeng Yun
2022-08-19  9:13   ` Chunfeng Yun
2022-08-19 12:15   ` Krzysztof Kozlowski
2022-08-19 12:15     ` Krzysztof Kozlowski
2022-08-19 12:15     ` Krzysztof Kozlowski
2022-08-22  7:07     ` Chunfeng Yun
2022-08-22  7:07       ` Chunfeng Yun
2022-08-22  7:07       ` Chunfeng Yun
2022-08-23 10:24       ` Krzysztof Kozlowski
2022-08-23 10:24         ` Krzysztof Kozlowski
2022-08-23 10:24         ` Krzysztof Kozlowski
2022-08-26  5:36         ` Chunfeng Yun
2022-08-26  5:36           ` Chunfeng Yun
2022-08-26  5:36           ` Chunfeng Yun
2022-08-26  6:36           ` Krzysztof Kozlowski
2022-08-26  6:36             ` Krzysztof Kozlowski
2022-08-26  6:36             ` Krzysztof Kozlowski
2022-08-29  2:37             ` Chunfeng Yun
2022-08-29  2:37               ` Chunfeng Yun
2022-08-29  2:37               ` Chunfeng Yun
2022-08-30 10:08               ` Krzysztof Kozlowski
2022-08-30 10:08                 ` Krzysztof Kozlowski
2022-08-30 10:08                 ` Krzysztof Kozlowski
2022-08-31  3:00                 ` Chunfeng Yun
2022-08-31  3:00                   ` Chunfeng Yun
2022-08-31  3:00                   ` Chunfeng Yun
2022-08-31  6:03                   ` Krzysztof Kozlowski
2022-08-31  6:03                     ` Krzysztof Kozlowski
2022-08-31  6:03                     ` Krzysztof Kozlowski
2022-09-08  1:45                     ` Chunfeng Yun
2022-09-08  1:45                       ` Chunfeng Yun
2022-09-08  1:45                       ` Chunfeng Yun
2022-09-09  3:03                     ` Chunfeng Yun
2022-09-09  3:03                       ` Chunfeng Yun
2022-09-09  3:03                       ` Chunfeng Yun
2022-09-09  8:27                       ` Krzysztof Kozlowski
2022-09-09  8:27                         ` Krzysztof Kozlowski
2022-09-09  8:27                         ` Krzysztof Kozlowski
2022-09-14  5:42                         ` Chunfeng Yun
2022-09-14  5:42                           ` Chunfeng Yun
2022-09-14  5:42                           ` Chunfeng Yun
2022-08-19  9:13 ` [PATCH 3/7] phy: phy-mtk-tphy: " Chunfeng Yun
2022-08-19  9:13   ` Chunfeng Yun
2022-08-19  9:13   ` Chunfeng Yun
2022-08-19  9:13 ` [PATCH 4/7] phy: phy-mtk-tphy: disable hardware efuse when set INTR Chunfeng Yun
2022-08-19  9:13   ` Chunfeng Yun
2022-08-19  9:13   ` Chunfeng Yun
2022-08-19  9:13 ` [PATCH 5/7] phy: phy-mtk-tphy: disable gpio mode for all usb2 phys Chunfeng Yun
2022-08-19  9:13   ` Chunfeng Yun
2022-08-19  9:13   ` Chunfeng Yun
2022-08-19  9:13 ` [PATCH 6/7] phy: phy-mtk-tphy: set utmi 0 register in init() ops Chunfeng Yun
2022-08-19  9:13   ` Chunfeng Yun
2022-08-19  9:13   ` Chunfeng Yun
2022-08-19  9:13 ` [PATCH 7/7] phy: phy-mtk-tphy: fix the phy type setting issue Chunfeng Yun
2022-08-19  9:13   ` Chunfeng Yun
2022-08-19  9:13   ` Chunfeng Yun
2022-08-22 18:25 ` [PATCH 1/7] dt-bindings: phy: mediatek,tphy: add support type of SGMII Rob Herring
2022-08-22 18:25   ` Rob Herring
2022-08-22 18:25   ` Rob Herring
2022-08-23 20:44 ` Nícolas F. R. A. Prado
2022-08-23 20:44   ` Nícolas F. R. A. Prado
2022-08-23 20:44   ` Nícolas F. R. A. Prado
2022-08-29  6:30   ` Chunfeng Yun
2022-08-29  6:30     ` Chunfeng Yun
2022-08-29  6:30     ` Chunfeng Yun

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.