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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id ABFBDECAAD3 for ; Tue, 6 Sep 2022 02:16:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232796AbiIFCQB (ORCPT ); Mon, 5 Sep 2022 22:16:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54154 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230116AbiIFCQA (ORCPT ); Mon, 5 Sep 2022 22:16:00 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4586F40BEE for ; Mon, 5 Sep 2022 19:15:59 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id E26EBB815C9 for ; Tue, 6 Sep 2022 02:15:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EB740C433C1; Tue, 6 Sep 2022 02:15:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662430556; bh=Z0WjJze/6qJEWAeBtQEZP+JPpyO9/cronhLVLLntnzE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YU7W5GWz7ejF7oGBY1fJFE1mdkiAfKZZVq1/GTs7GxACpklSa7ryE6p56E9151W3k 9q+C4t4TUoXKDUz+1+seQQYpq087U/RFv4eCrzJJIQiQQUUKci7sbUXElH6dqwoFZs dXksk27+oV2dzgkRny42/locZ95YiT+C35jJvdxXxnFOxk2CKv0Nr6iAtCX7Kx8rTo bVukq/hgdiDlJ8eJxFRYz52jLR2j+hhIgh6plyP0yrk9FKoA1Pkee8c1bHrZE1G3Ts aSD2rESEJvuhFyL7Rf5ZquIwuPpsffjwNKqnVluYgpXkwk/AGYk2TVDj2jo9p+xchx n0+bVZqM3G6qw== Date: Tue, 6 Sep 2022 10:15:50 +0800 From: Shawn Guo To: Alexander Stein Cc: Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Tim Harvey , Jun Li Subject: Re: [PATCH v3 1/1] arm64: dts: tqma8mpql: add USB DR support Message-ID: <20220906021550.GN1728671@dragon> References: <20220905073730.199462-1-alexander.stein@ew.tq-group.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220905073730.199462-1-alexander.stein@ew.tq-group.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, Sep 05, 2022 at 09:37:30AM +0200, Alexander Stein wrote: > Add support for USB DR on USB1 interface. Host/Device detection is done > using the usb-role-switch connector. > > Signed-off-by: Alexander Stein Applied, thanks!