Unverified Commit 75e81743 authored by Harshit Shah's avatar Harshit Shah Committed by Arnd Bergmann
Browse files

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: 1f705577 ("arm64: dts: axiado: Add initial support for AX3000 SoC and eval board")
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarHarshit Shah <hshah@axiado.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent e019bbd8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -14,6 +14,9 @@ / {
	#size-cells = <2>;

	aliases {
		serial0 = &uart0;
		serial1 = &uart1;
		serial2 = &uart2;
		serial3 = &uart3;
	};