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 711DEC77B7C for ; Fri, 12 May 2023 09:43:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240628AbjELJn5 (ORCPT ); Fri, 12 May 2023 05:43:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39898 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240706AbjELJnW (ORCPT ); Fri, 12 May 2023 05:43:22 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6E44212096; Fri, 12 May 2023 02:42:47 -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 C26006544E; Fri, 12 May 2023 09:42:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2264DC433D2; Fri, 12 May 2023 09:42:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1683884535; bh=yqkBQksJWz1nlhMBFkdu1oRQeM3teRj2O0GKq5+R+aM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=o8edDh7r/NmPz6oH0En6zvc+pERhzP/szGDcpodzH8nGrPlczmrOFvRWeJpHd+DBT P+khlYEo+67V5hxKtt+BLWRWtLN6vhkAy1fMdMWikpUGC7Zzj3gSIg8dZCc43iKBcV XWArDtvALWhpxMCQnoEyj7TafjPNNKkdAR162u9GdW4cplUNBuD8vVIurX1BV/KyVn mZ1tvbzhADIYiIiQCpxJNsBpc1wEwGc3o+OGg81UZwzn8xntR7d3NeZg6Ni8OOP4tN fNsE2t+sootR8+Q2f6taAtj4APLe9zrznhWa/893tnMA6/YWPtNSqd29FgmURGhy/R tDy7jy+LavakQ== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1pxPIQ-0003Ev-Tz; Fri, 12 May 2023 11:42:42 +0200 Date: Fri, 12 May 2023 11:42:42 +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 8/8] arm64: dts: qcom: sc8280xp-x13s: Add QMP to SuperSpeed graph Message-ID: References: <20230510031930.1996020-1-quic_bjorande@quicinc.com> <20230510031930.1996020-9-quic_bjorande@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230510031930.1996020-9-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:30PM -0700, Bjorn Andersson wrote: > Following the CRD, connect the two QMP phys inbetween the USB Type-C > connectors and the DisplayPort controller, to handle orientation > switching. > > 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: > - None Reviewed-by: Johan Hovold