ARM: dts: alpine: remove 0x's from the uart1 node unit address
Remove 0x's from the uart1 node unit address to have consistent nodes. Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
This commit is contained in:
parent
0ef5819589
commit
70c4b99a3a
|
@ -129,7 +129,7 @@
|
|||
reg-io-width = <4>;
|
||||
};
|
||||
|
||||
uart1:uart@0xfd884000 {
|
||||
uart1:uart@fd884000 {
|
||||
compatible = "ns16550a";
|
||||
reg = <0x0 0xfd884000 0x0 0x1000>;
|
||||
clock-frequency = <0>; /* Filled by loader */
|
||||
|
|
Loading…
Reference in New Issue