diff options
author | 2024-12-20 11:15:16 +0530 | |
---|---|---|
committer | 2025-01-02 10:17:58 -0600 | |
commit | 3cc7633cab8b55a77c86aae3349d83ab1e13a5bb (patch) | |
tree | 1ae34e654c311cbae60b9c487887de68e4be4b7a | |
parent | arm64: dts: ti: k3-am62a: Remove duplicate GICR reg (diff) | |
download | linux-rng-3cc7633cab8b55a77c86aae3349d83ab1e13a5bb.tar.xz linux-rng-3cc7633cab8b55a77c86aae3349d83ab1e13a5bb.zip |
arm64: dts: ti: k3-am62p-j722s-common-main: Enable USB0 for DFU boot
Add the "bootph-all" property to the "usb0" device-tree node. This is
required for the USB0 instance of USB to be functional at all stages
of USB DFU boot.
Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
Reviewed-by: Roger Quadros <rogerq@kernel.org>
Link: https://lore.kernel.org/r/20241220054550.153360-1-s-vadapalli@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
-rw-r--r-- | arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi b/arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi index 39f5c2d12fad..6e3beb5c2e01 100644 --- a/arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi @@ -651,6 +651,7 @@ interrupt-names = "host", "peripheral"; maximum-speed = "high-speed"; dr_mode = "otg"; + bootph-all; snps,usb2-gadget-lpm-disable; snps,usb2-lpm-disable; }; |