Unverified Commit 8bc65040 authored by Sjoerd Simons's avatar Sjoerd Simons Committed by AngeloGioacchino Del Regno
Browse files

arm64: dts: mediatek: mt7981b: Configure UART0 pinmux



Add explicit pinctrl configuration for UART0

Signed-off-by: default avatarSjoerd Simons <sjoerd@collabora.com>
Signed-off-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
parent c8dd7278
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -102,6 +102,8 @@ uart0: serial@11002000 {
			clocks = <&infracfg CLK_INFRA_UART0_SEL>,
				 <&infracfg CLK_INFRA_UART0_CK>;
			clock-names = "baud", "bus";
			pinctrl-names = "default";
			pinctrl-0 = <&uart0_pins>;
			status = "disabled";
		};

@@ -229,6 +231,13 @@ pio: pinctrl@11d00000 {
			gpio-controller;
			#gpio-cells = <2>;
			#interrupt-cells = <2>;

			uart0_pins: uart0-pins {
				mux {
					function = "uart";
					groups = "uart0";
				};
			};
		};

		efuse@11f20000 {