ARM: dts: r9a06g032: Add USB PHY DT support
authorHerve Codina <herve.codina@bootlin.com>
Fri, 29 Apr 2022 13:41:42 +0000 (15:41 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 6 May 2022 09:09:34 +0000 (11:09 +0200)
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>
arch/arm/boot/dts/r9a06g032.dtsi

index a72c58efdd78dce8a6a22fb9cba4ea51d3149d3a..b94a4a36c41b21edbb5042543f76c7470497105f 100644 (file)
                        <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
                        <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>;
        };
+
+       usbphy: usb-phy {
+               #phy-cells = <0>;
+               compatible = "usb-nop-xceiv";
+               status = "disabled";
+       };
 };