From nobody Mon Sep 15 12:55:17 2025 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 D3372C54EBC for ; Thu, 12 Jan 2023 11:12:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233996AbjALLMU (ORCPT ); Thu, 12 Jan 2023 06:12:20 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33760 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233833AbjALLLS (ORCPT ); Thu, 12 Jan 2023 06:11:18 -0500 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9B05D54734; Thu, 12 Jan 2023 03:03:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1673521394; x=1705057394; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=a04DBEO5emeAMevR4WYHcvqopccnG+bxo87TD5Rxvls=; b=Pz+GbH/c7da80uNqU5H4zMJ1anlULtHMtkg2yq70fdOZcV7hHXmibFm1 aiYlTqIbyuVb5luSBpc4qA9ix6hZ6nXEnkQrqAO1AguZuAN/yL7+J+CBG BD61pdDAmnVwXU+1LkFYotEcT4E/rw56KQ2aQY5wui2ppxyF8SejlL7JL rrWcuSn/VlSdVBcIOz8VVy2AehuJwOKYtE7yGXGc+b8pserNDoBw4iP28 s2u4wSCjoODSYSFYxf5rjtvDcf99G01gym6E6yB0hIfkxz4PLw8fK2Sin /GSYXN254YCtaEsqBTAAY/sWAUeinqOLToivtCd0T4O1otTWF7UWPEh3G A==; X-IronPort-AV: E=Sophos;i="5.96,319,1665471600"; d="scan'208";a="131991546" Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa6.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 12 Jan 2023 04:03:13 -0700 Received: from chn-vm-ex03.mchp-main.com (10.10.85.151) 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.2507.16; Thu, 12 Jan 2023 04:03:07 -0700 Received: from che-lt-i66125lx.microchip.com (10.10.115.15) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server id 15.1.2507.16 via Frontend Transport; Thu, 12 Jan 2023 04:03:00 -0700 From: Durai Manickam KR To: , , , , , , , , , , , , , , , , , , , , , , , , CC: Durai Manickam KR Subject: [PATCH v4 3/8] ARM: dts: at91: sam9x60: fix spi4 node Date: Thu, 12 Jan 2023 16:32:03 +0530 Message-ID: <20230112110208.97946-4-durai.manickamkr@microchip.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230112110208.97946-1-durai.manickamkr@microchip.com> References: <20230112110208.97946-1-durai.manickamkr@microchip.com> 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" The ranges, #address-cells and #size-cells properties are not required, remove them from the spi4 node. Signed-off-by: Durai Manickam KR Reviewed-by: Claudiu Beznea --- arch/arm/boot/dts/at91-sam9x60ek.dts | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/boot/dts/at91-sam9x60ek.dts b/arch/arm/boot/dts/at91-= sam9x60ek.dts index 4ff84633dd43..6b6391d5041e 100644 --- a/arch/arm/boot/dts/at91-sam9x60ek.dts +++ b/arch/arm/boot/dts/at91-sam9x60ek.dts @@ -232,8 +232,6 @@ &flx4 { spi4: spi@400 { pinctrl-names =3D "default"; pinctrl-0 =3D <&pinctrl_flx4_default>; - #address-cells =3D <1>; - #size-cells =3D <0>; status =3D "disabled"; }; }; --=20 2.25.1