From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chunfeng Yun Date: Wed, 14 Oct 2020 10:46:53 +0800 Subject: [PATCH next v7 02/10] dt-bindings: usb: mtu3: add bindings for MediaTek USB3 DRD In-Reply-To: References: <1600420213-25974-1-git-send-email-chunfeng.yun@mediatek.com> <1600420213-25974-3-git-send-email-chunfeng.yun@mediatek.com> Message-ID: <1602643613.29336.68.camel@mhfsdcap03> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 2020-10-13 at 22:18 +0800, Bin Meng wrote: > On Fri, Sep 18, 2020 at 5:12 PM Chunfeng Yun wrote: > > > > Add dt-binding for MediaTek USB3 DRD Driver > > There are some differences compared to the one in the Linux kernel: Some properties are removed due to dual-role switch is not supported in Uboot. > https://github.com/torvalds/linux/blob/master/Documentation/devicetree/bindings/usb/mediatek%2Cmtu3.txt > > Please specify which kernel commit id the device bindings are referenced here. Ok, will add it in next version Thanks > > > > > Signed-off-by: Chunfeng Yun > > --- > > v5~v7: no changes > > > > v4: > > Add support host mode, introduce some new properties and subnode > > > > v2~v3: no changes > > --- > > doc/device-tree-bindings/usb/mediatek,mtu3.txt | 79 ++++++++++++++++++++++++++ > > 1 file changed, 79 insertions(+) > > create mode 100644 doc/device-tree-bindings/usb/mediatek,mtu3.txt > > > > Regards, > Bin