From 80d8223ed4145841dafc18d1ad22c548ce5e0ff4 Mon Sep 17 00:00:00 2001 From: Russell King Date: Mon, 29 Jun 2020 23:16:21 +0100 Subject: phy: armada-38x: further augmentation of setup Further augmentation of the comphy setup. Signed-off-by: Russell King --- arch/arm/boot/dts/armada-38x.dtsi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'arch') diff --git a/arch/arm/boot/dts/armada-38x.dtsi b/arch/arm/boot/dts/armada-38x.dtsi index 9b1a24cc5e91..404943b5cdac 100644 --- a/arch/arm/boot/dts/armada-38x.dtsi +++ b/arch/arm/boot/dts/armada-38x.dtsi @@ -342,8 +342,9 @@ comphy: phy@18300 { compatible = "marvell,armada-380-comphy"; - reg-names = "comphy", "conf"; - reg = <0x18300 0x100>, <0x18460 4>; + reg-names = "comphy", "pipe", "conf"; + reg = <0x18300 0x100>, <0xa0000 0x3000>, + <0x18460 4>; #address-cells = <1>; #size-cells = <0>; -- cgit