Skip to content

Commit 5dad11f

Browse files
author
Dinh Nguyen
committed
arm64: dts: socfpga: stratix10: fix dtbs_check warning for usbphy
soc: usbphy@0: 'anyOf' conditional failed, one must be fixed: Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
1 parent 6de298f commit 5dad11f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -487,12 +487,6 @@
487487
status = "disabled";
488488
};
489489

490-
usbphy0: usbphy@0 {
491-
#phy-cells = <0>;
492-
compatible = "usb-nop-xceiv";
493-
status = "okay";
494-
};
495-
496490
usb0: usb@ffb00000 {
497491
compatible = "snps,dwc2";
498492
reg = <0xffb00000 0x40000>;
@@ -639,4 +633,9 @@
639633
};
640634
};
641635
};
636+
637+
usbphy0: usbphy0 {
638+
compatible = "usb-nop-xceiv";
639+
#phy-cells = <0>;
640+
};
642641
};

0 commit comments

Comments
 (0)