From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tao Ren Date: Wed, 4 Mar 2020 18:36:11 -0800 Subject: [PATCH v7 7/7] dt-bindings: usb: add documentation for aspeed usb-vhub In-Reply-To: <20200304161610.GA26873@bogus> References: <20200303062336.7361-1-rentao.bupt@gmail.com> <20200303062336.7361-8-rentao.bupt@gmail.com> <20200304161610.GA26873@bogus> Message-ID: <20200305023609.GA15787@taoren-ubuntu-R90MNF91> List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Wed, Mar 04, 2020 at 10:16:10AM -0600, Rob Herring wrote: > On Mon, 2 Mar 2020 22:23:36 -0800, rentao.bupt at gmail.com wrote: > > From: Tao Ren > > > > Add device tree binding documentation for the Aspeed USB 2.0 Virtual HUb > > Controller. > > > > Signed-off-by: Tao Ren > > Reviewed-by: Joel Stanley > > --- > > Changes in v7: > > - updated to dual license. > > - removed description for "reg" and "clocks" properties. > > - Added constraints (minimum/maximum/default) for vendor specific > > properties. > > Changes in v6: > > - added 2 required properties into example and passed "make > > dt_binding_check". > > Changes in v5: > > - updated maintainer to Ben. > > - refined patch description per Joel's suggestion. > > No change in v2/v3/v4: > > - the patch is added to the patch series since v4. > > > > .../bindings/usb/aspeed,usb-vhub.yaml | 77 +++++++++++++++++++ > > 1 file changed, 77 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/usb/aspeed,usb-vhub.yaml > > > > Reviewed-by: Rob Herring Thanks Rob. Cheers, Tao