Skip to content

Commit 7640d43

Browse files
Fabombgg
authored andcommitted
arm64: dts: mediatek: mt8195-demo: enable uart1
The UART1 is exposed on a header. Enable the uart1 node to be able to use it. Signed-off-by: Fabien Parent <fparent@baylibre.com> Link: https://lore.kernel.org/r/20220426134106.242353-8-fparent@baylibre.com Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
1 parent 8a87419 commit 7640d43

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

arch/arm64/boot/dts/mediatek/mt8195-demo.dts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,12 @@
406406
status = "okay";
407407
};
408408

409+
&uart1 {
410+
pinctrl-names = "default";
411+
pinctrl-0 = <&uart1_pins>;
412+
status = "okay";
413+
};
414+
409415
&u3phy0 {
410416
status = "okay";
411417
};

0 commit comments

Comments
 (0)