summaryrefslogtreecommitdiff
path: root/arch/arm/dts/armada-37xx.dtsi
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2021-11-26 14:57:13 +0100
committerStefan Roese <sr@denx.de>2021-12-19 09:50:47 +0100
commitd368e10705146b7ca61a712b202045013493e1b2 (patch)
tree986497ba4369b0bc72542cdcbcd658f18a63ac75 /arch/arm/dts/armada-37xx.dtsi
parent6324d68039656922d077289dc4d2f4dccfde2e93 (diff)
downloadu-boot-d368e10705146b7ca61a712b202045013493e1b2.tar.gz
phy: marvell: a3700: Convert to official DT bindings in COMPHY driver
Convert A3720 common PHY driver to official DT bindings. This puts us closer to be able to synchronize A3720 device-trees with those from Linux. Signed-off-by: Pali Rohár <pali@kernel.org> Signed-off-by: Marek Behún <marek.behun@nic.cz> Cc: Konstantin Porotchkin <kostap@marvell.com> Cc: Robert Marko <robert.marko@sartura.hr> Cc: Luka Perkov <luka.perkov@sartura.hr> Cc: Marcin Wojtas <mw@semihalf.com> Cc: Grzegorz Jaszczyk <jaz@semihalf.com> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/arm/dts/armada-37xx.dtsi')
-rw-r--r--arch/arm/dts/armada-37xx.dtsi20
1 files changed, 17 insertions, 3 deletions
diff --git a/arch/arm/dts/armada-37xx.dtsi b/arch/arm/dts/armada-37xx.dtsi
index fec34609cf..bef6ef03df 100644
--- a/arch/arm/dts/armada-37xx.dtsi
+++ b/arch/arm/dts/armada-37xx.dtsi
@@ -316,9 +316,23 @@
compatible = "marvell,mvebu-comphy", "marvell,comphy-armada-3700";
reg = <0x18300 0x28>,
<0x1f300 0x3d000>;
- mux-bitcount = <4>;
- mux-lane-order = <1 0 2>;
- max-lanes = <3>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ comphy0: phy@0 {
+ reg = <0>;
+ #phy-cells = <1>;
+ };
+
+ comphy1: phy@1 {
+ reg = <1>;
+ #phy-cells = <1>;
+ };
+
+ comphy2: phy@2 {
+ reg = <2>;
+ #phy-cells = <1>;
+ };
};
};