diff options
| author | Sjoerd Simons <sjoerd@collabora.com> | 2025-11-01 16:32:46 +0300 |
|---|---|---|
| committer | AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> | 2025-11-05 12:02:27 +0300 |
| commit | 8bc650405f4476667973b10ec58152d37cd41a99 (patch) | |
| tree | 7a6c78cfa9a3d7c5c82ae31fe8f6979f9e09e4fc | |
| parent | c8dd72788f52d3fde091c0d6249c45b9467b69f6 (diff) | |
| download | linux-8bc650405f4476667973b10ec58152d37cd41a99.tar.xz | |
arm64: dts: mediatek: mt7981b: Configure UART0 pinmux
Add explicit pinctrl configuration for UART0
Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
| -rw-r--r-- | arch/arm64/boot/dts/mediatek/mt7981b.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/mediatek/mt7981b.dtsi b/arch/arm64/boot/dts/mediatek/mt7981b.dtsi index 58c99f2a2521..4fa35bbf0a9c 100644 --- a/arch/arm64/boot/dts/mediatek/mt7981b.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt7981b.dtsi @@ -102,6 +102,8 @@ 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 @@ gpio-controller; #gpio-cells = <2>; #interrupt-cells = <2>; + + uart0_pins: uart0-pins { + mux { + function = "uart"; + groups = "uart0"; + }; + }; }; efuse@11f20000 { |
