From patchwork Mon Oct 16 08:06:58 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Hovold X-Patchwork-Id: 735829 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 BEF2ECDB482 for ; Mon, 16 Oct 2023 08:07:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231795AbjJPIHf (ORCPT ); Mon, 16 Oct 2023 04:07:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55694 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229621AbjJPIHe (ORCPT ); Mon, 16 Oct 2023 04:07:34 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6076FA2; Mon, 16 Oct 2023 01:07:32 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F239CC433C8; Mon, 16 Oct 2023 08:07:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1697443652; bh=hYLC+mwYLnZ4vpffFztxerV7foo5jfEqUULmB2RLBUw=; h=From:To:Cc:Subject:Date:From; b=Xgom35CuN6NXm+bacJjRbuSpEbq5tjwudHKVzxFyZm9H0goqvQl+utOfWV0fqx5So 58KhidxIcnc0/mMyc8JgmO47lUQTosZ25Jf0edZ5our55U8oqCPpQeXFE2YNvXkg9c JohP9vfQPxhppWxGF2LJ/faXb6tmxWBcid6bNXP7rRp5zFeaXH6BEsBDP7kDYXdpAO NtDjezbmM7+qc8sii7oqqMOFXlMwcXOUXzB/G7YPAym7kZ7Sxg9U1MyQYOVj+5trp3 MZOjI0y706dT44QOKKnLKaIOO7GTal+PmCQ9U6c3Xp0u80yDLFxuoWvricoyvmGF8F ypsGUHJLKOEoQ== Received: from johan by xi.lan with local (Exim 4.96) (envelope-from ) id 1qsIdK-0001jk-0I; Mon, 16 Oct 2023 10:07:26 +0200 From: Johan Hovold To: Bjorn Andersson Cc: Andy Gross , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Johan Hovold , stable@vger.kernel.org Subject: [PATCH] arm64: dts: qcom: sc8280xp-crd: fix eDP phy compatible Date: Mon, 16 Oct 2023 10:06:58 +0200 Message-ID: <20231016080658.6667-1-johan+linaro@kernel.org> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org The sc8280xp Display Port PHYs can be used in either DP or eDP mode and this is configured using the devicetree compatible string which defaults to DP mode in the SoC dtsi. Override the default compatible string for the CRD eDP PHY node so that the eDP settings are used. Fixes: 4a883a8d80b5 ("arm64: dts: qcom: sc8280xp-crd: Enable EDP") Cc: stable@vger.kernel.org # 6.3 Signed-off-by: Johan Hovold --- arch/arm64/boot/dts/qcom/sc8280xp-crd.dts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/sc8280xp-crd.dts b/arch/arm64/boot/dts/qcom/sc8280xp-crd.dts index 772953dc428e..31a2a2d27f4e 100644 --- a/arch/arm64/boot/dts/qcom/sc8280xp-crd.dts +++ b/arch/arm64/boot/dts/qcom/sc8280xp-crd.dts @@ -458,6 +458,8 @@ mdss0_dp3_out: endpoint { }; &mdss0_dp3_phy { + compatible = "qcom,sc8280xp-edp-phy"; + vdda-phy-supply = <&vreg_l6b>; vdda-pll-supply = <&vreg_l3b>;