From patchwork Thu Mar 6 18:11:23 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Konrad Dybcio X-Patchwork-Id: 14005136 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C8CB2C282DE for ; Thu, 6 Mar 2025 18:13:17 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 3083310EA5F; Thu, 6 Mar 2025 18:13:17 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="o2kdLc9v"; dkim-atps=neutral Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by gabe.freedesktop.org (Postfix) with ESMTPS id D8BDD10EA64; Thu, 6 Mar 2025 18:13:15 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 62F1D5C582F; Thu, 6 Mar 2025 18:10:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DF9BFC4CEE8; Thu, 6 Mar 2025 18:13:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1741284794; bh=V9H185IolkXGrMv0yDeTgeTZjT8H3BkkpxepgLhl15Y=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=o2kdLc9vQQ1cGNg8H+JtdjvAp/s0j+FUkrAgV683yNJcPw8JoeIo04pLGV5VuW8V8 f9Zpqgp9buF7RtJxrodYBaB/mjfW3QN+BGds414e3o5jq7q43lMrivcubXB0tcQgt/ k8+N8h9scBvDvcsoqWdBwV/KwaFEsfzY0MpQQq2KBMoSB9vU1AkLFf34AVHyoLfEW3 UNDmlnl6GRx7ot6A4L4JgA8K+EjYOTqfpUnvsvxmeDOXh2xcDAFPU1gWyDk+zi52cn yzBzYATI9EGyzKJHoEVKLbPmjdMrMhsMGXI1ZDe3nUMqz/6KVfNd7/EedEBFEqk158 eiiKLxWp3OSrA== From: Konrad Dybcio Date: Thu, 06 Mar 2025 19:11:23 +0100 Subject: [PATCH 11/11] arm64: dts: qcom: x1e001de-devkit: Drop clock-names from PS8830 MIME-Version: 1.0 Message-Id: <20250306-topic-dt_bindings_fixups-v1-11-0c84aceb0ef9@oss.qualcomm.com> References: <20250306-topic-dt_bindings_fixups-v1-0-0c84aceb0ef9@oss.qualcomm.com> In-Reply-To: <20250306-topic-dt_bindings_fixups-v1-0-0c84aceb0ef9@oss.qualcomm.com> To: Joerg Roedel , Will Deacon , Robin Murphy , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Konrad Dybcio , Rob Clark , Abhinav Kumar , Dmitry Baryshkov , Sean Paul , David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Robert Foss , Greg Kroah-Hartman , Wesley Cheng , Christian Marangi , Bjorn Andersson , Rohit Agarwal , Kyle Deng , Vinod Koul Cc: Marijn Suijten , linux-arm-msm@vger.kernel.org, iommu@lists.linux.dev, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org, Krzysztof Kozlowski , linux-usb@vger.kernel.org, Konrad Dybcio X-Mailer: b4 0.14.2 X-Developer-Signature: v=1; a=ed25519-sha256; t=1741284679; l=1160; i=konrad.dybcio@oss.qualcomm.com; s=20230215; h=from:subject:message-id; bh=ohEmbayu2LsT1id4h533hC8kGW2KXwVmCy3qoWajQvY=; b=4aIxanukVplVRHvn1zCChM9eaau0QidU2RP7g1GtwCrds6llxAy+yOc/LeaWvnOE5W0DyRBTV 23BM8GcQOkMCnULh4Bf7jZ/gqTLzXDVluSPkf/Qkejwp0XSRIusE74j X-Developer-Key: i=konrad.dybcio@oss.qualcomm.com; a=ed25519; pk=iclgkYvtl2w05SSXO5EjjSYlhFKsJ+5OSZBjOkQuEms= X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" From: Konrad Dybcio The preemptively-merged node contains a property absent from the final bindings. Remove it. Signed-off-by: Konrad Dybcio --- arch/arm64/boot/dts/qcom/x1e001de-devkit.dts | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/x1e001de-devkit.dts b/arch/arm64/boot/dts/qcom/x1e001de-devkit.dts index 602bd793e09cc9e7d8447af593e934010fc0c789..f87730f4b63fffc88d07eedef33cdab9bca759f5 100644 --- a/arch/arm64/boot/dts/qcom/x1e001de-devkit.dts +++ b/arch/arm64/boot/dts/qcom/x1e001de-devkit.dts @@ -777,7 +777,6 @@ typec-mux@8 { reg = <0x08>; clocks = <&rpmhcc RPMH_RF_CLK5>; - clock-names = "xo"; vdd-supply = <&vreg_rtmr2_1p15>; vdd33-supply = <&vreg_rtmr2_3p3>; @@ -832,7 +831,6 @@ typec-mux@8 { reg = <0x08>; clocks = <&rpmhcc RPMH_RF_CLK3>; - clock-names = "xo"; vdd-supply = <&vreg_rtmr0_1p15>; vdd33-supply = <&vreg_rtmr0_3p3>; @@ -887,7 +885,6 @@ typec-mux@8 { reg = <0x8>; clocks = <&rpmhcc RPMH_RF_CLK4>; - clock-names = "xo"; vdd-supply = <&vreg_rtmr1_1p15>; vdd33-supply = <&vreg_rtmr1_3p3>;