Skip to content

Commit d5f102e

Browse files
committed
ARM: dts: STiH407-pinctrl: Add i2c2_alt2_1 node
Add missing pin muxing for I2C2 alternate 2. This i2c2 pin muxing is dedicated for 96board high speed expansion connector. Signed-off-by: Patrice Chotard <patrice.chotard@st.com> [Lee: Correct spacing between nodes] Signed-off-by: Lee Jones <lee.jones@linaro.org> Reviewed-by: Peter Griffin <peter.griffin@linaro.org>
1 parent 70bc0f3 commit d5f102e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

arch/arm/boot/dts/stih407-pinctrl.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,13 @@
523523
scl = <&pio15 5 ALT2 BIDIR>;
524524
};
525525
};
526+
527+
pinctrl_i2c2_alt2_1: i2c2-alt2-1 {
528+
st,pins {
529+
sda = <&pio12 6 ALT2 BIDIR>;
530+
scl = <&pio12 5 ALT2 BIDIR>;
531+
};
532+
};
526533
};
527534

528535
i2c3 {

0 commit comments

Comments
 (0)