diff options
| author | Giulio Benetti <[email protected]> | 2021-05-20 16:10:17 +0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2021-06-09 13:04:00 +0200 |
| commit | 42b967216ed7e575f640ccfed38abb2ec27de3cd (patch) | |
| tree | 673b3336c4dd83dea9384b5dff9dc955c8073fe8 | |
| parent | 9b91484a892e48fa4ca7cb91137baa277e2f3908 (diff) | |
ARM: dts: imxrt1050-evk: enable usbotg1 node as host
Enable usbotg1 port node as host usb.
Signed-off-by: Giulio Benetti <[email protected]>
| -rw-r--r-- | arch/arm/dts/imxrt1050-evk.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/imxrt1050-evk.dts b/arch/arm/dts/imxrt1050-evk.dts index 81db1a446d0..324cf7af96d 100644 --- a/arch/arm/dts/imxrt1050-evk.dts +++ b/arch/arm/dts/imxrt1050-evk.dts @@ -260,3 +260,8 @@ }; }; }; + +&usbotg1 { + dr_mode = "host"; + status = "okay"; +}; |
