Message ID | 1458920188-29612-3-git-send-email-peter.griffin@linaro.org |
---|---|
State | Superseded |
Headers | show |
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 {
Add DT pinctrl definitions for SSC12 controller. Signed-off-by: Peter Griffin <peter.griffin@linaro.org> --- arch/arm/boot/dts/stih407-pinctrl.dtsi | 9 +++++++++ 1 file changed, 9 insertions(+) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html