ARM: dts: apq8064: Prefix the gsbi6 uart pins correctly

Usage of generic names like "uart_pins" is confusing to the reader, given
the fact that there could be more than one uart on APQ8064.
This patch adds gsbi prefix to uart pinctrl nodes so as to avoid such
confusion.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Andy Gross <agross@codeaurora.org>
This commit is contained in:
Srinivas Kandagatla 2015-09-18 13:31:34 +01:00 committed by Andy Gross
parent 3050c5f5af
commit 7648c7bf33
2 changed files with 9 additions and 2 deletions

View file

@ -145,7 +145,7 @@ gsbi@16500000 {
serial@16540000 {
status = "ok";
pinctrl-names = "default";
pinctrl-0 = <&uart_pins>;
pinctrl-0 = <&gsbi6_uart_4pins>;
};
};

View file

@ -127,7 +127,14 @@ mux {
};
};
uart_pins: uart_pins {
gsbi6_uart_2pins: gsbi6_uart_2pins {
mux {
pins = "gpio14", "gpio15";
function = "gsbi6";
};
};
gsbi6_uart_4pins: gsbi6_uart_4pins {
mux {
pins = "gpio14", "gpio15", "gpio16", "gpio17";
function = "gsbi6";