From patchwork Fri Nov 11 09:47:27 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Hovold X-Patchwork-Id: 625786 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 2E11FC4321E for ; Fri, 11 Nov 2022 09:48:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233488AbiKKJsN (ORCPT ); Fri, 11 Nov 2022 04:48:13 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34034 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233492AbiKKJsK (ORCPT ); Fri, 11 Nov 2022 04:48:10 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A230EB873; Fri, 11 Nov 2022 01:48:09 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id 59F3CB82479; Fri, 11 Nov 2022 09:48:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 039BAC433D7; Fri, 11 Nov 2022 09:48:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668160087; bh=UO9s2rNz3wCUuSsslxBtOPMFhO1pE6RogR5vqI60ktk=; h=From:To:Cc:Subject:Date:From; b=DuYTNluMNNvdH1bbbj/4psFYLT6thyXv3D8kBDp2WPc9FCm7iFB8Zs2ga196bZvg/ XNRzr9SP2PP83uD8lb5xvdtbjmV9i3rsN1AcM3KYyoygHJBkKoJ20bbxbfi0CPxEQd EzzPURsbE2o7P4dkyzGnAJvcXOadW80SA6JNl30bYdv7manRfdhgkaqDeYdyLdhCWc y3viUDwZJD7zyRTxvXi4ncBA0x2SkcTr/fnEpl+NDbd0vPAJgUXWNw13CshKFVR2QY b0cy3wmwnNmw5ShlXQE/U7uWuph8jLWsXkAZy/Bo72GVCKyZU3/74iMn8XUyL1zm0+ T+yogpDk2LADw== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1otQdP-00035F-03; Fri, 11 Nov 2022 10:47:39 +0100 From: Johan Hovold To: Bjorn Andersson Cc: Vinod Koul , Andy Gross , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Dmitry Baryshkov , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Johan Hovold Subject: [PATCH 0/2] arm64: dts: qcom: fix USB-DP PHY registers Date: Fri, 11 Nov 2022 10:47:27 +0100 Message-Id: <20221111094729.11842-1-johan+linaro@kernel.org> X-Mailer: git-send-email 2.37.4 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org This series fixes DisplayPort support on sm6350 and sm8250, which used the wrong offset for the DP_PHY registers. Johan Johan Hovold (2): arm64: dts: qcom: sm6350: fix USB-DP PHY registers arm64: dts: qcom: sm8250: fix USB-DP PHY registers arch/arm64/boot/dts/qcom/sm6350.dtsi | 5 ++--- arch/arm64/boot/dts/qcom/sm8250.dtsi | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-)