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.

ARM: dts: r9a06g032: Link the PCI USB devices to the USB PHY

Describe the PCI USB devices that are behind the PCI bridge, adding
necessary links to the USB PHY device.

Signed-off-by: Herve Codina <herve.codina@bootlin.com>
Link: https://lore.kernel.org/r/20220429134143.628428-8-herve.codina@bootlin.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

authored by

Herve Codina and committed by
Geert Uytterhoeven
fcb30839 47f02f88

+12
+12
arch/arm/boot/dts/r9a06g032.dtsi
··· 144 144 interrupt-map = <0x0000 0 0 1 &gic GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH 145 145 0x0800 0 0 1 &gic GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH 146 146 0x1000 0 0 2 &gic GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>; 147 + 148 + usb@1,0 { 149 + reg = <0x800 0 0 0 0>; 150 + phys = <&usbphy>; 151 + phy-names = "usb"; 152 + }; 153 + 154 + usb@2,0 { 155 + reg = <0x1000 0 0 0 0>; 156 + phys = <&usbphy>; 157 + phy-names = "usb"; 158 + }; 147 159 }; 148 160 149 161 uart0: serial@40060000 {