From patchwork Fri Dec 20 10:17:19 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vinod Koul X-Patchwork-Id: 11305141 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 47B6814F6 for ; Fri, 20 Dec 2019 10:18:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2526324682 for ; Fri, 20 Dec 2019 10:18:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576837081; bh=WDlz/eaahcbrJ7H+D15Kf/SYPxCgh/g8ow8gZBeOjYM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=COC77H9u0wkZjht/qkTRLxWoi6l4D+3fz5lV2PfZ0nrj7xmjp/dkWr0Pj9F3KlFl7 BLqr+dU3528bLNS/Crf9ORqJphmV58L1crGbNiD0VuxdD9DHPFbNWhguuPYS8G832l QEmwqVeyVjVQpmFbMewh9EgEU2XIhIzsqZytYyTA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727452AbfLTKR4 (ORCPT ); Fri, 20 Dec 2019 05:17:56 -0500 Received: from mail.kernel.org ([198.145.29.99]:53354 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727327AbfLTKR4 (ORCPT ); Fri, 20 Dec 2019 05:17:56 -0500 Received: from localhost.localdomain (unknown [106.201.107.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B3AEC24683; Fri, 20 Dec 2019 10:17:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576837075; bh=WDlz/eaahcbrJ7H+D15Kf/SYPxCgh/g8ow8gZBeOjYM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=CKgzrY8lQJgst6jMMwjLnhJx/QOO63BykHJmIpDRSHgezSg5UJ+HZ44h9hQUB0RLj rGzPL+MXbubTsausxdVAYQJ5Z/xDnqUPaf30y6Uow24kKY2pc2/jTOSNZF2Q9EsStK qn0IF9kqEMc7+mGi40jmvLEAsShryp065uWyVSU8= From: Vinod Koul To: Kishon Vijay Abraham I Cc: linux-arm-msm@vger.kernel.org, Bjorn Andersson , Vinod Koul , Andy Gross , Can Guo , Jeffrey Hugo , linux-kernel@vger.kernel.org Subject: [PATCH v2 5/5] phy: qcom-qmp: remove no_pcs_sw_reset for sm8150 Date: Fri, 20 Dec 2019 15:47:19 +0530 Message-Id: <20191220101719.3024693-6-vkoul@kernel.org> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20191220101719.3024693-1-vkoul@kernel.org> References: <20191220101719.3024693-1-vkoul@kernel.org> MIME-Version: 1.0 Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org SM8150 QMPY phy for UFS and onwards the PHY_SW_RESET is present in PHY's PCS register so we should not mark no_pcs_sw_reset for sm8150 and onwards Signed-off-by: Vinod Koul --- drivers/phy/qualcomm/phy-qcom-qmp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/phy/qualcomm/phy-qcom-qmp.c b/drivers/phy/qualcomm/phy-qcom-qmp.c index 2a12a0b3bd72..2696640ee3f9 100644 --- a/drivers/phy/qualcomm/phy-qcom-qmp.c +++ b/drivers/phy/qualcomm/phy-qcom-qmp.c @@ -1393,7 +1393,6 @@ static const struct qmp_phy_cfg sm8150_ufsphy_cfg = { .pwrdn_ctrl = SW_PWRDN, .is_dual_lane_phy = true, - .no_pcs_sw_reset = true, .has_sw_reset = true, };