Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

LoongArch: dts: Add uart new compatible string

Add loongson,ls2k*-uart compatible string on uarts.

Co-developed-by: Haowei Zheng <zhenghaowei@loongson.cn>
Signed-off-by: Haowei Zheng <zhenghaowei@loongson.cn>
Signed-off-by: Binbin Zhou <zhoubinbin@loongson.cn>
Reviewed-by: Huacai Chen <chenhuacai@loongson.cn>
Link: https://patch.msgid.link/8e0c08459fa5bddefd898648fea28a9f2fde701a.1760166651.git.zhoubinbin@loongson.cn
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Binbin Zhou and committed by
Greg Kroah-Hartman
13532b51 25e95d76

+3 -3
+1 -1
arch/loongarch/boot/dts/loongson-2k0500.dtsi
··· 380 380 }; 381 381 382 382 uart0: serial@1ff40800 { 383 - compatible = "ns16550a"; 383 + compatible = "loongson,ls2k0500-uart", "ns16550a"; 384 384 reg = <0x0 0x1ff40800 0x0 0x10>; 385 385 clock-frequency = <100000000>; 386 386 interrupt-parent = <&eiointc>;
+1 -1
arch/loongarch/boot/dts/loongson-2k1000.dtsi
··· 297 297 }; 298 298 299 299 uart0: serial@1fe20000 { 300 - compatible = "ns16550a"; 300 + compatible = "loongson,ls2k1000-uart", "loongson,ls2k0500-uart", "ns16550a"; 301 301 reg = <0x0 0x1fe20000 0x0 0x10>; 302 302 clock-frequency = <125000000>; 303 303 interrupt-parent = <&liointc0>;
+1 -1
arch/loongarch/boot/dts/loongson-2k2000.dtsi
··· 250 250 }; 251 251 252 252 uart0: serial@1fe001e0 { 253 - compatible = "ns16550a"; 253 + compatible = "loongson,ls2k2000-uart", "loongson,ls2k1500-uart", "ns16550a"; 254 254 reg = <0x0 0x1fe001e0 0x0 0x10>; 255 255 clock-frequency = <100000000>; 256 256 interrupt-parent = <&liointc>;