Skip to content

Commit 0324162

Browse files
Josua-SRnxpfrankli
authored andcommitted
arm64: dts: lx2160a: change zeros to hexadecimal in pinmux nodes
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>
1 parent 89ea0db commit 0324162

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
@@ -1722,7 +1722,7 @@
17221722
pinctrl-single,function-mask = <0x7>;
17231723

17241724
i2c1_pins: iic2-i2c-pins {
1725-
pinctrl-single,bits = <0x0 0 0x7>;
1725+
pinctrl-single,bits = <0x0 0x0 0x7>;
17261726
};
17271727

17281728
gpio0_31_30_pins: iic2-gpio-pins {
@@ -1734,31 +1734,31 @@
17341734
};
17351735

17361736
i2c2_pins: iic3-i2c-pins {
1737-
pinctrl-single,bits = <0x0 0 (0x7 << 3)>;
1737+
pinctrl-single,bits = <0x0 0x0 (0x7 << 3)>;
17381738
};
17391739

17401740
gpio0_29_28_pins: iic3-gpio-pins {
17411741
pinctrl-single,bits = <0x0 (0x1 << 3) (0x7 << 3)>;
17421742
};
17431743

17441744
i2c3_pins: iic4-i2c-pins {
1745-
pinctrl-single,bits = <0x0 0 (0x7 << 6)>;
1745+
pinctrl-single,bits = <0x0 0x0 (0x7 << 6)>;
17461746
};
17471747

17481748
gpio0_27_26_pins: iic4-gpio-pins {
17491749
pinctrl-single,bits = <0x0 (0x1 << 6) (0x7 << 6)>;
17501750
};
17511751

17521752
i2c4_pins: iic5-i2c-pins {
1753-
pinctrl-single,bits = <0x0 0 (0x7 << 9)>;
1753+
pinctrl-single,bits = <0x0 0x0 (0x7 << 9)>;
17541754
};
17551755

17561756
gpio0_25_24_pins: iic5-gpio-pins {
17571757
pinctrl-single,bits = <0x0 (0x1 << 9) (0x7 << 9)>;
17581758
};
17591759

17601760
i2c5_pins: iic6-i2c-pins {
1761-
pinctrl-single,bits = <0x0 0 (0x7 << 12)>;
1761+
pinctrl-single,bits = <0x0 0x0 (0x7 << 12)>;
17621762
};
17631763

17641764
gpio0_23_22_pins: iic6-gpio-pins {

0 commit comments

Comments
 (0)