projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f659e12
)
ARM: dts: artpec: remove 0x prefix from clkctrl unit address
author
Niklas Cassel
<niklas.cassel@axis.com>
Wed, 21 Feb 2018 08:59:55 +0000
(09:59 +0100)
committer
Arnd 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/artpec6.dtsi
b/arch/arm/boot/dts/artpec6.dtsi
index d9776a97d8fff62bbcaa5c3cee818606ebb95468..f4b39738f1acdc6b6852da570cc32109601d1fe3 100644
(file)
--- a/
arch/arm/boot/dts/artpec6.dtsi
+++ b/
arch/arm/boot/dts/artpec6.dtsi
@@
-98,7
+98,7
@@
clock-frequency = <125000000>;
};
- clkctrl: clkctrl@
0x
f8000000 {
+ clkctrl: clkctrl@f8000000 {
#clock-cells = <1>;
compatible = "axis,artpec6-clkctrl";
reg = <0xf8000000 0x48>;