From: Antoine Tenart Date: Wed, 29 Mar 2017 09:38:25 +0000 (+0200) Subject: ARM: dts: alpine: remove 0x's from the uart1 node unit address X-Git-Tag: v4.12-rc1~56^2~8^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=70c4b99a3ae76463d074e3f5797df42562c1ce60;p=thirdparty%2Fkernel%2Flinux.git 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 --- diff --git a/arch/arm/boot/dts/alpine.dtsi b/arch/arm/boot/dts/alpine.dtsi index f09f9c8e178a7..341a500c8d8ac 100644 --- a/arch/arm/boot/dts/alpine.dtsi +++ b/arch/arm/boot/dts/alpine.dtsi @@ -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 */