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: Add USB PHY DT support

Define the r9a06g032 generic part of the USB PHY device node.

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

authored by

Herve Codina and committed by
Geert Uytterhoeven
47f02f88 627632dc

+6
+6
arch/arm/boot/dts/r9a06g032.dtsi
··· 316 316 <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>, 317 317 <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>; 318 318 }; 319 + 320 + usbphy: usb-phy { 321 + #phy-cells = <0>; 322 + compatible = "usb-nop-xceiv"; 323 + status = "disabled"; 324 + }; 319 325 };