From patchwork Wed Oct 23 06:57:16 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Manorit Chawdhry X-Patchwork-Id: 13846578 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 76100D2E01B for ; Wed, 23 Oct 2024 07:04:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:CC:To:In-Reply-To:References :Message-ID:Content-Transfer-Encoding:Content-Type:MIME-Version:Subject:Date: From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=u0YMg5Kwoeu8GHVQONXQkthar1mQkIH/GxLbGfQwGyg=; b=ReuOau81PK8LGK0eIvJJyKkRzO WWPQUeLeQwVi2hCTiE+eRpoEZrFDjVrX0nyhNGeY5x8fW9i47uCRTj2n+EJaNgH1GcwfcpzOT2Z9s IMyq40d1lOV23517gdDdy7Byf78ivKctXlLPSH8YC3mTp8Kq3Os2Y5aSbwmnryi98lTGZt963Tv3g hyAT4awg2SBbwG9XH+EV0c2Dv/E50CAUtpNOxVd+WF38a5nhxVKBUuajCsRfS1i575SvsfZRHMLdN O/hJp2w+KZJjBn/VCWEkpS/9pvY1tFjwA3B0A6YnBELciJbyeYZyGkWY+xie7edc1GzSZlj6EdROH p1ETCftw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1t3VPc-0000000DJWt-2wmd; Wed, 23 Oct 2024 07:04:08 +0000 Received: from lelv0142.ext.ti.com ([198.47.23.249]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1t3VJa-0000000DHss-060x for linux-arm-kernel@lists.infradead.org; Wed, 23 Oct 2024 06:57:55 +0000 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 49N6vjMP062291; Wed, 23 Oct 2024 01:57:45 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1729666665; bh=u0YMg5Kwoeu8GHVQONXQkthar1mQkIH/GxLbGfQwGyg=; h=From:Date:Subject:References:In-Reply-To:To:CC; b=hJ9JO7j3RSS+EAknVhumwYH+2DtyVhtT0/uecSNRBIky/ePkiy4mEOARfiN3uMadm tojK1iP4FFb1NQOjVwe5X9/IETOVJvWfxgit4RCrIsZQHiJvQgsibESdzSHm/E6xQT nUgXk1gUwezYg8fG+rWid7xKxsyOq7MT8sTn1Y+A= Received: from DLEE115.ent.ti.com (dlee115.ent.ti.com [157.170.170.26]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 49N6vjr2068571 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 23 Oct 2024 01:57:45 -0500 Received: from DLEE109.ent.ti.com (157.170.170.41) by DLEE115.ent.ti.com (157.170.170.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Wed, 23 Oct 2024 01:57:45 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DLEE109.ent.ti.com (157.170.170.41) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Wed, 23 Oct 2024 01:57:45 -0500 Received: from [127.0.1.1] (uda0497581.dhcp.ti.com [10.24.68.185]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 49N6vWUP129058; Wed, 23 Oct 2024 01:57:41 -0500 From: Manorit Chawdhry Date: Wed, 23 Oct 2024 12:27:16 +0530 Subject: [PATCH v5 02/12] arm64: dts: ti: k3-j784s4-j742s2-mcu-wakeup: Remove parent nodes bootph-* MIME-Version: 1.0 Message-ID: <20241023-b4-upstream-bootph-all-v5-2-a974d06370ab@ti.com> References: <20241023-b4-upstream-bootph-all-v5-0-a974d06370ab@ti.com> In-Reply-To: <20241023-b4-upstream-bootph-all-v5-0-a974d06370ab@ti.com> To: Nishanth Menon , Vignesh Raghavendra , Tero Kristo , Rob Herring , Krzysztof Kozlowski , Conor Dooley CC: , , , Neha Malcom Francis , Aniket Limaye , Udit Kumar , Beleswar Padhi , Siddharth Vadapalli , Andrew Davis , Manorit Chawdhry X-Mailer: b4 0.15-dev X-Developer-Signature: v=1; a=ed25519-sha256; t=1729666652; l=1466; i=m-chawdhry@ti.com; s=20231127; h=from:subject:message-id; bh=TWueD0JQPwhx4GLWqtuVNGZP+TyqKya0NYgWWgv5uEo=; b=MvoJOBYMw3QCS3GhxQBsc5yC/tGDJAyrCFFrNRnSQ/hGoACep+R+dWy9e+zuSAfsWiCMCMnBq wQk/th6tpM0BQsDge1xH/8o5YSDGxoWz0FAvxMQaG9G5puAm/kPRaVG X-Developer-Key: i=m-chawdhry@ti.com; a=ed25519; pk=fsr6Tm39TvsTgfyfFQLk+nnqIz2sBA1PthfqqfiiYSs= X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241022_235754_200210_E0815099 X-CRM114-Status: UNSURE ( 9.93 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Adding bootph properties on leaf nodes imply that they are applicable to the parent nodes as well. Bootloaders can derive the parent nodes when bootph is available in the leaf nodes. Remove the bootph-* properties from parent nodes as they are redundant. Signed-off-by: Manorit Chawdhry Reviewed-by: Aniket Limaye --- Notes: It wasn't existing previously in U-boot but the following patch fixes it [0] [0]: https://lore.kernel.org/u-boot/20231217163627.2339802-10-sjg@chromium.org/ arch/arm64/boot/dts/ti/k3-j784s4-j742s2-mcu-wakeup-common.dtsi | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm64/boot/dts/ti/k3-j784s4-j742s2-mcu-wakeup-common.dtsi b/arch/arm64/boot/dts/ti/k3-j784s4-j742s2-mcu-wakeup-common.dtsi index 9899da73a905..46bc2a3e4aea 100644 --- a/arch/arm64/boot/dts/ti/k3-j784s4-j742s2-mcu-wakeup-common.dtsi +++ b/arch/arm64/boot/dts/ti/k3-j784s4-j742s2-mcu-wakeup-common.dtsi @@ -7,7 +7,6 @@ &cbass_mcu_wakeup { sms: system-controller@44083000 { - bootph-all; compatible = "ti,k2g-sci"; ti,host-id = <12>; @@ -39,7 +38,6 @@ k3_reset: reset-controller { }; wkup_conf: bus@43000000 { - bootph-all; compatible = "simple-bus"; #address-cells = <1>; #size-cells = <1>; @@ -458,7 +456,6 @@ mcu_spi2: spi@40320000 { }; mcu_navss: bus@28380000 { - bootph-all; compatible = "simple-bus"; #address-cells = <2>; #size-cells = <2>;