Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

+5 -6
+5 -6
arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
··· 487 487 status = "disabled"; 488 488 }; 489 489 490 - usbphy0: usbphy@0 { 491 - #phy-cells = <0>; 492 - compatible = "usb-nop-xceiv"; 493 - status = "okay"; 494 - }; 495 - 496 490 usb0: usb@ffb00000 { 497 491 compatible = "snps,dwc2"; 498 492 reg = <0xffb00000 0x40000>; ··· 632 638 }; 633 639 }; 634 640 }; 641 + }; 642 + 643 + usbphy0: usbphy0 { 644 + compatible = "usb-nop-xceiv"; 645 + #phy-cells = <0>; 635 646 }; 636 647 };