Commit 56391244 authored by Carlos Song's avatar Carlos Song Committed by Shawn Guo
Browse files

arm64: dts: imx93-11x11-evk: remove redundant "sleep" pinctrl in lpi2c2 node



In lpi2c2 node, default pinctrl and sleep pinctrl have the same value.
So "sleep" pinctrl is redundant and remove it.

Signed-off-by: default avatarCarlos Song <carlos.song@nxp.com>
Reviewed-by: default avatarFabio Estevam <festevam@gmail.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent abc01d52
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -230,9 +230,8 @@ inertial-meter@6a {

&lpi2c2 {
	clock-frequency = <400000>;
	pinctrl-names = "default", "sleep";
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_lpi2c2>;
	pinctrl-1 = <&pinctrl_lpi2c2>;
	status = "okay";

	pcal6524: gpio@22 {