diff mbox series

[4/4] arm64: dts: synaptics: normalize the node name of the UART devices

Message ID 20210519141914.8044-5-thunder.leizhen@huawei.com
State New
Headers show
Series Clear some dtbs_check warnings detected by snps-dw-apb-uart.yaml | expand

Commit Message

Zhen Lei May 19, 2021, 2:19 p.m. UTC
Change the node name of the UART devices to match
"^serial(@[0-9a-f,]+)*$".

Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>

---
 arch/arm64/boot/dts/synaptics/berlin4ct.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.21.1
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/synaptics/berlin4ct.dtsi b/arch/arm64/boot/dts/synaptics/berlin4ct.dtsi
index 0949acee4728..dc12350b9fc8 100644
--- a/arch/arm64/boot/dts/synaptics/berlin4ct.dtsi
+++ b/arch/arm64/boot/dts/synaptics/berlin4ct.dtsi
@@ -289,7 +289,7 @@ 
 				};
 			};
 
-			uart0: uart@d000 {
+			uart0: serial@d000 {
 				compatible = "snps,dw-apb-uart";
 				reg = <0xd000 0x100>;
 				interrupts = <8>;