From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-m16.yeah.net (mail-m16.yeah.net [220.197.32.16]) (using TLSv1.2 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2EF0026FA5E; Wed, 23 Apr 2025 10:11:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=220.197.32.16 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745403106; cv=none; b=sVsze+36y2AhcyATcCzzwDr4Hy9DM9CE/qTwpO3WCSM2GsNkHCcW0SKNr0O0uR6tdhsWUz3OS/mZgGTeVVXbS8bW0O4sdVFFp3XoPqZMIKOswyZhja2Y7GTyOo4iPXiGGFy7lGVQFYBgLWAbeZEQ2zB4gNK4q2mtl0mORqrbMa0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745403106; c=relaxed/simple; bh=b0Y5tJW1ARr3F4YWKHFkC6Fk3ydx1M0d376iWWVuTyw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=OyCWk5KbtfnPMAn3F24MHjiVQJ4Vkg5yv7T/yiTT3ajyODa/bxyi0cHfpBztTCG5dggbca7b14rFmAxcvM0j2dTOG4Uk3eCGUKIAhnUH9c6rNu6IBvcMB4TT0btFDK5c8wT7BIM6ziMjVLPMincGeQajpnq8JhlQ7gWHaUR6P4c= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net; spf=pass smtp.mailfrom=yeah.net; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b=VmjmFA6C; arc=none smtp.client-ip=220.197.32.16 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=yeah.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b="VmjmFA6C" 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=8xPfywdOkuj394mc3umyqwbKkDiIsCkuQlStktpti4E=; b=VmjmFA6Ce7I6PrfdruXOITMs/muo7+n0WI4zSAYU3OqKEvrLA0WkRFto+Ox/vg ygoNn+w2v9CiuRaQirdV3GPe17+zCNSfKgeu1JGQUlsWefqXrxftynpc2jx3U+J+ mC/Ub2rvLu+nmuespAa7Juu4yXzpnurHuqHAfruvtH4tA= Received: from dragon (unknown []) by gzsmtp1 (Coremail) with SMTP id Mc8vCgCXWdmivAhojG7BAw--.25526S3; Wed, 23 Apr 2025 18:10:44 +0800 (CST) Date: Wed, 23 Apr 2025 18:10:42 +0800 From: Shawn Guo To: Francesco Dolcini Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Francesco Dolcini , devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1 0/2] arm64: dts: freescale: imx8m[mp]-verdin: Add EEPROM compatible fallback Message-ID: References: <20250408202939.6887-1-francesco@dolcini.it> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250408202939.6887-1-francesco@dolcini.it> X-CM-TRANSID:Mc8vCgCXWdmivAhojG7BAw--.25526S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUU8529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUI38nUUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiNQR02WgIvKSpjAAA3B On Tue, Apr 08, 2025 at 10:29:37PM +0200, Francesco Dolcini wrote: > From: Francesco Dolcini > > According to the AT24 EEPROM bindings the compatible string should > contain first the actual manufacturer, and second the corresponding > atmel model. > > Add the atmel compatible fallback accordingly. > > Francesco Dolcini (2): > arm64: dts: freescale: imx8mp-verdin: Add EEPROM compatible fallback > arm64: dts: freescale: imx8mm-verdin: Add EEPROM compatible fallback Applied both, thanks!