mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 03:24:19 +02:00
arm64: dts: hisilicon: normalize the node name of the UART devices
Change the node name of the UART devices to match "^serial(@[0-9a-f,]+)*$". Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com> Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
This commit is contained in:
parent
4d2b9b98e3
commit
bf69b8622b
|
|
@ -296,7 +296,7 @@ refclk200mhz: refclk200mhz {
|
|||
clock-frequency = <200000000>;
|
||||
};
|
||||
|
||||
uart0: uart@80300000 {
|
||||
uart0: serial@80300000 {
|
||||
compatible = "snps,dw-apb-uart";
|
||||
reg = <0x0 0x80300000 0x0 0x10000>;
|
||||
interrupts = <GIC_SPI 317 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
|
@ -307,7 +307,7 @@ uart0: uart@80300000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
uart1: uart@80310000 {
|
||||
uart1: serial@80310000 {
|
||||
compatible = "snps,dw-apb-uart";
|
||||
reg = <0x0 0x80310000 0x0 0x10000>;
|
||||
interrupts = <GIC_SPI 318 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
|
|
|||
|
|
@ -359,7 +359,7 @@ ipmi0: bt@e4 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
uart0: lpc-uart@2f8 {
|
||||
uart0: serial@2f8 {
|
||||
compatible = "ns16550a";
|
||||
clock-frequency = <1843200>;
|
||||
reg = <0x01 0x2f8 0x08>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user