From: INAGAKI Hiroshi Date: Mon, 4 Mar 2024 10:07:05 +0000 (+0900) Subject: ath79: rename label of primary UART on QCA955x to "uart0" X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e0ee4195fc7b1a119cfb02bf292a9410af3b9fe4;p=openwrt%2Fstaging%2Fjow.git 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 --- 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>;