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 E6E9BC433EF for ; Thu, 7 Jul 2022 08:47:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232095AbiGGIq6 (ORCPT ); Thu, 7 Jul 2022 04:46:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33096 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235406AbiGGIqo (ORCPT ); Thu, 7 Jul 2022 04:46:44 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 17BE850707; Thu, 7 Jul 2022 01:46:44 -0700 (PDT) Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id B696B66019AF; Thu, 7 Jul 2022 09:46:41 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1657183602; bh=+RoEDtvlz7kX0ABpmjKMkzrvHUlXdJAQN4BA4t4KiEk=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=hIuT6QshTj2nHgBO7rIg/1trvSfx/lMT51tKLt7DNLCM5C74CZtk0++3hez1V4wol RpumqL9cqQKeX+wH7IrQtPNjHk0nC7j5OVPZ4qAcyfqlJSZOB3x2RlG7DL8A7msRyc WOmsvSbgjshYbnsjiJBBP3BKGubz7+cgy66YBBbUIERCexop8xcSIDVHBOpFhgGVwe SgP4GudwtXDtLW8JuLUR4b08xOOLZET8n2erjFh08AbjQX0rhnpmnryi8bsSD5nAxz ZXNJqVirkiaHKkvu1GHsya8jvEXMiYFUOxOUjOKFUWEa0k5MW4vi4u7w/94/auP8UB 0ymH5gA8XpKhg== Message-ID: <66db0f7e-6c42-562e-0f4e-4e741f17c979@collabora.com> Date: Thu, 7 Jul 2022 10:46:39 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: [PATCH] dt-bindings: usb: mtk-xhci: add compatible for mt8188 Content-Language: en-US To: Chunfeng Yun , Greg Kroah-Hartman , Rob Herring Cc: Krzysztof Kozlowski , Matthias Brugger , linux-usb@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20220707015041.12264-1-chunfeng.yun@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20220707015041.12264-1-chunfeng.yun@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 07/07/22 03:50, Chunfeng Yun ha scritto: > Add compatible for mt8188 > > Signed-off-by: Chunfeng Yun Reviewed-by: AngeloGioacchino Del Regno > --- > Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml b/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml > index 892718459d25..97d93119d088 100644 > --- a/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml > +++ b/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml > @@ -31,6 +31,7 @@ properties: > - mediatek,mt8173-xhci > - mediatek,mt8183-xhci > - mediatek,mt8186-xhci > + - mediatek,mt8188-xhci > - mediatek,mt8192-xhci > - mediatek,mt8195-xhci > - const: mediatek,mtk-xhci >