ARM64: dts: meson-gxl-p23x: Add uart pinctrl

Add pinctrl attribute to p23x uart node.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
Neil Armstrong 2016-10-31 17:44:44 +01:00 committed by Kevin Hilman
parent 6d489dc846
commit c67fe41405

View File

@ -58,6 +58,9 @@
};
};
/* This UART is brought out to the DB9 connector */
&uart_AO {
status = "okay";
pinctrl-0 = <&uart_ao_a_pins>;
pinctrl-names = "default";
};