From: Wadim Egorov Date: Mon, 10 Jun 2024 13:33:46 +0000 (+0200) Subject: arm: dts: k3-am625-phyboard-lyra-rdk: Enable usb port in u-boot X-Git-Url: http://git.dujemihanovic.xyz/html/index.html?a=commitdiff_plain;h=6ad83912a48f78aa4ab9995d2efc01c3a62dbb7a;p=u-boot.git arm: dts: k3-am625-phyboard-lyra-rdk: Enable usb port in u-boot Enable usb0 in all boot phases for use with DFU. Signed-off-by: Wadim Egorov Reviewed-by: Daniel Schultz --- diff --git a/arch/arm/dts/k3-am625-phyboard-lyra-rdk-u-boot.dtsi b/arch/arm/dts/k3-am625-phyboard-lyra-rdk-u-boot.dtsi index 7c76acc0d5..2bc5acbec2 100644 --- a/arch/arm/dts/k3-am625-phyboard-lyra-rdk-u-boot.dtsi +++ b/arch/arm/dts/k3-am625-phyboard-lyra-rdk-u-boot.dtsi @@ -168,6 +168,15 @@ bootph-all; }; +&usbss0 { + bootph-all; +}; + +&usb0 { + dr_mode = "peripheral"; + bootph-all; +}; + &vcc_3v3_mmc { bootph-all; };