diff options
author | Neil Armstrong <[email protected]> | 2019-03-18 11:04:48 +0100 |
---|---|---|
committer | Kevin Hilman <[email protected]> | 2019-03-22 16:13:40 -0700 |
commit | 638914212ace84264accaa41578cf80a18797d91 (patch) | |
tree | 954cf10a15bb901c544b0199ec8a1862f4b607cf | |
parent | ff4f8b6cab5885ebc2c6b21fd058db8544e2eebb (diff) |
arm64: dts: meson-g12a-u200: add uart_AO pinctrl
Add pinctrl on the always-enabled debug UART AO.
Signed-off-by: Neil Armstrong <[email protected]>
Reviewed-by: Martin Blumenstingl <[email protected]>
Signed-off-by: Kevin Hilman <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts b/arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts index c44dbdddf2cf..f2afd0bf3e28 100644 --- a/arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts +++ b/arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts @@ -25,5 +25,7 @@ &uart_AO { status = "okay"; + pinctrl-0 = <&uart_ao_a_pins>; + pinctrl-names = "default"; }; |