From e0ee4195fc7b1a119cfb02bf292a9410af3b9fe4 Mon Sep 17 00:00:00 2001 From: INAGAKI Hiroshi Date: Mon, 4 Mar 2024 19:07:05 +0900 Subject: [PATCH] ath79: rename label of primary UART on QCA955x to "uart0" Rename the DT label of the primary UART on Qualcomm Atheros QCA955x series SoCs to "uart0" from "uart" for the preparation to add HighSpeed UART (uart1) support. Signed-off-by: INAGAKI Hiroshi --- target/linux/ath79/dts/qca955x.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ath79/dts/qca955x.dtsi b/target/linux/ath79/dts/qca955x.dtsi index c17a15c55e..13fbd03ccb 100644 --- a/target/linux/ath79/dts/qca955x.dtsi +++ b/target/linux/ath79/dts/qca955x.dtsi @@ -41,7 +41,7 @@ #qca,ddr-wb-channel-cells = <1>; }; - uart: uart@18020000 { + uart0: uart@18020000 { compatible = "ns16550a"; reg = <0x18020000 0x20>; -- 2.30.2