Skip to content

Commit e8061ea

Browse files
robherringgclement
authored andcommitted
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: Rob Herring (Arm) <robh@kernel.org> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
1 parent 8f0b4cc commit e8061ea

7 files changed

Lines changed: 11 additions & 0 deletions

File tree

arch/arm64/boot/dts/marvell/armada-3720-db.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141

4242
usb3_phy: usb3-phy {
4343
compatible = "usb-nop-xceiv";
44+
#phy-cells = <0>;
4445
vcc-supply = <&exp_usb3_vbus>;
4546
};
4647

arch/arm64/boot/dts/marvell/armada-3720-espressobin-ultra.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737

3838
usb3_phy: usb3-phy {
3939
compatible = "usb-nop-xceiv";
40+
#phy-cells = <0>;
4041
vcc-supply = <&reg_usb3_vbus>;
4142
};
4243

arch/arm64/boot/dts/marvell/armada-8040-db.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151

5252
cp0_usb3_0_phy: cp0-usb3-0-phy {
5353
compatible = "usb-nop-xceiv";
54+
#phy-cells = <0>;
5455
vcc-supply = <&cp0_reg_usb3_0_vbus>;
5556
};
5657

@@ -65,6 +66,7 @@
6566

6667
cp1_usb3_0_phy: cp1-usb3-0-phy {
6768
compatible = "usb-nop-xceiv";
69+
#phy-cells = <0>;
6870
vcc-supply = <&cp1_reg_usb3_0_vbus>;
6971
};
7072
};

arch/arm64/boot/dts/marvell/cn9130-crb.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,12 @@
4747

4848
cp0_usb3_0_phy0: usb-phy-1 {
4949
compatible = "usb-nop-xceiv";
50+
#phy-cells = <0>;
5051
};
5152

5253
cp0_usb3_0_phy1: usb-phy-2 {
5354
compatible = "usb-nop-xceiv";
55+
#phy-cells = <0>;
5456
vcc-supply = <&cp0_reg_usb3_vbus1>;
5557
};
5658

arch/arm64/boot/dts/marvell/cn9130-db.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050

5151
cp0_usb3_0_phy0: usb-phy-1 {
5252
compatible = "usb-nop-xceiv";
53+
#phy-cells = <0>;
5354
vcc-supply = <&cp0_reg_usb3_vbus0>;
5455
};
5556

@@ -64,6 +65,7 @@
6465

6566
cp0_usb3_0_phy1: usb-phy-2 {
6667
compatible = "usb-nop-xceiv";
68+
#phy-cells = <0>;
6769
vcc-supply = <&cp0_reg_usb3_vbus1>;
6870
};
6971

arch/arm64/boot/dts/marvell/cn9131-db.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232
cp1_usb3_0_phy0: usb-phy-3 {
3333
compatible = "usb-nop-xceiv";
34+
#phy-cells = <0>;
3435
vcc-supply = <&cp1_reg_usb3_vbus0>;
3536
};
3637

arch/arm64/boot/dts/marvell/cn9132-db.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
cp2_usb3_0_phy0: usb-phy-4 {
3030
compatible = "usb-nop-xceiv";
31+
#phy-cells = <0>;
3132
vcc-supply = <&cp2_reg_usb3_vbus0>;
3233
};
3334

@@ -42,6 +43,7 @@
4243

4344
cp2_usb3_0_phy1: usb-phy-5 {
4445
compatible = "usb-nop-xceiv";
46+
#phy-cells = <0>;
4547
vcc-supply = <&cp2_reg_usb3_vbus1>;
4648
};
4749

0 commit comments

Comments
 (0)