summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/phy/amlogic,meson-axg-mipi-pcie-analog.yaml
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2020-11-16 11:16:46 +0100
committerVinod Koul <vkoul@kernel.org>2020-11-20 15:23:33 +0530
commit87c3cdecb3d5150270f1529ac140e7d0c192ba9d (patch)
treebeb24c100d6c1a20d97c7c86aec5cad3d024d3eb /Documentation/devicetree/bindings/phy/amlogic,meson-axg-mipi-pcie-analog.yaml
parent76aefb221146dbe0de124f566329c76d5dcf118a (diff)
dt-bindings: phy: amlogic,meson-axg-mipi-pcie-analog: remove phy cell parameter
The Amlogic AXG MIPI + PCIe Analog PHY provides function for both PCIe and MIPI DSI at the same time, and is not exclusive. Thus remove the invalid phy cell parameter. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Acked-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20201116101647.73448-3-narmstrong@baylibre.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/phy/amlogic,meson-axg-mipi-pcie-analog.yaml')
-rw-r--r--Documentation/devicetree/bindings/phy/amlogic,meson-axg-mipi-pcie-analog.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/phy/amlogic,meson-axg-mipi-pcie-analog.yaml b/Documentation/devicetree/bindings/phy/amlogic,meson-axg-mipi-pcie-analog.yaml
index 702763a84dac..4d01f3124e1c 100644
--- a/Documentation/devicetree/bindings/phy/amlogic,meson-axg-mipi-pcie-analog.yaml
+++ b/Documentation/devicetree/bindings/phy/amlogic,meson-axg-mipi-pcie-analog.yaml
@@ -24,7 +24,7 @@ properties:
const: amlogic,axg-mipi-pcie-analog-phy
"#phy-cells":
- const: 1
+ const: 0
required:
- compatible
@@ -36,5 +36,5 @@ examples:
- |
mpphy: phy {
compatible = "amlogic,axg-mipi-pcie-analog-phy";
- #phy-cells = <1>;
+ #phy-cells = <0>;
};