Commit e8061ea9 authored by Rob Herring (Arm)'s avatar Rob Herring (Arm) Committed by Gregory CLEMENT
Browse files

arm64: dts: marvell: Add missing "#phy-cells" to "usb-nop-xceiv"



The "usb-nop-xceiv" binding requires "#phy-cells" property with a value
of 0 though it is not really used. Add it where missing from Marvell
platforms.

Signed-off-by: default avatarRob Herring (Arm) <robh@kernel.org>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent 8f0b4cce
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@ exp_usb3_vbus: usb3-vbus {

	usb3_phy: usb3-phy {
		compatible = "usb-nop-xceiv";
		#phy-cells = <0>;
		vcc-supply = <&exp_usb3_vbus>;
	};

+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ reg_usb3_vbus: usb3-vbus {

	usb3_phy: usb3-phy {
		compatible = "usb-nop-xceiv";
		#phy-cells = <0>;
		vcc-supply = <&reg_usb3_vbus>;
	};

+2 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@ cp0_reg_usb3_1_vbus: cp0-usb3-1-vbus {

	cp0_usb3_0_phy: cp0-usb3-0-phy {
		compatible = "usb-nop-xceiv";
		#phy-cells = <0>;
		vcc-supply = <&cp0_reg_usb3_0_vbus>;
	};

@@ -65,6 +66,7 @@ cp1_reg_usb3_0_vbus: cp1-usb3-0-vbus {

	cp1_usb3_0_phy: cp1-usb3-0-phy {
		compatible = "usb-nop-xceiv";
		#phy-cells = <0>;
		vcc-supply = <&cp1_reg_usb3_0_vbus>;
	};
};
+2 −0
Original line number Diff line number Diff line
@@ -47,10 +47,12 @@ cp0_reg_usb3_vbus1: regulator-2 {

	cp0_usb3_0_phy0: usb-phy-1 {
		compatible = "usb-nop-xceiv";
		#phy-cells = <0>;
	};

	cp0_usb3_0_phy1: usb-phy-2 {
		compatible = "usb-nop-xceiv";
		#phy-cells = <0>;
		vcc-supply = <&cp0_reg_usb3_vbus1>;
	};

+2 −0
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@ cp0_reg_usb3_vbus0: regulator-2 {

	cp0_usb3_0_phy0: usb-phy-1 {
		compatible = "usb-nop-xceiv";
		#phy-cells = <0>;
		vcc-supply = <&cp0_reg_usb3_vbus0>;
	};

@@ -64,6 +65,7 @@ cp0_reg_usb3_vbus1: regulator-3 {

	cp0_usb3_0_phy1: usb-phy-2 {
		compatible = "usb-nop-xceiv";
		#phy-cells = <0>;
		vcc-supply = <&cp0_reg_usb3_vbus1>;
	};

Loading