Add DT pinctrl definitions for SSC12 controller. Signed-off-by: Peter Griffin <peter.griffin@xxxxxxxxxx> --- arch/arm/boot/dts/stih407-pinctrl.dtsi | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/arch/arm/boot/dts/stih407-pinctrl.dtsi b/arch/arm/boot/dts/stih407-pinctrl.dtsi index 87e75bf..e647751 100644 --- a/arch/arm/boot/dts/stih407-pinctrl.dtsi +++ b/arch/arm/boot/dts/stih407-pinctrl.dtsi @@ -203,6 +203,15 @@ }; }; + i2c12 { + pinctrl_i2c12_default: i2c12-default { + st,pins { + sda = <&pio3 6 ALT2 BIDIR>; + scl = <&pio3 7 ALT2 BIDIR>; + }; + }; + }; + keyscan { pinctrl_keyscan: keyscan { st,pins { -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html