mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
25e95d7631
commit
13532b5186
@@ -380,7 +380,7 @@
|
||||
};
|
||||
|
||||
uart0: serial@1ff40800 {
|
||||
compatible = "ns16550a";
|
||||
compatible = "loongson,ls2k0500-uart", "ns16550a";
|
||||
reg = <0x0 0x1ff40800 0x0 0x10>;
|
||||
clock-frequency = <100000000>;
|
||||
interrupt-parent = <&eiointc>;
|
||||
|
||||
@@ -297,7 +297,7 @@
|
||||
};
|
||||
|
||||
uart0: serial@1fe20000 {
|
||||
compatible = "ns16550a";
|
||||
compatible = "loongson,ls2k1000-uart", "loongson,ls2k0500-uart", "ns16550a";
|
||||
reg = <0x0 0x1fe20000 0x0 0x10>;
|
||||
clock-frequency = <125000000>;
|
||||
interrupt-parent = <&liointc0>;
|
||||
|
||||
@@ -250,7 +250,7 @@
|
||||
};
|
||||
|
||||
uart0: serial@1fe001e0 {
|
||||
compatible = "ns16550a";
|
||||
compatible = "loongson,ls2k2000-uart", "loongson,ls2k1500-uart", "ns16550a";
|
||||
reg = <0x0 0x1fe001e0 0x0 0x10>;
|
||||
clock-frequency = <100000000>;
|
||||
interrupt-parent = <&liointc>;
|
||||
|
||||
Reference in New Issue
Block a user