Re: [PATCH 2/3] phycore-imx8mp: add USB mass storage support

2024-01-30 Thread Fabio Estevam
On Mon, Jan 29, 2024 at 4:56 AM Benjamin Hahn wrote: > +_0 { > + status = "okay"; > + dr_mode = "peripheral"; > +}; Same comment as patch 1/3. Please sync the dts with Linux.

[PATCH 2/3] phycore-imx8mp: add USB mass storage support

2024-01-29 Thread Benjamin Hahn
add support for USB mass storage to USB0 port of phyBOARD Pollux. tested with "ums 0 mmc 2" Signed-off-by: Benjamin Hahn --- arch/arm/dts/imx8mp-phyboard-pollux-rdk-u-boot.dtsi | 13 + configs/phycore-imx8mp_defconfig| 7 +++ 2 files changed, 20