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 F0F1FC77B73 for ; Wed, 31 May 2023 08:20:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235212AbjEaIUD (ORCPT ); Wed, 31 May 2023 04:20:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45512 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235005AbjEaIUC (ORCPT ); Wed, 31 May 2023 04:20:02 -0400 Received: from mail-ed1-x531.google.com (mail-ed1-x531.google.com [IPv6:2a00:1450:4864:20::531]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 861D6113 for ; Wed, 31 May 2023 01:19:59 -0700 (PDT) Received: by mail-ed1-x531.google.com with SMTP id 4fb4d7f45d1cf-514924b4f8cso6976322a12.3 for ; Wed, 31 May 2023 01:19:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1685521198; x=1688113198; 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=eBN0g76VOltgE12hoKSlbM5cE+C/tz361Ho2oM4xT1k=; b=g9+iytOncWpiwVCrSueeXORbVvIrgeLqC8W7bopZKhgoee2JInalZXsrsHXVt+2qHh Vxbp8WsObkslM4GXm0Nb5mrIfEozlHAP2Ur86lZJdbhXmk+LNX2NIi//Gm0VIXjkJO9r Kb00847l7+wPfJdaA9pDSZMWHq55giNMY00OuBOtslF1AE8npCl8BlA6gPuHAEh8mw4i fCiTDxOH2/EdbUsLDMYwacWuow2yjMkGh8ppIt2bevUKwAgqodvB+AQf4qrYsZ4prPPY WVSrnhidxa77hGNF7lye1jDEK/YIRIJzv0cvdbISHUPzT74ysDPvuoQb5fkwYJ+T9eyh ifhQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1685521198; x=1688113198; 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=eBN0g76VOltgE12hoKSlbM5cE+C/tz361Ho2oM4xT1k=; b=BYIoRK8bnOUXWHOS0+uggICPV5DP+1/WmdYx73hZllY3HPsFjGh1pHTXydQpY7L+Qg VEgPGpP+DG8aw9ouyTEHbnW9DzPYPtEbXzzVmAK2kEuONNuSEKoqogyBB5U17a65MPrY LNbLmSmxhh+COFZGaT6CbOqGDGdpua77Xc/bbDi3PZFx9/VTRQa7YtSXNZL+Ziu19/aq 7NODNrMUzfQQQiwqlJEnKwt3NkEOR1dkJCL5TZyLeA/MCtt9CMqWPKj4vJubcciKCj77 t7APBGFRoLyqBaWSvvjB3k/OEqHTrmDXhksRGkEni3DKbHliyoxvMxbOQGME9OXAz8BW 3pKw== X-Gm-Message-State: AC+VfDxjjPFJePVSRO0cTWafhEDzJ0UwYmy5CwqXwlVohgPpyZkDcPcJ Z/cFj3k5C7kX0+yc0HCeQ5Nl4g== X-Google-Smtp-Source: ACHHUZ7oOwas3dKHOemqzT//fxqA0reaOD85uBKVDYOiPQqAZk9DZDZD+L+H8C1T2VuPa75ij0fBNg== X-Received: by 2002:a17:907:9413:b0:973:bcf6:1d4 with SMTP id dk19-20020a170907941300b00973bcf601d4mr4566154ejc.76.1685521198147; Wed, 31 May 2023 01:19:58 -0700 (PDT) Received: from [192.168.1.20] ([178.197.199.204]) by smtp.gmail.com with ESMTPSA id la11-20020a170906ad8b00b00965f5d778e3sm8591093ejb.120.2023.05.31.01.19.56 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 31 May 2023 01:19:57 -0700 (PDT) Message-ID: <785fb453-7000-39c7-b4c3-709b76d7f5e4@linaro.org> Date: Wed, 31 May 2023 10:19:55 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Subject: Re: [PATCH v3 02/15] dt-bindings: usb: qcom,dwc3: Add SC8180x binding Content-Language: en-US To: Vinod Koul , Bjorn Andersson Cc: linux-arm-msm@vger.kernel.org, Konrad Dybcio , Greg Kroah-Hartman , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Wesley Cheng , linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20230530162454.51708-1-vkoul@kernel.org> <20230530162454.51708-3-vkoul@kernel.org> From: Krzysztof Kozlowski In-Reply-To: <20230530162454.51708-3-vkoul@kernel.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 30/05/2023 18:24, Vinod Koul wrote: > Document the USB dwc3 controller for SC8180x SoC > > Signed-off-by: Vinod Koul > --- Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof