From patchwork Wed Oct 26 15:25:11 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Hovold X-Patchwork-Id: 619653 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 75C7EFA3741 for ; Wed, 26 Oct 2022 15:26:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234369AbiJZP00 (ORCPT ); Wed, 26 Oct 2022 11:26:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35778 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234274AbiJZP0Z (ORCPT ); Wed, 26 Oct 2022 11:26:25 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 862B5EE092; Wed, 26 Oct 2022 08:26:24 -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 ams.source.kernel.org (Postfix) with ESMTPS id 40900B82259; Wed, 26 Oct 2022 15:26:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E50FAC433D6; 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=1666797981; bh=fzOjA509pJ5fQrdOTjv6R7NhsWZdOtYL2y3qwQWTHiQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=rOQGUivErdn/GCt9xOxLwB2qL9WdZJfT8MzQx0S/RnBveJz9C7XXMxAzzQALOu5c4 2dPi/6cNBMlEFJK3z5TaCEZvhhh8/YujEnJBbAFUG/zo6pLJoTagSJeIljjkJjMQjG IfV+gju9OxYa2CnRr+Cg9sdnf02GQWPoTEj+4dXvvn/kMDW20UmVLin/bACks27tX/ lB+I7lCjc4hG87VHSdfHh/IjeMTipBgbviCVdS4hAZZodiAO4nyOUsErkK4ibVt3sh AUGOedJOCsZe4TQ8mGC0q0QWjvYVR+dFydb+xAel8MGgupiP4p2y2VuhYoxtgYJayH sM9uDcxYUaRQg== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1oniI9-0002Wg-Th; 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 2/2] arm64: dts: qcom: sm6350: drop bogus DP PHY clock Date: Wed, 26 Oct 2022 17:25:11 +0200 Message-Id: <20221026152511.9661-3-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: 23737b9557fe ("arm64: dts: qcom: sm6350: Add USB1 nodes") Signed-off-by: Johan Hovold --- arch/arm64/boot/dts/qcom/sm6350.dtsi | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/sm6350.dtsi b/arch/arm64/boot/dts/qcom/sm6350.dtsi index c39de7d3ace0..3a315280c34a 100644 --- a/arch/arm64/boot/dts/qcom/sm6350.dtsi +++ b/arch/arm64/boot/dts/qcom/sm6350.dtsi @@ -1154,9 +1154,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"; }; };