Skip to content

Commit

Permalink
ARM: dts: sun8i: ippo-q8h: Add pinctrl properties for R_UART
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Chen-Yu Tsai authored and Maxime Ripard committed Aug 17, 2014
1 parent 8130979 commit 1c60206
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/sun8i-a23-ippo-q8h-v5.dts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

soc@01c00000 {
r_uart: serial@01f02800 {
pinctrl-names = "default";
pinctrl-0 = <&r_uart_pins_a>;
status = "okay";
};
};
Expand Down

0 comments on commit 1c60206

Please sign in to comment.