]> Git Repo - linux.git/commitdiff
arm64: dts: mediatek: mt8195-demo: enable uart1
authorFabien Parent <[email protected]>
Tue, 26 Apr 2022 13:41:05 +0000 (15:41 +0200)
committerMatthias Brugger <[email protected]>
Fri, 13 May 2022 11:27:40 +0000 (13:27 +0200)
The UART1 is exposed on a header. Enable the uart1 node to be able to
use it.

Signed-off-by: Fabien Parent <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Matthias Brugger <[email protected]>
arch/arm64/boot/dts/mediatek/mt8195-demo.dts

index 6606c7fe8db31c1549dfa561f55c280910267d04..4fbd99eb496a2a19a3c14974af6ec573307ce06d 100644 (file)
        status = "okay";
 };
 
+&uart1 {
+       pinctrl-names = "default";
+       pinctrl-0 = <&uart1_pins>;
+       status = "okay";
+};
+
 &u3phy0 {
        status = "okay";
 };
This page took 0.06224 seconds and 4 git commands to generate.