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 BE205C7EE25 for ; Fri, 12 May 2023 09:41:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240300AbjELJlt (ORCPT ); Fri, 12 May 2023 05:41:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38262 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240389AbjELJlY (ORCPT ); Fri, 12 May 2023 05:41:24 -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 4E3E010A0A; Fri, 12 May 2023 02:40:52 -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 dfw.source.kernel.org (Postfix) with ESMTPS id D55A46544D; Fri, 12 May 2023 09:40:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2BA94C433D2; Fri, 12 May 2023 09:40:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1683884450; bh=6wecwsHGtZttDNU8OcAsJfy+kOtssm2wkELv1zAQEzs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=iQYwaoaGhfdBkDq+lQi/1to1xAetsfGYq/Pjx3lb5bH5QBe4l757dl/vBNyHoCsF9 0Uk7KBUZkucN4FELY+TZIFCfgPLuP4HZZAAw8GXj5DjCoCY7XHil0o/uV9IrmkdrY5 ryfI3fo7FVTLAWnonF83Yu/CLsWhmhsZkOGCXF23CUsZO1LO4rgSE61BuHWKPkWwgI 1oUmSxtbR+5ILlU3sh539XUyFgAc81eXMBloLY5C8sVBEK6H7F/o6kUJKewvPoVnhs r9L/0ZXjGNS4ODEJunU2M23RnOM9szjDpGuV4BJW7DMpXAgFhFq5teNf2/gbvCJK5F D+bW91sIss7ZQ== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1pxPH3-0003D0-VH; Fri, 12 May 2023 11:41:18 +0200 Date: Fri, 12 May 2023 11:41:17 +0200 From: Johan Hovold To: Bjorn Andersson Cc: Bjorn Andersson , Konrad Dybcio , Vinod Koul , Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Abel Vesa , Steev Klimaszewski , Neil Armstrong , Johan Hovold Subject: Re: [PATCH v2 7/8] arm64: dts: qcom: sc8280xp-crd: Add QMP to SuperSpeed graph Message-ID: References: <20230510031930.1996020-1-quic_bjorande@quicinc.com> <20230510031930.1996020-8-quic_bjorande@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230510031930.1996020-8-quic_bjorande@quicinc.com> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Tue, May 09, 2023 at 08:19:29PM -0700, Bjorn Andersson wrote: > With support for the QMP combo phy to react to USB Type-C switch events, > introduce it as the next hop for the SuperSpeed lanes of the two USB > Type-C connectors, and connect the output of the DisplayPort controller > to the QMP combo phy. > > This allows the TCPM to perform orientation switching of both USB and > DisplayPort signals. > > Signed-off-by: Bjorn Andersson > Tested-by: Abel Vesa > Tested-by: Steev Klimaszewski > Tested-by: Neil Armstrong # on HDK8450 > Tested-by: Johan Hovold # X13s > --- > > Changes since v1: > - DP input is port@2 Reviewed-by: Johan Hovold