aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYixun Lan <yixun.lan@amlogic.com>2018-01-10 21:34:00 -0500
committerKevin Hilman <khilman@baylibre.com>2018-02-12 17:15:10 -0500
commite496c415a311a28a7d42679d172db6d3737c2f28 (patch)
tree3009f80d8108ab12d05493bc32cb68eb5bdf5529
parent4eae66a6928b5d5d35e0e4b9604aaa5b8d5538e1 (diff)
ARM64: dts: meson-axg: complete the pinctrl info for UART_AO_A
Explictly request the pinctrl info for the UART_AO_A controller, otherwise we may need to rely on bootloader for the initialization. Acked-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Yixun Lan <yixun.lan@amlogic.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
-rw-r--r--arch/arm64/boot/dts/amlogic/meson-axg-s400.dts2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts
index 644514cd8e23..0149bec424f4 100644
--- a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts
@@ -26,6 +26,8 @@
26 26
27&uart_AO { 27&uart_AO {
28 status = "okay"; 28 status = "okay";
29 pinctrl-0 = <&uart_ao_a_pins>;
30 pinctrl-names = "default";
29}; 31};
30 32
31&ir { 33&ir {