From c751c5de3f28ebfab8b3023284964fec9f4829ae Mon Sep 17 00:00:00 2001 From: "haijiao.liu" Date: Tue, 10 Oct 2023 17:20:55 +0800 Subject: [PATCH] Revert "riscv: dts: sophgo: Add sophgo,sg2024-uart compatibles" Signed-off-by: haijiao.liu --- arch/riscv/boot/dts/sophgo/mango.dtsi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/riscv/boot/dts/sophgo/mango.dtsi b/arch/riscv/boot/dts/sophgo/mango.dtsi index bfc5739e1f49..12de89f33653 100644 --- a/arch/riscv/boot/dts/sophgo/mango.dtsi +++ b/arch/riscv/boot/dts/sophgo/mango.dtsi @@ -657,7 +657,7 @@ }; uart0: serial@7040000000 { - compatible = "sophgo,sg2042-uart", "snps,dw-apb-uart"; + compatible = "snps,dw-apb-uart"; reg = <0x00000070 0x40000000 0x00000000 0x00001000>; interrupt-parent = <&intc>; interrupts = ; @@ -670,7 +670,7 @@ }; uart1: serial@7040001000 { - compatible = "sophgo,sg2042-uart", "snps,dw-apb-uart"; + compatible = "snps,dw-apb-uart"; reg = <0x00000070 0x40001000 0x00000000 0x00001000>; interrupt-parent = <&intc>; interrupts = ; @@ -683,7 +683,7 @@ }; uart2: serial@7040002000 { - compatible = "sophgo,sg2042-uart", "snps,dw-apb-uart"; + compatible = "snps,dw-apb-uart"; reg = <0x00000070 0x40002000 0x00000000 0x00001000>; interrupt-parent = <&intc>; interrupts = ; @@ -696,7 +696,7 @@ }; uart3: serial@7040003000 { - compatible = "sophgo,sg2042-uart", "snps,dw-apb-uart"; + compatible = "snps,dw-apb-uart"; reg = <0x00000070 0x40003000 0x00000000 0x00001000>; interrupt-parent = <&intc>; interrupts = ;