diff options
author | Christian Hewitt <[email protected]> | 2023-01-27 10:39:13 +0000 |
---|---|---|
committer | Neil Armstrong <[email protected]> | 2023-01-27 14:19:31 +0100 |
commit | ce43ea00b927805c1fd0450ccc9b4b6069e292c5 (patch) | |
tree | dee1e66501898300df01cd495bdb9b3e2428781b | |
parent | 527c9552f5f8a99b6c31bfb39e9470cec07faf49 (diff) |
arm64: dts: meson: radxa-zero: allow usb otg mode
Setting dr_mode to "host" prevents otg which can be useful on a board
with limited connectivity options. So don't force host mode.
Fixes: 26d1400f7457 ("arm64: dts: amlogic: add support for Radxa Zero")
Signed-off-by: Christian Hewitt <[email protected]>
Acked-by: Neil Armstrong <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Neil Armstrong <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-g12a-radxa-zero.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12a-radxa-zero.dts b/arch/arm64/boot/dts/amlogic/meson-g12a-radxa-zero.dts index e3bb6df42ff3..cf0a9be83fc4 100644 --- a/arch/arm64/boot/dts/amlogic/meson-g12a-radxa-zero.dts +++ b/arch/arm64/boot/dts/amlogic/meson-g12a-radxa-zero.dts @@ -401,5 +401,4 @@ &usb { status = "okay"; - dr_mode = "host"; }; |