From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751120AbeBQAKw (ORCPT ); Fri, 16 Feb 2018 19:10:52 -0500 Received: from gloria.sntech.de ([95.129.55.99]:52398 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750926AbeBQAKv (ORCPT ); Fri, 16 Feb 2018 19:10:51 -0500 From: Heiko Stuebner To: Enric Balletbo i Serra Cc: Rob Herring , Kishon Vijay Abraham I , Brian Norris , dianders@chromium.org, Chris Zhong , William wu , hl@rock-chips.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@collabora.com Subject: Re: [PATCH v3 6/6] drm/rockchip: cdn-dp: remove the DP phy switch Date: Sat, 17 Feb 2018 01:10:45 +0100 Message-ID: <2266673.GVnnbKjrrE@phil> In-Reply-To: <20180216120956.19034-6-enric.balletbo@collabora.com> References: <20180216120956.19034-1-enric.balletbo@collabora.com> <20180216120956.19034-6-enric.balletbo@collabora.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Freitag, 16. Februar 2018, 13:09:56 CET schrieb Enric Balletbo i Serra: > From: Chris Zhong > > There are 2 Type-c PHYs in RK3399, but only one DP controller. Hence > only one PHY can connect to DP controller at one time, the other should > be disconnected. The GRF_SOC_CON26 register has a switch bit to do it, > set this bit means enable PHY 1, clear this bit means enable PHY 0. > > If the board has 2 Type-C ports, the DP driver get the phy id from > devm_of_phy_get_by_index, and then control this switch according to > this id. But some others board only has one Type-C port, it may be PHY 0 > or PHY 1. The dts node id can not tell us the correct PHY id. Hence move > this switch to PHY driver, the PHY driver can distinguish between PHY 0 > and PHY 1, and then write the correct register bit. > > Signed-off-by: Chris Zhong > Signed-off-by: Enric Balletbo i Serra Reviewed-by: Heiko Stuebner