From 436f597abaab035357048be173ee03a8f86e0e29 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 31 Oct 2023 09:38:46 +0100 Subject: [PATCH] board/aarch64: alder: Explicitly set USB role This silences warnings from the kernel about implicitly selecting host mode. --- board/aarch64/dts/alder/alder.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/board/aarch64/dts/alder/alder.dtsi b/board/aarch64/dts/alder/alder.dtsi index 4fa4193f..31c75cd7 100644 --- a/board/aarch64/dts/alder/alder.dtsi +++ b/board/aarch64/dts/alder/alder.dtsi @@ -302,6 +302,7 @@ &cp0_utmi1 { status = "okay"; + dr_mode = "host"; }; &cp0_usb3_1 {