mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
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: Carlos Song <carlos.song@nxp.com> Reviewed-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
abc01d5260
commit
56391244a0
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user