projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6de298f
)
arm64: dts: socfpga: stratix10: fix dtbs_check warning for usbphy
author
Dinh Nguyen
<dinguyen@kernel.org>
Sat, 24 Jun 2023 15:10:12 +0000
(10:10 -0500)
committer
Dinh Nguyen
<dinguyen@kernel.org>
Mon, 10 Jul 2023 00:45:07 +0000
(19:45 -0500)
soc: usbphy@0: 'anyOf' conditional failed, one must be fixed:
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
index 55abc578e0ecdfea0921d319b52284cca83c786c..1c846f13539c60f035c80d3bcadd5e0f12b78e43 100644
(file)
--- a/
arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
+++ b/
arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
@@
-487,12
+487,6
@@
status = "disabled";
};
- usbphy0: usbphy@0 {
- #phy-cells = <0>;
- compatible = "usb-nop-xceiv";
- status = "okay";
- };
-
usb0: usb@ffb00000 {
compatible = "snps,dwc2";
reg = <0xffb00000 0x40000>;
@@
-639,4
+633,9
@@
};
};
};
+
+ usbphy0: usbphy0 {
+ compatible = "usb-nop-xceiv";
+ #phy-cells = <0>;
+ };
};