diff options
author | Chen-Yu Tsai <wens@csie.org> | 2014-08-17 05:52:11 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-08-17 09:58:16 +0200 |
commit | 1c602064e00a81b1600bed6b2fe17dffe80b01e0 (patch) | |
tree | 5be4830eb18a13192a8995347388cfe1389241f1 /arch/arm/boot/dts/sun8i-a23-ippo-q8h-v5.dts | |
parent | ARM: dts: sun8i: Add pin muxing option for R_UART (diff) | |
download | linux-1c602064e00a81b1600bed6b2fe17dffe80b01e0.tar.xz linux-1c602064e00a81b1600bed6b2fe17dffe80b01e0.zip |
ARM: dts: sun8i: ippo-q8h: Add pinctrl properties for R_UART
Now that we have R_PIO controller support and the pinmux for R_UART,
add the correct pinctrl properties to the R_UART node.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/sun8i-a23-ippo-q8h-v5.dts')
-rw-r--r-- | arch/arm/boot/dts/sun8i-a23-ippo-q8h-v5.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun8i-a23-ippo-q8h-v5.dts b/arch/arm/boot/dts/sun8i-a23-ippo-q8h-v5.dts index 34002e3eba9d..224f53ef8ebc 100644 --- a/arch/arm/boot/dts/sun8i-a23-ippo-q8h-v5.dts +++ b/arch/arm/boot/dts/sun8i-a23-ippo-q8h-v5.dts @@ -24,6 +24,8 @@ soc@01c00000 { r_uart: serial@01f02800 { + pinctrl-names = "default"; + pinctrl-0 = <&r_uart_pins_a>; status = "okay"; }; }; |