Re: [PATCH v2 1/2] arm64: dts: imx8mm: Add pinctrl config definitions
From: Krzysztof Kozlowski
Date: Sun Feb 23 2025 - 05:28:20 EST
On Tue, Feb 18, 2025 at 09:39:16AM +0100, Maud Spierings wrote:
> 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.
>
> Signed-off-by: Maud Spierings <maudspierings@xxxxxxxxxxxxxx>
> ---
> arch/arm64/boot/dts/freescale/imx8mm-pinfunc.h | 27 ++++++++++++++++++++++++++
> 1 file changed, 27 insertions(+)
>
Why are you adding defines which have no users? This is just dead code.
Best regards,
Krzysztof