Skip to content

Commit 857dbf1

Browse files
Josua-SRgregkh
authored andcommitted
arm64: dts: lx2160a: change zeros to hexadecimal in pinmux nodes
[ Upstream commit 0324162 ] Replace some stray zeros from decimal to hexadecimal format within pinmux nodes. No functional change intended. Fixes: 8a1365c ("arm64: dts: lx2160a: add pinmux and i2c gpio to support bus recovery") Signed-off-by: Josua Mayer <josua@solid-run.com> Signed-off-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent e77a86d commit 857dbf1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1718,7 +1718,7 @@
17181718
pinctrl-single,function-mask = <0x7>;
17191719

17201720
i2c1_pins: iic2-i2c-pins {
1721-
pinctrl-single,bits = <0x0 0 0x7>;
1721+
pinctrl-single,bits = <0x0 0x0 0x7>;
17221722
};
17231723

17241724
gpio0_31_30_pins: iic2-gpio-pins {
@@ -1730,31 +1730,31 @@
17301730
};
17311731

17321732
i2c2_pins: iic3-i2c-pins {
1733-
pinctrl-single,bits = <0x0 0 (0x7 << 3)>;
1733+
pinctrl-single,bits = <0x0 0x0 (0x7 << 3)>;
17341734
};
17351735

17361736
gpio0_29_28_pins: iic3-gpio-pins {
17371737
pinctrl-single,bits = <0x0 (0x1 << 3) (0x7 << 3)>;
17381738
};
17391739

17401740
i2c3_pins: iic4-i2c-pins {
1741-
pinctrl-single,bits = <0x0 0 (0x7 << 6)>;
1741+
pinctrl-single,bits = <0x0 0x0 (0x7 << 6)>;
17421742
};
17431743

17441744
gpio0_27_26_pins: iic4-gpio-pins {
17451745
pinctrl-single,bits = <0x0 (0x1 << 6) (0x7 << 6)>;
17461746
};
17471747

17481748
i2c4_pins: iic5-i2c-pins {
1749-
pinctrl-single,bits = <0x0 0 (0x7 << 9)>;
1749+
pinctrl-single,bits = <0x0 0x0 (0x7 << 9)>;
17501750
};
17511751

17521752
gpio0_25_24_pins: iic5-gpio-pins {
17531753
pinctrl-single,bits = <0x0 (0x1 << 9) (0x7 << 9)>;
17541754
};
17551755

17561756
i2c5_pins: iic6-i2c-pins {
1757-
pinctrl-single,bits = <0x0 0 (0x7 << 12)>;
1757+
pinctrl-single,bits = <0x0 0x0 (0x7 << 12)>;
17581758
};
17591759

17601760
gpio0_23_22_pins: iic6-gpio-pins {

0 commit comments

Comments
 (0)