We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac959c commit edfac96Copy full SHA for edfac96
arch/arm64/boot/dts/arm/juno-base.dtsi
@@ -768,15 +768,15 @@
768
};
769
770
771
- ohci@7ffb0000 {
+ usb@7ffb0000 {
772
compatible = "generic-ohci";
773
reg = <0x0 0x7ffb0000 0x0 0x10000>;
774
interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>;
775
iommus = <&smmu_usb 0>;
776
clocks = <&soc_usb48mhz>;
777
778
779
- ehci@7ffc0000 {
+ usb@7ffc0000 {
780
compatible = "generic-ehci";
781
reg = <0x0 0x7ffc0000 0x0 0x10000>;
782
interrupts = <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>;
0 commit comments