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 6F213ECAAA1 for ; Fri, 28 Oct 2022 12:41:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229597AbiJ1Ml5 (ORCPT ); Fri, 28 Oct 2022 08:41:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40184 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229437AbiJ1Ml4 (ORCPT ); Fri, 28 Oct 2022 08:41:56 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BDD428F260 for ; Fri, 28 Oct 2022 05:41:54 -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 8EB01B829B9 for ; Fri, 28 Oct 2022 12:41:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 65F1CC433D6; Fri, 28 Oct 2022 12:41:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666960912; bh=yt0OtT5mZC5NU6S4qy6NmPJ8mfVfSxPDuZcOimddJT8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tyeO2dUijGtvSzQjoGST0fMWZEqS7sLc8zPDzFQqFpeuzBH5TcRbumevySoCzJONK GGQN3D8vHdWjsoh/K3BFY6/js81GK+HOnolj3dfVqVmEFh1SLdtTVsTpEG81w3xGkp DY7e4UlunNCW7x8BDGDXXBbSJr+VKS55uFJiv0SNtf77KMV+lZHSyUM1jiz9+xpjaz OTqt2ttR5Sz/Vc2LCblOfr7NdcWfKB5bA9+5K6eoW0lmbYnVwdcyfe7WewGhLr0jqG oQZVwcm1x6fGCxBNmTm7BsDc/w1AE/jHITzTH8tPHPOSMBK1qPzMbU/dZPC5VpfTpL +OfTmaVl3L57Q== Date: Fri, 28 Oct 2022 18:11:47 +0530 From: Vinod Koul To: Dmitry Baryshkov Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Kishon Vijay Abraham I , Philipp Zabel , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, Robert Marko Subject: Re: [PATCH] phy: qcom-qmp-usb: correct registers layout for IPQ8074 USB3 PHY Message-ID: References: <20220929190017.529207-1-dmitry.baryshkov@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220929190017.529207-1-dmitry.baryshkov@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 29-09-22, 22:00, Dmitry Baryshkov wrote: > According to the kernel 4.4 sources from NHSS.QSDK.9.0.2 and according > to hardware docs, the PHY registers layout used for IPQ8074 USB3 PHY is > incorrect. This platform uses offset 0x174 for the PCS_STATUS register, > 0xd8 for PCS_AUTONOMOUS_MODE_CTRL, etc. Applied, thanks -- ~Vinod