mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 15:12:13 +02:00
ARM: dts: imx27-eukrea-cpuimx27: rename uart8250 to serial
Rename node name uart8250 to serial to fix below CHECK_DTBS warnings: arch/arm/boot/dts/nxp/imx/imx27-eukrea-mbimxsd27-baseboard.dtb: uart8250@3,200000 (ns8250): $nodename:0: 'uart8250@3,200000' does not match '^serial(@.*)?$' Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com> Signed-off-by: Frank Li <Frank.Li@nxp.com>
This commit is contained in:
parent
0477a6b31e
commit
53779e0348
|
|
@ -100,7 +100,7 @@ nor: flash@0,0 {
|
|||
fsl,weim-cs-timing = <0x00008f03 0xa0330d01 0x002208c0>;
|
||||
};
|
||||
|
||||
uart8250@3,200000 {
|
||||
serial@3,200000 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_uart8250_1>;
|
||||
compatible = "ns8250";
|
||||
|
|
@ -113,7 +113,7 @@ uart8250@3,200000 {
|
|||
no-loopback-test;
|
||||
};
|
||||
|
||||
uart8250@3,400000 {
|
||||
serial@3,400000 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_uart8250_2>;
|
||||
compatible = "ns8250";
|
||||
|
|
@ -126,7 +126,7 @@ uart8250@3,400000 {
|
|||
no-loopback-test;
|
||||
};
|
||||
|
||||
uart8250@3,800000 {
|
||||
serial@3,800000 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_uart8250_3>;
|
||||
compatible = "ns8250";
|
||||
|
|
@ -139,7 +139,7 @@ uart8250@3,800000 {
|
|||
no-loopback-test;
|
||||
};
|
||||
|
||||
uart8250@3,1000000 {
|
||||
serial@3,1000000 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_uart8250_4>;
|
||||
compatible = "ns8250";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user