Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: artpec: remove 0x prefix from clkctrl unit address

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>

authored by

Niklas Cassel and committed by
Arnd Bergmann
60bed798 f659e12e

+1 -1
+1 -1
arch/arm/boot/dts/artpec6.dtsi
··· 98 98 clock-frequency = <125000000>; 99 99 }; 100 100 101 - clkctrl: clkctrl@0xf8000000 { 101 + clkctrl: clkctrl@f8000000 { 102 102 #clock-cells = <1>; 103 103 compatible = "axis,artpec6-clkctrl"; 104 104 reg = <0xf8000000 0x48>;