2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-06 04:33:58 +08:00

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>
This commit is contained in:
Niklas Cassel 2018-02-21 09:59:55 +01:00 committed by Arnd Bergmann
parent f659e12eb7
commit 60bed79840

View File

@ -98,7 +98,7 @@
clock-frequency = <125000000>;
};
clkctrl: clkctrl@0xf8000000 {
clkctrl: clkctrl@f8000000 {
#clock-cells = <1>;
compatible = "axis,artpec6-clkctrl";
reg = <0xf8000000 0x48>;