From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-m16.yeah.net (mail-m16.yeah.net [1.95.21.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2956621C9F5; Thu, 19 Jun 2025 04:02:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=1.95.21.16 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750305768; cv=none; b=HJobaikZBu13Wz4Q+M46SfQqX7QEa8KtFlYu1rpCCZmm4bsHmxQHHxjV1MINILTAGK/r3h2KZlZoVvXYAHRuli1q5K5Rw6BQnjeRKMJ0tpkm3HimUKovFd0+I9Ai0JoH9Fym2dFsa5d0D9py0G6HiTDjyekWmApA/fyYusk01tA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750305768; c=relaxed/simple; bh=dGXn9HsikZoPeqGXMzGHbrPCQh8SVD69TaCtUZdgaTk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=XqhLq/PwKvCzTfnm92j6hFBF/UkaU3jjMCMhwRiBYhTkM/fyFJffewEv2vrnm0su1Vn6eQkQbJD5qC45xF5yQkP5MZBnsf5ACkhoSvwC/y88D2HoQPiS1at+7VpFQ+5B6REFMSNH0zVKENO5DxMB8VlmbIifO/9yqztnaM98kwE= 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=HsAkH6o7; arc=none smtp.client-ip=1.95.21.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="HsAkH6o7" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:To:Subject:Message-ID:MIME-Version: Content-Type; bh=quvcjZIyZdHXE2r5su/BoIFtXlfUorFHohW6xpcB5B0=; b=HsAkH6o7CAehFoLWGauWTIMSs9aU+tPr6b4AO3hzKV+m/HV3WbbWoAYQgC2Ff/ CC8AbNo32cE/q7bzmRTjRNzWgKj+hN4hjlAfrSnC5RhpTMv18cfGlAuiiiQ2iKsQ 6BsnaF+zvMqplGN1/zwXCx9X3bsySvbSWPFm8CK5Wps0M= Received: from dragon (unknown []) by gzsmtp3 (Coremail) with SMTP id M88vCgDX_zq0i1Noom_2AA--.60308S3; Thu, 19 Jun 2025 12:01:58 +0800 (CST) Date: Thu, 19 Jun 2025 12:01:56 +0800 From: Shawn Guo To: maudspierings@gocontroll.com Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, Frank Li Subject: Re: [PATCH v7 2/8] arm64: dts: imx8mp: Add pinctrl config definitions Message-ID: References: <20250520-initial_display-v7-0-a8f0195420aa@gocontroll.com> <20250520-initial_display-v7-2-a8f0195420aa@gocontroll.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=us-ascii Content-Disposition: inline In-Reply-To: <20250520-initial_display-v7-2-a8f0195420aa@gocontroll.com> X-CM-TRANSID:M88vCgDX_zq0i1Noom_2AA--.60308S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUU8529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxU0EfOUUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiCQJxZWhTi3sBCwAAse On Tue, May 20, 2025 at 08:34:51AM +0200, Maud Spierings via B4 Relay wrote: > From: Maud Spierings > > Currently to configure each IOMUXC_SW_PAD_CTL_PAD the raw value of this > register is written in the dts, these values are not obvious. Add defines > which describe the fields of this register which can be or-ed together to > produce readable settings. > > Reviewed-by: Frank Li > Acked-by: Rob Herring (Arm) > Signed-off-by: Maud Spierings Applied, thanks!