From nobody Mon Sep 16 19:39:10 2024 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 D089A67E97; Tue, 13 Feb 2024 01:03:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707786235; cv=none; b=W+dAu3H9frWd8NP+w9YtHR7d7qgvggxxbkekZ1UnCO8o7rRRhkAH0Zo65NnF4JWjQp/sY8sfoDK4zchvlITmYCwPrevrdzQhQDaeMi/+V0X2YbMyYBiGDMZWey9ATpFfSBu5ES+KLBscCc7udvsOfT4gIHuO2batyyWfhd0w+7M= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707786235; c=relaxed/simple; bh=4dEfl82ZwKQ7mXIpNreWb5CcjIFADyzlcxSDXtMAG3w=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=trtJQdBxNYBfcFA2s/2xr935TmFQFx8P+pN/jIOQF5wyb6gpjmyqaBjTY2Lf2luhBp195VXCdp2wHRMWk60QdHwzmaSU8TogEhT2Qw8moBEKhjFcIg+piys6MydCEWPreFeIeFqp7PFopBY/8DBMPg+c/2NkDoZMXsAACC5RdkA= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=HZErKdlR; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="HZErKdlR" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 419B3C433C7; Tue, 13 Feb 2024 01:03:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1707786235; bh=4dEfl82ZwKQ7mXIpNreWb5CcjIFADyzlcxSDXtMAG3w=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=HZErKdlRR/fMWxh89IBb8dkrJ3qxrlPRMiSiHMDQo0onkUO4hGYnipB7Pzi4JobHs ZccsU+lCidwB7p+Oa2Cwa8XRwHXU4C4dFnefOT0uT/2WKRgVVixNveBjWiDRIBA1Dh dWT6zZWhy6BlEKV22X+fhsuLknG83MbVFO3HM3Yy3xuIh2gi6H6qAiPENJ7YBKllo7 umMHl67B44daavl0w6BF8uukls3pozN5hCW9HIIGEBb7ES1ZoNBkQJ3f/U8YVQY4Ds pzPmDh6Ek0zy4SCNlBg8z4KNm7EvmkA0te+udLkmOtFAhF8tn/YFhS7oXy1tyYky9C Z9yD1FxqBAMwQ== Received: by mercury (Postfix, from userid 1000) id 53429106D637; Tue, 13 Feb 2024 02:03:49 +0100 (CET) From: Sebastian Reichel To: Sebastian Reichel , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Fabio Estevam , Pengutronix Kernel Team , NXP Linux Team Cc: Dong Aisheng , Linus Walleij , Dmitry Torokhov , Mark Brown , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 09/17] ARM: dts: imx6ull: fix pinctrl node name Date: Tue, 13 Feb 2024 02:00:58 +0100 Message-ID: <20240213010347.1075251-10-sre@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240213010347.1075251-1-sre@kernel.org> References: <20240213010347.1075251-1-sre@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" pinctrl node name must be either pinctrl or pinmux. Signed-off-by: Sebastian Reichel Reviewed-by: Linus Walleij --- arch/arm/boot/dts/nxp/imx/imx6ull.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/nxp/imx/imx6ull.dtsi b/arch/arm/boot/dts/nxp= /imx/imx6ull.dtsi index 2bccd45e9fc2..8a1776067ecc 100644 --- a/arch/arm/boot/dts/nxp/imx/imx6ull.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx6ull.dtsi @@ -75,7 +75,7 @@ rngb: rng@2284000 { clocks =3D <&clks IMX6UL_CLK_DUMMY>; }; =20 - iomuxc_snvs: iomuxc-snvs@2290000 { + iomuxc_snvs: pinctrl@2290000 { compatible =3D "fsl,imx6ull-iomuxc-snvs"; reg =3D <0x02290000 0x4000>; }; --=20 2.43.0