From patchwork Wed Oct 26 15:25:10 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Hovold X-Patchwork-Id: 618879 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 8C23FFA373E for ; Wed, 26 Oct 2022 15:26:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233897AbiJZP0Y (ORCPT ); Wed, 26 Oct 2022 11:26:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35744 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233165AbiJZP0X (ORCPT ); Wed, 26 Oct 2022 11:26:23 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 07B8DAE858; Wed, 26 Oct 2022 08:26:23 -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 952FC61F6A; Wed, 26 Oct 2022 15:26:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E712EC433D7; Wed, 26 Oct 2022 15:26:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666797982; bh=tvA04x8NCLqsePqKg1UiZcbh3Tl1M5WlU6M7tyai+D0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=N1D1CQLYX8zXUMHnwV2FD5vsDc+SL3tCaZJFon0vVJ83i2oT3QFYEki10tIC87rGm nk/DhAF/psqHMtpPr0YJVQ1eyhTdGv+7hUv04VQJcOrXFRZmVo2kvzyKjW6Tnyp3gI EA4rMVk+957x666WZ1TmGuqJqcRGQekeqwp7Ep+Ubce6BZNeYNMwsL2gR/Nm1wGwbV Cn64emafJedXGD7iJqpLZ93efLERCqbIgoksCVqWINaVu0G4qK1LWAi9uLDDNtrU52 wukLN6DdNxpqVo0O9KLofcguinBdqwccofMvK0oen8zMtb0XbTWcrBi4fhOKZwirJh WaRhzqSbZUJnw== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1oniI9-0002We-Qx; Wed, 26 Oct 2022 17:26:05 +0200 From: Johan Hovold To: Bjorn Andersson Cc: Andy Gross , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Johan Hovold Subject: [PATCH 1/2] arm64: dts: qcom: sm8250: drop bogus DP PHY clock Date: Wed, 26 Oct 2022 17:25:10 +0200 Message-Id: <20221026152511.9661-2-johan+linaro@kernel.org> X-Mailer: git-send-email 2.37.3 In-Reply-To: <20221026152511.9661-1-johan+linaro@kernel.org> References: <20221026152511.9661-1-johan+linaro@kernel.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org The QMP pipe clock is used by the USB part of the PHY so drop the corresponding properties from the DP child node. Fixes: 5aa0d1becd5b ("arm64: dts: qcom: sm8250: switch usb1 qmp phy to USB3+DP mode") Signed-off-by: Johan Hovold --- arch/arm64/boot/dts/qcom/sm8250.dtsi | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/sm8250.dtsi b/arch/arm64/boot/dts/qcom/sm8250.dtsi index 0fd768a4f308..6ea60a6aa120 100644 --- a/arch/arm64/boot/dts/qcom/sm8250.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8250.dtsi @@ -2897,9 +2897,6 @@ dp_phy: dp-phy@88ea200 { <0 0x088eaa00 0 0x100>; #phy-cells = <0>; #clock-cells = <1>; - clocks = <&gcc GCC_USB3_PRIM_PHY_PIPE_CLK>; - clock-names = "pipe0"; - clock-output-names = "usb3_phy_pipe_clk_src"; }; };