From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-m16.yeah.net (mail-m16.yeah.net [220.197.32.18]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 0A2F924B5B for ; Thu, 27 Jun 2024 06:43:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=220.197.32.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719470642; cv=none; b=LEFP0VNvdLgVDWhC5mqAKj8w3iGG+CMoVdZ3k4XczebZGATxy20bhKCWzA6Z0y1CYQtknwPVaZLEu/zQOZlb2SfS3Jf6hFb6QF78Ht0fVnGPg4K1PVKniGwwHj1cIx4JoUCaC8Nb5VdnxUSp1Jk6gEbc34cYrDErxaBZmBWQ2bo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719470642; c=relaxed/simple; bh=2A1/2HrTKjDsWOcr0jMGmUfyKlVQymgD4VQxvVVU4YU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=DmEEdlcU23QVeSL6+pDOCFIBOsvcLOSysYCKTAkrJ86ZisLlfoTFYitTtjqgXEX37z6t9xhN6dL772LEqrLVh6JgDKmlJklOdUf0XQ1bvix76/ZmIPR2AKw614fL3ymvNPymWxnkw3405QZv71xsNb+T87wfgbsOO/CztwgzRHI= 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=WfHVKnWo; arc=none smtp.client-ip=220.197.32.18 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="WfHVKnWo" 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=RL696Ekw/RfvvXhAh6mLeEdJy7RchRYI7LZ9WoWmZmY=; b=WfHVKnWoAYdQIAJaPD9LbvEr4LBWowDXNKWrgvQCvFNqObT3c+HJfMfpdwhJsj W8D3HzHSO0ttGMSjOw8/RQ1TpAn3HKejlOrT9cnrXlK1+TVmI8GrQ2vQVfmUCouf C4ohkUnREifqI4O3lp4E/haofiKgiUMPX4mlOwu/gvHa8= Received: from dragon (unknown [114.218.218.47]) by gzsmtp1 (Coremail) with SMTP id Mc8vCgDHj2qQAn1mR28ZAA--.25037S3; Thu, 27 Jun 2024 14:11:30 +0800 (CST) Date: Thu, 27 Jun 2024 14:11:28 +0800 From: Shawn Guo To: =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= Cc: Shawn Guo , Sascha Hauer , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Pengutronix Kernel Team , Fabio Estevam , devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= Subject: Re: [PATCH] ARM: dts: nxp: imx6: convert NVMEM content to layout syntax Message-ID: References: <20240520060222.2980-1-zajec5@gmail.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20240520060222.2980-1-zajec5@gmail.com> X-CM-TRANSID:Mc8vCgDHj2qQAn1mR28ZAA--.25037S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUVG-eUUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiBBILZWZqryB7ewAAs7 On Mon, May 20, 2024 at 08:02:22AM +0200, Rafał Miłecki wrote: > From: Rafał Miłecki > > Use cleaner (and non-deprecated) bindings syntax. See commit > bd912c991d2e ("dt-bindings: nvmem: layouts: add fixed-layout") for > details. > > Signed-off-by: Rafał Miłecki Applied, thanks!