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:
Antoine Tenart 2017-03-29 11:38:25 +02:00
parent 0ef5819589
commit 70c4b99a3a
1 changed files with 1 additions and 1 deletions

View File

@ -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 */