Commit 17dbc554 authored by Srinivas Kandagatla's avatar Srinivas Kandagatla Committed by Andy Gross

ARM: dts: ifc6410: Add missing pinctrl to gsbi7 uart

This patch adds missing 2pin uart pinctrl property to gsbi7 uart on
IFC6410.
Signed-off-by: default avatarSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: default avatarAndy Gross <agross@codeaurora.org>
parent 892d6733
...@@ -154,6 +154,8 @@ gsbi@16600000 { ...@@ -154,6 +154,8 @@ gsbi@16600000 {
qcom,mode = <GSBI_PROT_I2C_UART>; qcom,mode = <GSBI_PROT_I2C_UART>;
serial@16640000 { serial@16640000 {
status = "ok"; status = "ok";
pinctrl-names = "default";
pinctrl-0 = <&gsbi7_uart_2pins>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment