]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
ARM: dts: alpine: remove 0x's from the uart1 node unit address
authorAntoine Tenart <antoine.tenart@free-electrons.com>
Wed, 29 Mar 2017 09:38:25 +0000 (11:38 +0200)
committerAntoine Tenart <antoine.tenart@free-electrons.com>
Mon, 3 Apr 2017 07:06:49 +0000 (09:06 +0200)
Remove 0x's from the uart1 node unit address to have consistent nodes.

Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
arch/arm/boot/dts/alpine.dtsi

index f09f9c8e178a7782f0a533a6bec28ddcb148c30f..341a500c8d8ac4020724a8d049664acbfd8be432 100644 (file)
                        reg-io-width = <4>;
                };
 
-               uart1:uart@0xfd884000 {
+               uart1:uart@fd884000 {
                        compatible = "ns16550a";
                        reg = <0x0 0xfd884000 0x0 0x1000>;
                        clock-frequency = <0>; /* Filled by loader */