Commit 1c602064 authored by Chen-Yu Tsai's avatar Chen-Yu Tsai Committed by Maxime Ripard
Browse files

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: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 81309791
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -24,6 +24,8 @@

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