diff options
| author | Fabien Parent <[email protected]> | 2022-04-26 15:41:05 +0200 |
|---|---|---|
| committer | Matthias Brugger <[email protected]> | 2022-05-13 13:27:40 +0200 |
| commit | 7640d4350ae89df0ef142144c93e0ae48d623b69 (patch) | |
| tree | 923813384dbab5563e8632905f58c250eae6677e | |
| parent | 8a87419481f2d51a7bd03617d363faf5f2b0e1b3 (diff) | |
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Matthias Brugger <[email protected]>
| -rw-r--r-- | arch/arm64/boot/dts/mediatek/mt8195-demo.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/mediatek/mt8195-demo.dts b/arch/arm64/boot/dts/mediatek/mt8195-demo.dts index 6606c7fe8db3..4fbd99eb496a 100644 --- a/arch/arm64/boot/dts/mediatek/mt8195-demo.dts +++ b/arch/arm64/boot/dts/mediatek/mt8195-demo.dts @@ -406,6 +406,12 @@ status = "okay"; }; +&uart1 { + pinctrl-names = "default"; + pinctrl-0 = <&uart1_pins>; + status = "okay"; +}; + &u3phy0 { status = "okay"; }; |