From patchwork Tue Oct 31 20:37:50 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frieder Schrempf X-Patchwork-Id: 13442271 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 0847EC00142 for ; Tue, 31 Oct 2023 20:40:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id: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=08mpJQG+CaDlqcYWlSnK3+AIZzmg7vp2mifmpKTFUzk=; b=gdaxaFY1nVV7MG GSKBemW/EV0WccIFRKKGcqyqEWB38hhwzmdBSXAI83L1PrD2xgbiCMnWc4iFAgDd1AW3H3XZOqXPE wB1so6t73DCXtjfDcYFJmSHGk76iiXE0sjGWc8KrLtjHCDVubZT/9bfMrxSdhYezINHrvi9+7Z77c FR9RHwfdQorfPJ7bVQLGvv1wlaX43zeE2KJw55PgEinY0T/8pAGeOABVm29i26yrbAqpbQRSWAe8J ySE6PJMISe0R1FJiHjv00EV9grrdVwFRtmJg85Gh/ASU6APvtlz506E3TrW4yd+bCefIX2oCQDVm6 Sbp1GTmSKIt+v5G+/6Pw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qxvXA-0066O0-1D; Tue, 31 Oct 2023 20:40:20 +0000 Received: from [2a01:4f8:c2c:390b::1] (helo=mail.fris.de) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qxvWR-006663-25 for linux-arm-kernel@lists.infradead.org; Tue, 31 Oct 2023 20:39:36 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 56BCAC03DD; Tue, 31 Oct 2023 21:39:33 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fris.de; s=dkim; t=1698784774; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding:in-reply-to:references; bh=YpM5vxrR6ZrUF/Hkjv41Um8dF7koOSkUsqfyGCRk++E=; b=QG1kIjaXhwIl5fCCU06yivRLQ3/G8AS4T/xogJexbos+pLX3FHVr1gYnIilTvDw6rY5Neh hn/wpcnO0j7dy2V/Ep1F2Z6y/Z0nD7pzVb6uWIuMpVK+Cuq0fCeH4DVlxpxJ3iNUYTqNks UVhYBYLNcjlKSIeKg8bVi4czsM1BdazDxG4QmYNxJTgH6RNBkAjgAqOMRasvsUZ7zWdf0x XZJ2z9c2gdXdTgMrY14eOMdw1mG+bbEduM66QHtKL6KTSv6OP5XUL0e8Woe+xLVhAf4jpX a4MW9zjH09CKdcLecFXFZJoWrhI9327PbrxGF+agjhTSu4zLTvMVFQPR82O4yA== From: Frieder Schrempf To: Conor Dooley , devicetree@vger.kernel.org, Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Rob Herring , Sascha Hauer , Shawn Guo Cc: Frieder Schrempf , Fabio Estevam , Marek Vasut , NXP Linux Team , Pengutronix Kernel Team Subject: [PATCH 13/14] arm64: dts: imx8mm-kontron: Add I2C EEPROM on OSM-S Kontron i.MX8MM Date: Tue, 31 Oct 2023 21:37:50 +0100 Message-ID: <20231031203836.3888404-14-frieder@fris.de> In-Reply-To: <20231031203836.3888404-1-frieder@fris.de> References: <20231031203836.3888404-1-frieder@fris.de> MIME-Version: 1.0 X-Last-TLS-Session-Version: TLSv1.3 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231031_133935_837470_502B2D1A X-CRM114-Status: UNSURE ( 8.91 ) 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 From: Frieder Schrempf There is an EEPROM on the SoM module. Add it to the description. Signed-off-by: Frieder Schrempf --- arch/arm64/boot/dts/freescale/imx8mm-kontron-osm-s.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm64/boot/dts/freescale/imx8mm-kontron-osm-s.dtsi b/arch/arm64/boot/dts/freescale/imx8mm-kontron-osm-s.dtsi index b161b0c85d61e..6b9058fc53332 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm-kontron-osm-s.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mm-kontron-osm-s.dtsi @@ -205,6 +205,14 @@ reg_nvcc_sd: LDO5 { }; }; + eeprom: eeprom@50 { + compatible = "atmel,24c64"; + reg = <0x50>; + address-width = <16>; + pagesize = <32>; + size = <8192>; + }; + rv3028: rtc@52 { compatible = "microcrystal,rv3028"; reg = <0x52>;