ARM: dts: artpec: remove 0x prefix from clkctrl unit address
authorNiklas Cassel <niklas.cassel@axis.com>
Wed, 21 Feb 2018 08:59:55 +0000 (09:59 +0100)
committerArnd Bergmann <arnd@arndb.de>
Tue, 6 Mar 2018 16:40:31 +0000 (17:40 +0100)
Remove 0x prefix from clkctrl unit address.

This silences the following dtc warning:
Warning (unit_address_format):
 Node /clkctrl@0xf8000000 unit name should not have leading "0x"

Signed-off-by: Niklas Cassel <niklas.cassel@axis.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/artpec6.dtsi

index d9776a9..f4b3973 100644 (file)
@@ -98,7 +98,7 @@
                clock-frequency = <125000000>;
        };
 
-       clkctrl: clkctrl@0xf8000000 {
+       clkctrl: clkctrl@f8000000 {
                #clock-cells = <1>;
                compatible = "axis,artpec6-clkctrl";
                reg = <0xf8000000 0x48>;