Re: [PATCH 0/2] Add MUSB for MT7623

From: Sungbo Eo
Date: Wed Aug 04 2021 - 21:37:01 EST


Hi Matthias,
Thanks for your kind review.

On 2021-08-05 00:01, Matthias Brugger wrote:
> Hi Sungbo,
>
> On 03/08/2021 17:13, Sungbo Eo wrote:
>> These patches add support for the MUSB controller on Mediatek MT7623.
>> Tested on Mercury RUSH-318AC Wi-Fi router.
>>
>
> Nice to see you are working on Mediatek devices.
> Are you planning to add the device tree for the router to the kernel? I'd be
> happy to see them submitted.

Actually I've never thought about it.
My router device is not for public sale, and the device might have been
locked up in recent versions, so I don't think anyone can ever use it
for that specific model.
Come to think of it, I've tried another model before, which is more in
public, I might submit its device tree if it gets ready someday.

Thanks.

>
> Regards,
> Matthias
>
>> I got to know this from a BPI-R2 forum post [1], and managed to make it work on OpenWrt snapshot.
>> I'd like to know if this also works on BPI-R2, I can happily share the details if needed.
>> And I've just copy & pasted nodes from mt2701, please let me know if I missed some big differences between SoCs...
>>
>> [1] http://forum.banana-pi.org/t/bpi-r2-otg-port/10551
>>
>> Sungbo Eo (2):
>> dt-bindings: usb: mtk-musb: add MT7623 compatible
>> arm: dts: mt7623: add musb device nodes
>>
>> .../bindings/usb/mediatek,musb.yaml | 1 +
>> arch/arm/boot/dts/mt7623.dtsi | 34 +++++++++++++++++++
>> arch/arm/boot/dts/mt7623a.dtsi | 4 +++
>> 3 files changed, 39 insertions(+)
>>