summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBalaji Selvanathan <[email protected]>2026-03-24 21:16:55 +0530
committerCasey Connolly <[email protected]>2026-04-27 12:38:44 +0200
commit40be682633456b5547982445c4ce77f96fc7a4e1 (patch)
treedad34a94bbfca5bc692b33f611133137eabf4c75
parent714baccc338095ee8aeca8c9d6366ea9bfdc1eda (diff)
dts: qcs6490-rb3gen2: Remove USB controller dr_mode override
Remove the USB controller dr_mode override from the u-boot device tree. The upstream Linux device tree already configures the USB controller with dr_mode = "otg", which supports both host and peripheral modes including fastboot. The previous override to "host" mode prevented fastboot from working as it requires peripheral mode support. By removing this override, the upstream OTG configuration is inherited, enabling fastboot while maintaining host mode capability through the usb-role-switch property. Signed-off-by: Balaji Selvanathan <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Casey Connolly <[email protected]>
-rw-r--r--arch/arm/dts/qcs6490-rb3gen2-u-boot.dtsi4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/dts/qcs6490-rb3gen2-u-boot.dtsi b/arch/arm/dts/qcs6490-rb3gen2-u-boot.dtsi
index 8d4871135fa..c3ec4a317f7 100644
--- a/arch/arm/dts/qcs6490-rb3gen2-u-boot.dtsi
+++ b/arch/arm/dts/qcs6490-rb3gen2-u-boot.dtsi
@@ -17,10 +17,6 @@
};
};
-&usb_1 {
- dr_mode = "host";
-};
-
// RAM Entry 0 : Base 0x0080000000 Size 0x003A800000
// RAM Entry 1 : Base 0x00C0000000 Size 0x0001800000
// RAM Entry 2 : Base 0x00C3400000 Size 0x003CC00000