diff options
author | Benjamin Hahn | 2024-02-08 13:03:10 +0100 |
---|---|---|
committer | Fabio Estevam | 2024-02-08 10:11:46 -0300 |
commit | 199229e28b2b2da57c52ee46452f930785cf6002 (patch) | |
tree | 07174494a9cc05a3fbe962e6d16cbbd5e547896b /arch | |
parent | 04bd6d9af4784821c29af252540626df807ba819 (diff) |
phycore-imx8mp: add USB mass storage support
add support for USB mass storage to USB0 port of phyBOARD Pollux.
tested with "ums 0 mmc 2"
Signed-off-by: Benjamin Hahn <B.Hahn@phytec.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/imx8mp-phyboard-pollux-rdk-u-boot.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/imx8mp-phyboard-pollux-rdk-u-boot.dtsi b/arch/arm/dts/imx8mp-phyboard-pollux-rdk-u-boot.dtsi index 1c7b2505499..b4efff27a70 100644 --- a/arch/arm/dts/imx8mp-phyboard-pollux-rdk-u-boot.dtsi +++ b/arch/arm/dts/imx8mp-phyboard-pollux-rdk-u-boot.dtsi @@ -70,6 +70,10 @@ bootph-pre-ram; }; +&usb_dwc3_0 { + dr_mode = "peripheral"; +}; + &usdhc2 { bootph-pre-ram; }; |