diff mbox series

[next,v3,05/16] dt-bindings: phy: mediatek: tphy: change patternProperties

Message ID 20210201070016.41721-5-chunfeng.yun@mediatek.com
State Superseded
Headers show
Series None | expand

Commit Message

Chunfeng Yun (云春峰) Feb. 1, 2021, 7 a.m. UTC
The phy may be named as pcie-phy when the T-PHY only supports
PCIe mode, it's also the similar case for SATA, named as
sata-phy.

Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>

---
v2~v3: no changes
---
 Documentation/devicetree/bindings/phy/mediatek,tphy.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.18.0

Comments

Rob Herring Feb. 9, 2021, 8:49 p.m. UTC | #1
On Mon, 01 Feb 2021 15:00:05 +0800, Chunfeng Yun wrote:
> The phy may be named as pcie-phy when the T-PHY only supports

> PCIe mode, it's also the similar case for SATA, named as

> sata-phy.

> 

> Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>

> ---

> v2~v3: no changes

> ---

>  Documentation/devicetree/bindings/phy/mediatek,tphy.yaml | 2 +-

>  1 file changed, 1 insertion(+), 1 deletion(-)

> 


Reviewed-by: Rob Herring <robh@kernel.org>
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/phy/mediatek,tphy.yaml b/Documentation/devicetree/bindings/phy/mediatek,tphy.yaml
index 602e6ff45785..4f1733fd9a55 100644
--- a/Documentation/devicetree/bindings/phy/mediatek,tphy.yaml
+++ b/Documentation/devicetree/bindings/phy/mediatek,tphy.yaml
@@ -117,7 +117,7 @@  properties:
 
 # Required child node:
 patternProperties:
-  "^usb-phy@[0-9a-f]+$":
+  "^(usb|pcie|sata)-phy@[0-9a-f]+$":
     type: object
     description:
       A sub-node is required for each port the controller provides.