From patchwork Tue Jul 5 11:40:20 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Hovold X-Patchwork-Id: 587834 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 862E7CCA489 for ; Tue, 5 Jul 2022 11:41:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231659AbiGELlG (ORCPT ); Tue, 5 Jul 2022 07:41:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48836 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231398AbiGELlA (ORCPT ); Tue, 5 Jul 2022 07:41:00 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B3A39167E3; Tue, 5 Jul 2022 04:40:59 -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 sin.source.kernel.org (Postfix) with ESMTPS id 002A7CE1B58; Tue, 5 Jul 2022 11:40:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 59461C341CF; Tue, 5 Jul 2022 11:40:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1657021256; bh=lw2S2Ef1vq5+Ow95i5kULk8+RLiW2dlj/y5wWPo5xw8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=hDfWA4Z85laoeykGWjemLg22kpk97xc/D7Opdknk9i3HHjSdDqonKqzJgMXv1FPOE efYIPuWLK2u4D0f3yhtgkTpzZfhE0gOZcgXDMFWwb6md9Upl1FGtLjT3+OhN5LTV6B W2NmiajukD3ICLgaZ+PmXXjiiczZNTR8MhBazPcTruU1hMAEX2pHlk1lu4NBnbxbI/ oo1EIwJzHmgIxbVtWLUAKV/Ns/EtZetncooDBz4CwYu2smGfobY+Lq5iKdaVy6Jj1S E4IJgzrvjSuPcQ9XZiOkNqMXZuYlag7y48Dq48HqsfW958v8b2y1xfJ/UN5AJFvUdn HQ4PMv3dlkLRg== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1o8gvJ-0005xU-7L; Tue, 05 Jul 2022 13:40:57 +0200 From: Johan Hovold To: Bjorn Andersson Cc: Andy Gross , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Johan Hovold Subject: [PATCH 02/14] arm64: dts: qcom: sm8250: add missing PCIe PHY clock-cells Date: Tue, 5 Jul 2022 13:40:20 +0200 Message-Id: <20220705114032.22787-3-johan+linaro@kernel.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220705114032.22787-1-johan+linaro@kernel.org> References: <20220705114032.22787-1-johan+linaro@kernel.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Add the missing '#clock-cells' properties to the PCIe QMP PHY nodes. Signed-off-by: Johan Hovold --- arch/arm64/boot/dts/qcom/sm8250.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/sm8250.dtsi b/arch/arm64/boot/dts/qcom/sm8250.dtsi index 53e0b57c13e4..f45a6cca397f 100644 --- a/arch/arm64/boot/dts/qcom/sm8250.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8250.dtsi @@ -1892,6 +1892,8 @@ pcie0_lane: phy@1c06200 { clock-names = "pipe0"; #phy-cells = <0>; + + #clock-cells = <0>; clock-output-names = "pcie_0_pipe_clk"; }; }; @@ -1998,6 +2000,8 @@ pcie1_lane: phy@1c0e200 { clock-names = "pipe0"; #phy-cells = <0>; + + #clock-cells = <0>; clock-output-names = "pcie_1_pipe_clk"; }; }; @@ -2104,6 +2108,8 @@ pcie2_lane: phy@1c16200 { clock-names = "pipe0"; #phy-cells = <0>; + + #clock-cells = <0>; clock-output-names = "pcie_2_pipe_clk"; }; };