From: Herve Codina Date: Fri, 29 Apr 2022 13:41:42 +0000 (+0200) Subject: ARM: dts: r9a06g032: Add USB PHY DT support X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=47f02f883883d6e318a06cb7c05c8a7bed2c17ce;p=linux.git ARM: dts: r9a06g032: Add USB PHY DT support Define the r9a06g032 generic part of the USB PHY device node. Signed-off-by: Herve Codina Link: https://lore.kernel.org/r/20220429134143.628428-7-herve.codina@bootlin.com Signed-off-by: Geert Uytterhoeven --- diff --git a/arch/arm/boot/dts/r9a06g032.dtsi b/arch/arm/boot/dts/r9a06g032.dtsi index a72c58efdd78..b94a4a36c41b 100644 --- a/arch/arm/boot/dts/r9a06g032.dtsi +++ b/arch/arm/boot/dts/r9a06g032.dtsi @@ -316,4 +316,10 @@ , ; }; + + usbphy: usb-phy { + #phy-cells = <0>; + compatible = "usb-nop-xceiv"; + status = "disabled"; + }; };