Commit 03241620 authored by Josua Mayer's avatar Josua Mayer Committed by Frank Li
Browse files

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: 8a1365c7 ("arm64: dts: lx2160a: add pinmux and i2c gpio to support bus recovery")
Signed-off-by: default avatarJosua Mayer <josua@solid-run.com>
Signed-off-by: default avatarFrank Li <Frank.Li@nxp.com>
parent 89ea0dbd
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -1722,7 +1722,7 @@ pinmux_i2crv: pinmux@70010012c {
			pinctrl-single,function-mask = <0x7>;

			i2c1_pins: iic2-i2c-pins {
				pinctrl-single,bits = <0x0 0 0x7>;
				pinctrl-single,bits = <0x0 0x0 0x7>;
			};

			gpio0_31_30_pins: iic2-gpio-pins {
@@ -1734,7 +1734,7 @@ esdhc0_cd_wp_pins: iic2-sdhc-pins {
			};

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

			gpio0_29_28_pins: iic3-gpio-pins {
@@ -1742,7 +1742,7 @@ gpio0_29_28_pins: iic3-gpio-pins {
			};

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

			gpio0_27_26_pins: iic4-gpio-pins {
@@ -1750,7 +1750,7 @@ gpio0_27_26_pins: iic4-gpio-pins {
			};

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

			gpio0_25_24_pins: iic5-gpio-pins {
@@ -1758,7 +1758,7 @@ gpio0_25_24_pins: iic5-gpio-pins {
			};

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

			gpio0_23_22_pins: iic6-gpio-pins {