From nobody Mon Jun 29 16:47:09 2026 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 512A7C35280 for ; Mon, 7 Feb 2022 11:25:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1383031AbiBGLV0 (ORCPT ); Mon, 7 Feb 2022 06:21:26 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54120 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1378641AbiBGLPy (ORCPT ); Mon, 7 Feb 2022 06:15:54 -0500 X-Greylist: delayed 60 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Mon, 07 Feb 2022 03:15:43 PST Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.153.233]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9A87BC043188 for ; Mon, 7 Feb 2022 03:15:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1644232543; x=1675768543; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=77yz6w+2DoYy2A+2tV0NicdxNLpG2DjlpVJtoMUnRe8=; b=xazcLtTHxD/d3xxsRKHJ3ujLISXAJ9w37+yU/20GVn9Q/AxT41Wx0fFN dVzSDm96mGyqEJaDgvDs3BPCXQDnc+3XcUN7mM1lyD9FaGCyZooLIcKit ve+puHreVX2WtVdsnXlEIaWUXdod7d+ZGl6bb//nzdIsEucO55At4vkEI 8NfvWarhil+wrRnx53MomvQXO0Yq35UwGB1phtqcWermttKThR8C3azGw bRy8lY5HhmDYV26zU9fqI2IJpDVFjTlqeGQh3PC3sWCUlCD88PQHy54JK L/zFNhfBLznkx6zQhumDKyykAqtK3mEwfpL2ekG9252ed8lSsJLhm6AB0 A==; IronPort-SDR: HkrNOAK/2IZIC1gMvUR04S5wbKevSxIDqvFudKUN9SD0U0iVMXDAHNNYx+Bi3W4cePl7ZMDUHB 9j05gdaDthtZuEo55QgB0zaWIhL5PXDfGNCWhqMQjNeBj9k2aCJlHwv8YKVrxvP8Vjq0VWPXW/ nsAEfVr5wo35ehXP9TdgvMfgxTVdVZKhZI7Z0+9VY+O04V117bN4K+zWHfatV9U3fzPGxz9lIU NwimsBUmPxGF5LUhtcN8vM2qj/vcBYk1NKN5n4nfv3x5IG/muvvo0d3+pD0kJv/ObM9Pe0IZfH CSrSHBnQcyu6djgKJTrvm59n X-IronPort-AV: E=Sophos;i="5.88,349,1635231600"; d="scan'208";a="152699432" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa3.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 07 Feb 2022 04:14:17 -0700 Received: from chn-vm-ex04.mchp-main.com (10.10.85.152) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.17; Mon, 7 Feb 2022 04:14:17 -0700 Received: from localhost.localdomain (10.10.115.15) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server id 15.1.2375.17 via Frontend Transport; Mon, 7 Feb 2022 04:14:15 -0700 From: Claudiu Beznea To: , , , CC: , , , Claudiu Beznea Subject: [PATCH] ARM: dts: at91: remove status = "okay" from soc specific dtsi Date: Mon, 7 Feb 2022 13:15:23 +0200 Message-ID: <20220207111523.575474-1-claudiu.beznea@microchip.com> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Remove status =3D "okay" from SoC specific dtsi as this is the default state. Signed-off-by: Claudiu Beznea Acked-by: Nicolas Ferre Reviewed-by: Tudor Ambarus --- arch/arm/boot/dts/sam9x60.dtsi | 4 ---- arch/arm/boot/dts/sama5d2.dtsi | 3 --- arch/arm/boot/dts/sama5d4.dtsi | 3 --- arch/arm/boot/dts/sama7g5.dtsi | 3 --- 4 files changed, 13 deletions(-) diff --git a/arch/arm/boot/dts/sam9x60.dtsi b/arch/arm/boot/dts/sam9x60.dtsi index ec45ced3cde6..e3afa1dae207 100644 --- a/arch/arm/boot/dts/sam9x60.dtsi +++ b/arch/arm/boot/dts/sam9x60.dtsi @@ -280,7 +280,6 @@ sha: sha@f002c000 { dma-names =3D "tx"; clocks =3D <&pmc PMC_TYPE_PERIPHERAL 41>; clock-names =3D "sha_clk"; - status =3D "okay"; }; =20 trng: trng@f0030000 { @@ -288,7 +287,6 @@ trng: trng@f0030000 { reg =3D <0xf0030000 0x100>; interrupts =3D <38 IRQ_TYPE_LEVEL_HIGH 0>; clocks =3D <&pmc PMC_TYPE_PERIPHERAL 38>; - status =3D "okay"; }; =20 aes: aes@f0034000 { @@ -304,7 +302,6 @@ AT91_XDMAC_DT_PERID(32))>, dma-names =3D "tx", "rx"; clocks =3D <&pmc PMC_TYPE_PERIPHERAL 39>; clock-names =3D "aes_clk"; - status =3D "okay"; }; =20 tdes: tdes@f0038000 { @@ -320,7 +317,6 @@ AT91_XDMAC_DT_PERID(31))>, dma-names =3D "tx", "rx"; clocks =3D <&pmc PMC_TYPE_PERIPHERAL 40>; clock-names =3D "tdes_clk"; - status =3D "okay"; }; =20 classd: classd@f003c000 { diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi index 09c741e8ecb8..05ab16ffa8bb 100644 --- a/arch/arm/boot/dts/sama5d2.dtsi +++ b/arch/arm/boot/dts/sama5d2.dtsi @@ -316,7 +316,6 @@ sha@f0028000 { dma-names =3D "tx"; clocks =3D <&pmc PMC_TYPE_PERIPHERAL 12>; clock-names =3D "sha_clk"; - status =3D "okay"; }; =20 aes@f002c000 { @@ -332,7 +331,6 @@ AT91_XDMAC_DT_PERID(26))>, dma-names =3D "tx", "rx"; clocks =3D <&pmc PMC_TYPE_PERIPHERAL 9>; clock-names =3D "aes_clk"; - status =3D "okay"; }; =20 spi0: spi@f8000000 { @@ -1097,7 +1095,6 @@ AT91_XDMAC_DT_PERID(28))>, dma-names =3D "tx", "rx"; clocks =3D <&pmc PMC_TYPE_PERIPHERAL 11>; clock-names =3D "tdes_clk"; - status =3D "okay"; }; =20 classd: classd@fc048000 { diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi index f6e3e6f57252..4de164905e03 100644 --- a/arch/arm/boot/dts/sama5d4.dtsi +++ b/arch/arm/boot/dts/sama5d4.dtsi @@ -684,7 +684,6 @@ aes@fc044000 { dma-names =3D "tx", "rx"; clocks =3D <&pmc PMC_TYPE_PERIPHERAL 12>; clock-names =3D "aes_clk"; - status =3D "okay"; }; =20 tdes@fc04c000 { @@ -698,7 +697,6 @@ tdes@fc04c000 { dma-names =3D "tx", "rx"; clocks =3D <&pmc PMC_TYPE_PERIPHERAL 14>; clock-names =3D "tdes_clk"; - status =3D "okay"; }; =20 sha@fc050000 { @@ -710,7 +708,6 @@ sha@fc050000 { dma-names =3D "tx"; clocks =3D <&pmc PMC_TYPE_PERIPHERAL 15>; clock-names =3D "sha_clk"; - status =3D "okay"; }; =20 hsmc: smc@fc05c000 { diff --git a/arch/arm/boot/dts/sama7g5.dtsi b/arch/arm/boot/dts/sama7g5.dtsi index afd3e069b382..0b1e85541f7f 100644 --- a/arch/arm/boot/dts/sama7g5.dtsi +++ b/arch/arm/boot/dts/sama7g5.dtsi @@ -83,7 +83,6 @@ securam: securam@e0000000 { #size-cells =3D <1>; ranges =3D <0 0xe0000000 0x4000>; no-memory-wc; - status =3D "okay"; }; =20 secumod: secumod@e0004000 { @@ -653,13 +652,11 @@ spi11: spi@400 { uddrc: uddrc@e3800000 { compatible =3D "microchip,sama7g5-uddrc"; reg =3D <0xe3800000 0x4000>; - status =3D "okay"; }; =20 ddr3phy: ddr3phy@e3804000 { compatible =3D "microchip,sama7g5-ddr3phy"; reg =3D <0xe3804000 0x1000>; - status =3D "okay"; }; =20 gic: interrupt-controller@e8c11000 { --=20 2.32.0