From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_NEOMUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 802ECC04AAC for ; Mon, 20 May 2019 11:43:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5D83320645 for ; Mon, 20 May 2019 11:43:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730353AbfETLnc (ORCPT ); Mon, 20 May 2019 07:43:32 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:34876 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729598AbfETLnc (ORCPT ); Mon, 20 May 2019 07:43:32 -0400 Received: from reginn.horms.nl (watermunt.horms.nl [80.127.179.77]) by kirsty.vergenet.net (Postfix) with ESMTPA id A365E25AD7A; Mon, 20 May 2019 21:43:29 +1000 (AEST) Received: by reginn.horms.nl (Postfix, from userid 7100) id B20D79404D4; Mon, 20 May 2019 13:43:27 +0200 (CEST) Date: Mon, 20 May 2019 13:43:27 +0200 From: Simon Horman To: Chris Brandt Cc: Rob Herring , Mark Rutland , Greg Kroah-Hartman , Yoshihiro Shimoda , Geert Uytterhoeven , Sergei Shtylyov , Chunfeng Yun , Kuninori Morimoto , linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH v4 13/13] ARM: dts: rza2mevb: Add USB Host support Message-ID: <20190520114326.fsv5bxgm6xbpxgqc@verge.net.au> References: <20190515152048.42363-1-chris.brandt@renesas.com> <20190515152048.42363-14-chris.brandt@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190515152048.42363-14-chris.brandt@renesas.com> Organisation: Horms Solutions BV User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org On Wed, May 15, 2019 at 10:20:48AM -0500, Chris Brandt wrote: > Enable USB Host support for both the Type-C connector on the CPU board > and the Type-A plug on the sub board. > > Both boards are also capable of USB Device operation as well after the > appropriate Device Tree modifications. > > Signed-off-by: Chris Brandt > Reviewed-by: Geert Uytterhoeven Thanks Chris, applied for inclusion in v5.3.