Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 60bed798 authored by Niklas Cassel's avatar Niklas Cassel Committed by Arnd Bergmann
Browse files

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: default avatarNiklas Cassel <niklas.cassel@axis.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent f659e12e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@
		clock-frequency = <125000000>;
	};

	clkctrl: clkctrl@0xf8000000 {
	clkctrl: clkctrl@f8000000 {
		#clock-cells = <1>;
		compatible = "axis,artpec6-clkctrl";
		reg = <0xf8000000 0x48>;