summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/phy/mediatek,tphy.yaml
diff options
context:
space:
mode:
authorChunfeng Yun <chunfeng.yun@mediatek.com>2021-03-16 17:22:23 +0800
committerVinod Koul <vkoul@kernel.org>2021-03-25 12:49:35 +0530
commit5c977c69c8b2be793b3f5a11a97addabdea47f8b (patch)
tree9663c08fff1d21107ca4aeff9be1b13f57d8053c /Documentation/devicetree/bindings/phy/mediatek,tphy.yaml
parent9dbccfef1dde12279bbe71eaaf25ac13024f5a28 (diff)
dt-bindings: phy: mediatek: tphy: change patternProperties
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. Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com> Link: https://lore.kernel.org/r/20210316092232.9806-4-chunfeng.yun@mediatek.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/phy/mediatek,tphy.yaml')
-rw-r--r--Documentation/devicetree/bindings/phy/mediatek,tphy.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/phy/mediatek,tphy.yaml b/Documentation/devicetree/bindings/phy/mediatek,tphy.yaml
index c5b436ad6239..b8a7651a3d9a 100644
--- a/Documentation/devicetree/bindings/phy/mediatek,tphy.yaml
+++ b/Documentation/devicetree/bindings/phy/mediatek,tphy.yaml
@@ -118,7 +118,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.