From patchwork Thu Jul 4 15:14:05 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrei Simion X-Patchwork-Id: 13723903 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 7100EC30653 for ; Thu, 4 Jul 2024 15:17:15 +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:Content-Type: Content-Transfer-Encoding:MIME-Version:References:In-Reply-To:Message-ID:Date :Subject:CC:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=scjmiNXN9IV1poFW9HQkkA1pn5zoetNaTOzIXfC8n8w=; b=fN7UmfvjHPZduaZzpK+nktU8Tv UeTkqZuexTZHpLzchF1i8fxn6VRfjeMZu/XpUeP6ksrf/BL8QHabzHnl5uM1WI4om67uVVeztk/pn +89KTc8gejuP27ONVa4yLI5iWIq8aJPk7RVynayJ0MpiCalql9EhIQSFpGwvNElQ60XC3MmGXMC0f IWPZq8rWrr9AxVSye79DqSZ5sIK/34QZVqEd2WTClNMhEMvNBBeNxlY1+gK7GWbnw1xlTjV31MePy EStb8MErCdVMZ0WmQQMmWHsZPnkcZf0rzfur1yqsuFEYa9dOtr8WNXahjlC8i/AKuzIiIoFPFwIqw NBD1y9QQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sPOCn-0000000Det8-0Z0K; Thu, 04 Jul 2024 15:17:05 +0000 Received: from esa.microchip.iphmx.com ([68.232.153.233]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sPOAr-0000000DeK4-3OVZ for linux-arm-kernel@lists.infradead.org; Thu, 04 Jul 2024 15:15:07 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1720106105; x=1751642105; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=090C6fObsPMHQlArbVV/KRIGFjL2wBY0XbhN4XnQPZ0=; b=ySjRizQVEUwtDrnWcS3h2LfWsYU+sSAMQzSjxFs3EbnMT5PVVF/hdmg6 MuhXK8grnVsni6W3SQphim9tM5d/bf7JtaAl7bv06/2j/eN1FpllioK/Z jtu7IvOSd0NaVoRU+vrbsoULT3B82BzZ/c/BvtrjYX3uT4UBa1g933qjA 5BDo3pWsalzW8gKgnv0ehQjs4emZqMTu+3I9N0AkhNocSv1y6Q02heWH6 1MAgbRy2DMcFpfRo5xJvdQUPkig5eF0+4qcxcQnixujG1MtB1CWDVxDcP ua7TxwehlO4RFhksYCmOMIZAjzmshR2E+oCpBkgY1UvbttSjCm3ii06I6 w==; X-CSE-ConnectionGUID: yuRgZFa1RACzV38HdxMQZg== X-CSE-MsgGUID: ilCO3uieRUet8LfhjHMplg== X-IronPort-AV: E=Sophos;i="6.09,183,1716274800"; d="scan'208";a="31482012" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa1.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 04 Jul 2024 08:15:04 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Thu, 4 Jul 2024 08:14:41 -0700 Received: from ROB-ULT-M76677.microchip.com (10.10.85.11) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.2507.35 via Frontend Transport; Thu, 4 Jul 2024 08:14:38 -0700 From: Andrei Simion To: , , , , , CC: , , , Andrei Simion Subject: [PATCH 1/7] ARM: dts: microchip: at91-sama5d2_xplained: Align the eeprom nodename Date: Thu, 4 Jul 2024 18:14:05 +0300 Message-ID: <20240704151411.69558-2-andrei.simion@microchip.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240704151411.69558-1-andrei.simion@microchip.com> References: <20240704151411.69558-1-andrei.simion@microchip.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240704_081505_876289_169AFCF4 X-CRM114-Status: GOOD ( 10.85 ) 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 Align the eeprom nodename according to device tree specification and at24.yaml. Signed-off-by: Andrei Simion --- arch/arm/boot/dts/microchip/at91-sama5d2_xplained.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/microchip/at91-sama5d2_xplained.dts b/arch/arm/boot/dts/microchip/at91-sama5d2_xplained.dts index 6680031387e8..4bab3f25b855 100644 --- a/arch/arm/boot/dts/microchip/at91-sama5d2_xplained.dts +++ b/arch/arm/boot/dts/microchip/at91-sama5d2_xplained.dts @@ -411,7 +411,7 @@ i2c1: i2c@fc028000 { scl-gpios = <&pioA PIN_PD5 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>; status = "okay"; - at24@54 { + eeprom@54 { compatible = "atmel,24c02"; reg = <0x54>; pagesize = <16>;