diff options
author | Chunfeng Yun <chunfeng.yun@mediatek.com> | 2021-03-16 12:22:23 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2021-03-25 10:19:35 +0300 |
commit | 5c977c69c8b2be793b3f5a11a97addabdea47f8b (patch) | |
tree | 9663c08fff1d21107ca4aeff9be1b13f57d8053c | |
parent | 9dbccfef1dde12279bbe71eaaf25ac13024f5a28 (diff) | |
download | linux-5c977c69c8b2be793b3f5a11a97addabdea47f8b.tar.xz |
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>
-rw-r--r-- | Documentation/devicetree/bindings/phy/mediatek,tphy.yaml | 2 |
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. |