Commit 05b57273 authored by Shawn Lin's avatar Shawn Lin Committed by Bjorn Helgaas

dt-bindings: phy-rockchip-pcie: Convert to per-lane PHY model

Deprecate the legacy Rockchip PCIe PHY and encourage users to use per-lane
PHY mode by setting #phy-cells to 1.
Signed-off-by: default avatarShawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
Reviewed-by: default avatarBrian Norris <briannorris@chromium.org>
Acked-by: default avatarRob Herring <robh@kernel.org>
parent 7a55b570
...@@ -3,7 +3,6 @@ Rockchip PCIE PHY ...@@ -3,7 +3,6 @@ Rockchip PCIE PHY
Required properties: Required properties:
- compatible: rockchip,rk3399-pcie-phy - compatible: rockchip,rk3399-pcie-phy
- #phy-cells: must be 0
- clocks: Must contain an entry in clock-names. - clocks: Must contain an entry in clock-names.
See ../clocks/clock-bindings.txt for details. See ../clocks/clock-bindings.txt for details.
- clock-names: Must be "refclk" - clock-names: Must be "refclk"
...@@ -11,6 +10,12 @@ Required properties: ...@@ -11,6 +10,12 @@ Required properties:
See ../reset/reset.txt for details. See ../reset/reset.txt for details.
- reset-names: Must be "phy" - reset-names: Must be "phy"
Required properties for legacy PHY mode (deprecated):
- #phy-cells: must be 0
Required properties for per-lane PHY mode (preferred):
- #phy-cells: must be 1
Example: Example:
grf: syscon@ff770000 { grf: syscon@ff770000 {
......
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