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 B0599C433EF for ; Mon, 21 Mar 2022 12:05:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344863AbiCUMGc (ORCPT ); Mon, 21 Mar 2022 08:06:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49434 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347227AbiCUMGP (ORCPT ); Mon, 21 Mar 2022 08:06:15 -0400 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 19A3A59393; Mon, 21 Mar 2022 05:04:50 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: kholk11) with ESMTPSA id 664B51F41849 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1647864289; bh=lmrlQJ9djdppGyq+A3UlcSOYdy2Qdz/frLpm/cikP2E=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=ol3UOBmgbzQIxgG7b4jbZXD5kS42ICi7d2ZwTAi+8sf/8LkjIsz99svb2gvxAi2V1 4F/aoSkKjgt34DklrfGgc3W73F5GTPUtniMlR9OOjB8A8Xt4HpL9RWuSJHDqUveRDy 1vJ1Bwjh3TXKEglHp32WPz2aGCDLg+QbSskSc/un/1dgJMQ4E2O+Dp4MR+xM4hVLrO b0hJLLyNZezyPNTfxzMzabLy9XSeFooM6PR84jXLGgBVcP4L07w7ZgxoFpNsv6uQ4E n8fTN6C4uLy3r0JttVLZI5Q9p9EGBeOB4y1i/5kl7/D3QieDDu7eIiFmiLZdlBIqTE fJ65piVjo4BuQ== Message-ID: <480fe795-1813-e5f7-fe1b-756d917e1fe0@collabora.com> Date: Mon, 21 Mar 2022 13:04:46 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.1 Subject: Re: [PATCH v4 05/22] arm64: dts: mt8192: Add usb-phy node Content-Language: en-US To: Allen-KH Cheng , Matthias Brugger , Rob Herring , Krzysztof Kozlowski Cc: Project_Global_Chrome_Upstream_Group@mediatek.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, Chen-Yu Tsai , Ryder Lee , Hui Liu References: <20220318144534.17996-1-allen-kh.cheng@mediatek.com> <20220318144534.17996-6-allen-kh.cheng@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20220318144534.17996-6-allen-kh.cheng@mediatek.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Il 18/03/22 15:45, Allen-KH Cheng ha scritto: > Add xhci node for mt8192 SoC. > > Signed-off-by: Allen-KH Cheng Reviewed-by: AngeloGioacchino Del Regno > --- > arch/arm64/boot/dts/mediatek/mt8192.dtsi | 22 ++++++++++++++++++++++ > 1 file changed, 22 insertions(+) >