Skip to content

Commit 75e8174

Browse files
hshahaxiadoarndb
authored andcommitted
arm64: dts: axiado: Add missing UART aliases
Axiado AX3000 EVK has total of 4 UART ports. Add missing alias for uart0, uart1, uart2. This fixes the probe failures on the remaining UARTs. Fixes: 1f70557 ("arm64: dts: axiado: Add initial support for AX3000 SoC and eval board") Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Harshit Shah <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent e019bbd commit 75e8174

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/arm64/boot/dts/axiado/ax3000-evk.dts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
#size-cells = <2>;
1515

1616
aliases {
17+
serial0 = &uart0;
18+
serial1 = &uart1;
19+
serial2 = &uart2;
1720
serial3 = &uart3;
1821
};
1922

0 commit comments

Comments
 (0)