Commit 87c3cdec authored by Neil Armstrong's avatar Neil Armstrong Committed by Vinod Koul

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: default avatarNeil Armstrong <narmstrong@baylibre.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20201116101647.73448-3-narmstrong@baylibre.comSigned-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 76aefb22
...@@ -24,7 +24,7 @@ properties: ...@@ -24,7 +24,7 @@ properties:
const: amlogic,axg-mipi-pcie-analog-phy const: amlogic,axg-mipi-pcie-analog-phy
"#phy-cells": "#phy-cells":
const: 1 const: 0
required: required:
- compatible - compatible
...@@ -36,5 +36,5 @@ examples: ...@@ -36,5 +36,5 @@ examples:
- | - |
mpphy: phy { mpphy: phy {
compatible = "amlogic,axg-mipi-pcie-analog-phy"; compatible = "amlogic,axg-mipi-pcie-analog-phy";
#phy-cells = <1>; #phy-cells = <0>;
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment