mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 19:17:48 +07:00
ARM: dts: keystone-k2g: Fix unit-address formatting for serial nodes
The unit addresses on couple of serial nodes have a leading 0 resulting in couple of warning messages around simple-bus unit address format errors when compiled with W=1. Fix the same. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
This commit is contained in:
parent
eae3c955bb
commit
07f3398d38
@ -151,7 +151,7 @@ uart0: serial@2530c00 {
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
uart1: serial@02531000 {
|
uart1: serial@2531000 {
|
||||||
compatible = "ti,da830-uart", "ns16550a";
|
compatible = "ti,da830-uart", "ns16550a";
|
||||||
current-speed = <115200>;
|
current-speed = <115200>;
|
||||||
reg-shift = <2>;
|
reg-shift = <2>;
|
||||||
@ -163,7 +163,7 @@ uart1: serial@02531000 {
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
uart2: serial@02531400 {
|
uart2: serial@2531400 {
|
||||||
compatible = "ti,da830-uart", "ns16550a";
|
compatible = "ti,da830-uart", "ns16550a";
|
||||||
current-speed = <115200>;
|
current-speed = <115200>;
|
||||||
reg-shift = <2>;
|
reg-shift = <2>;
|
||||||
|
Loading…
Reference in New Issue
Block a user