summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/phy/marvell,mmp3-hsic-phy.yaml
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2020-09-26 01:58:27 +0200
committerVinod Koul <vkoul@kernel.org>2020-11-02 19:55:45 +0530
commitee19f644c4594d1b8382f1538c19396f92c3c171 (patch)
tree5988caa919c8779d4cb1ba4404fc82df76e50c45 /Documentation/devicetree/bindings/phy/marvell,mmp3-hsic-phy.yaml
parentc36f74566cef6b2a377c8830ee216677ddb12706 (diff)
dt-bindings: phy: Drop reset-gpios from marvell,mmp3-hsic-phy
This has been added in error -- the PHY block doesn't have a reset pin. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Reviewed-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20200925235828.228626-2-lkundrak@v3.sk Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/phy/marvell,mmp3-hsic-phy.yaml')
-rw-r--r--Documentation/devicetree/bindings/phy/marvell,mmp3-hsic-phy.yaml7
1 files changed, 0 insertions, 7 deletions
diff --git a/Documentation/devicetree/bindings/phy/marvell,mmp3-hsic-phy.yaml b/Documentation/devicetree/bindings/phy/marvell,mmp3-hsic-phy.yaml
index 00609ace677c..30e290c57930 100644
--- a/Documentation/devicetree/bindings/phy/marvell,mmp3-hsic-phy.yaml
+++ b/Documentation/devicetree/bindings/phy/marvell,mmp3-hsic-phy.yaml
@@ -18,27 +18,20 @@ properties:
maxItems: 1
description: base address of the device
- reset-gpios:
- maxItems: 1
- description: GPIO connected to reset
-
"#phy-cells":
const: 0
required:
- compatible
- reg
- - reset-gpios
- "#phy-cells"
additionalProperties: false
examples:
- |
- #include <dt-bindings/gpio/gpio.h>
hsic-phy@f0001800 {
compatible = "marvell,mmp3-hsic-phy";
reg = <0xf0001800 0x40>;
- reset-gpios = <&gpio 63 GPIO_ACTIVE_HIGH>;
#phy-cells = <0>;
};