From mboxrd@z Thu Jan 1 00:00:00 1970 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 B340FC27C53 for ; Sun, 16 Jun 2024 12:23:04 +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:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=b91uB0erFS7aQHYdMCKwO4zVsP6GD3eL3+ML+uqiaSo=; b=pKx5rr2cCkh4MJ4W2Ds+v1cUyj sb/0y07sjdul7zYUNufpXvPd7Jy/ueyRaxYG0mFiX2e5Ku/iagr9gNcXHsFDmdaLBm6kT/cUwvrEI FNnMREfDIMIIXwXzZw1f9xInGqKYs1rYNots35buLBRYOuVjIVxBC7tb5RFvndwxPvMqF9B9P5uhn 14/iwf5XpAK08SgMCKJhipKN21t4rde6yg44zEpFuPNTM6LlAkbuYZJAMlafU37v0jpzoANumX1TZ pc3fBy3B2itCBv20wrg+Rre/3MVpUh+bww6O9COCMCXYwvHYu2GbK7Tsque+9IxsRyvsoYTZD6Wtn OGd0ZHTw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sIouK-00000007Ufu-0FZi; Sun, 16 Jun 2024 12:22:52 +0000 Received: from mail-177131.yeah.net ([123.58.177.131]) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sIouH-00000007UfX-1yD8 for linux-arm-kernel@lists.infradead.org; Sun, 16 Jun 2024 12:22:51 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:Subject:Message-ID:MIME-Version: Content-Type; bh=b91uB0erFS7aQHYdMCKwO4zVsP6GD3eL3+ML+uqiaSo=; b=pJ82Ecj1+dEJ1uvLwImHlp8T5SpjzA/vdGkYsZeDMVCQSSpjobSuZLaC5nVzI5 WWA7Jpk7vQAd0vZazw1ILncdwn1ErHqnRoDSRKhQ1CAbVTkZx6h58AP66FL5q9An WNNpOynu16Mjb5S0rxE+cT4gf9E07EusIBLcGe2/UqtBE= Received: from dragon (unknown [114.216.76.201]) by smtp1 (Coremail) with SMTP id ClUQrAA3nvoQ2W5m9pUCCA--.39502S3; Sun, 16 Jun 2024 20:22:41 +0800 (CST) Date: Sun, 16 Jun 2024 20:22:40 +0800 From: Shawn Guo To: Mike Looijmans Cc: devicetree@vger.kernel.org, Conor Dooley , Krzysztof Kozlowski , Rob Herring , Shawn Guo , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64: dts: ls1028a-rdb: Add EEPROM nodes to I2C bus Message-ID: References: <1b153bce-a66a-45ee-a5c6-963ea6fb1c82.949ef384-8293-46b8-903f-40a477c056ae.c99f8488-228d-4347-9f04-8a0b4c3c2a3f@emailsignatures365.codetwo.com> <20240604062723.82703-1-mike.looijmans@topic.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240604062723.82703-1-mike.looijmans@topic.nl> X-CM-TRANSID: ClUQrAA3nvoQ2W5m9pUCCA--.39502S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUx0tCDUUUU X-Originating-IP: [114.216.76.201] X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiBREAZVsVCpsu3AAAsc X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240616_052249_810008_74C33FB9 X-CRM114-Status: UNSURE ( 7.90 ) 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 On Tue, Jun 04, 2024 at 08:27:22AM +0200, Mike Looijmans wrote: > The LS1028ARDB board contains three EEPROM devices, for > storing boot code, DDR SPD and board information. Add the > missing entries to the devicetree. > > Signed-off-by: Mike Looijmans Applied, thanks!