OSDN Git Service

dt-bindings: phy: amlogic,meson-axg-mipi-pcie-analog: remove phy cell parameter
authorNeil Armstrong <narmstrong@baylibre.com>
Mon, 16 Nov 2020 10:16:46 +0000 (11:16 +0100)
committerVinod Koul <vkoul@kernel.org>
Fri, 20 Nov 2020 09:53:33 +0000 (15:23 +0530)
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>
Documentation/devicetree/bindings/phy/amlogic,meson-axg-mipi-pcie-analog.yaml

index 702763a..4d01f31 100644 (file)
@@ -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>;
     };