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 042BCC678DB for ; Fri, 24 Feb 2023 08:35:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229779AbjBXIe7 (ORCPT ); Fri, 24 Feb 2023 03:34:59 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49298 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229765AbjBXIe6 (ORCPT ); Fri, 24 Feb 2023 03:34:58 -0500 Received: from mail-ed1-x532.google.com (mail-ed1-x532.google.com [IPv6:2a00:1450:4864:20::532]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5EAA12A6DA for ; Fri, 24 Feb 2023 00:34:56 -0800 (PST) Received: by mail-ed1-x532.google.com with SMTP id da10so53100342edb.3 for ; Fri, 24 Feb 2023 00:34:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=106DQ9YVKeBzQ+ncUs6rU+dFjK99cLBqZsLiF+hrE7o=; b=wbVuLbc8ajdIQTCoGK6UZe0mKrWtK8hJqksXlWm3+lx5hDzGn0uVfEO3sOWOHhAA5W vhJ6w0uhSD7CAmyOz83luCSVWTu+/FXbN/rksOivcRyJB6pvylMQuYJprJIpKlvdTnik P04JUVWfqJQJZ6Q6u52jn5MAIMX2+lX10qqnMaxSv/r9Wj7/wWH8UOcqcsjR9Chf+EuA N98+/w/N1ALJx9ynpsrOB7M6pvt5A3Pba5ZRc8PMNVC7vqlRGddMMu6jCKmv1yjPOdPo g9CTG70D9fQqSwpq35hXp+P9pgUtimtcBxPcWZynnT84tO2X5VuycpFLy/QbHg6q5J2q SCtw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=106DQ9YVKeBzQ+ncUs6rU+dFjK99cLBqZsLiF+hrE7o=; b=tSe7O9MpxBI0+4QsRvyx4DAEziD9h77OA+b6PmRV5cS0+w37y2CLLytZ74BiVX24q7 RnDmaQyF5OUNA2lJo5VvubgIcseIaD6GNytG4EQntYUu7CGWy9YjoCmBlEa+Eg1Rp42X 8WZ9kWsLWCqGsEzm5o1OiI70Z2aLCqK03hadEUjPAskLN2dsvXz5M+rM1aIkZ6Wyo6S9 TR3RovfE2i0uFm3ocQmiHi+Z1s91cbjGA5cztvBfelCXDz8RbM3pDcEyhTfOn7QCd+bB SALWB58SDH6CUkXHmw1JC6+BmoScMh43pCFTOKOSATjn1ANE8VR/uaDPi917nt57xs7q kjQg== X-Gm-Message-State: AO0yUKW2LEot6w7BL4dT8BUcLQ7M0VYYoHjMWfeUxytXqevtu1v+eeYB 1OcIKJrbyiP95wcqwcr2npuhtA== X-Google-Smtp-Source: AK7set8kqzTyywS8kT4UHSJN6sAtSfBmrblVXam3/LeBI93y4iwtZxArQnZl5GOJ3fz+Gz/ub8RFQA== X-Received: by 2002:aa7:cccc:0:b0:4ac:c720:9255 with SMTP id y12-20020aa7cccc000000b004acc7209255mr16382906edt.34.1677227694880; Fri, 24 Feb 2023 00:34:54 -0800 (PST) Received: from [192.168.1.20] ([178.197.216.144]) by smtp.gmail.com with ESMTPSA id c96-20020a509fe9000000b004acc6cbc451sm6066713edf.36.2023.02.24.00.34.53 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 24 Feb 2023 00:34:54 -0800 (PST) Message-ID: <978cadda-3d55-a293-f32e-785943317059@linaro.org> Date: Fri, 24 Feb 2023 09:34:52 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: [PATCH V2] dt-bindings: usb: snps,dwc3: support i.MX8MQ Content-Language: en-US To: "Peng Fan (OSS)" , gregkh@linuxfoundation.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, balbi@kernel.org Cc: linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, jun.li@nxp.com, Peng Fan References: <20230203014526.1461386-1-peng.fan@oss.nxp.com> From: Krzysztof Kozlowski In-Reply-To: <20230203014526.1461386-1-peng.fan@oss.nxp.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/02/2023 02:45, Peng Fan (OSS) wrote: > From: Peng Fan > > i.MX8MQ use Synopsys DesignWare USB3 Controller IP, so add the > compatible. > > Signed-off-by: Peng Fan > --- Acked-by: Krzysztof Kozlowski Best regards, Krzysztof