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 0D529EB64D7 for ; Wed, 21 Jun 2023 12:16:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230433AbjFUMQw (ORCPT ); Wed, 21 Jun 2023 08:16:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42820 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230009AbjFUMQv (ORCPT ); Wed, 21 Jun 2023 08:16:51 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2E5F2DD; Wed, 21 Jun 2023 05:16:51 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B8A0761545; Wed, 21 Jun 2023 12:16:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 48464C433C0; Wed, 21 Jun 2023 12:16:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1687349810; bh=JXIwDofI9GYjGLRPPWn170gzYnLu+hqTNCc91usYlLk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Q+FnuV9F8FOm/SkPSh0F54HASVB8c9jUgRJImpENhLbUsof3A6+47KnQObClkV0YY fmlH3urfSg28mFX/47z54gj8eP1ZEf6r29k8Sl5r8ZEHuJKuGh+O9clZtJJbc8Kg1j 690lcbQ5FFp8YPxKivkkyOwmeiigRv0uiww9PKXYw17liacOqBeJ66Vuzx4gvSvcRq dyvgHIt1BKpaWbZtHZXBxBbn1ByxYdayNmK6gg6GQxOB7mg6FnGgrw0TPzKeKRd1Am RUjoACbQBT/BZAyhMcN7sNiZXQikaQjtJcZJoPjTO3T6u25f/j4SAYHqEBFwohj94o RlUDWCyX5LrlA== Date: Wed, 21 Jun 2023 17:46:45 +0530 From: Vinod Koul To: Neil Armstrong Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Kishon Vijay Abraham I , Johan Hovold , Abel Vesa , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] phy: qcom: qmp-combo: fix Display Port PHY configuration for SM8550 Message-ID: References: <20230601-topic-sm8550-upstream-dp-phy-init-fix-v1-1-4e9da9f97991@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230601-topic-sm8550-upstream-dp-phy-init-fix-v1-1-4e9da9f97991@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 01-06-23, 11:39, Neil Armstrong wrote: > The SM8550 PHY also uses a different offset for the CMN_STATUS reg, > use the right one for the v6 Display Port configuration. Applied, thanks -- ~Vinod