aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2018-01-02 09:55:52 -0500
committerGregory CLEMENT <gregory.clement@free-electrons.com>2018-01-05 11:02:37 -0500
commit123c27c89c9b3dd932e36f0d3ff33655984d5913 (patch)
tree903d3ba01e793bfc39c23d224dced468c5ee8933
parentd3ce06b4dbc4da875dc4e8846de61a7a3478f71a (diff)
arm64: dts: marvell: use lower case for unit address and reg property
This fixes the following DTC warning: <stdout>: Warning (simple_bus_reg): Node /ap806/config-space@f0000000/thermal@6f808C simple-bus unit address format error, expected "6f808c" Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
-rw-r--r--arch/arm64/boot/dts/marvell/armada-ap806.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-ap806.dtsi b/arch/arm64/boot/dts/marvell/armada-ap806.dtsi
index 36f6d7fbb310..0575207cafee 100644
--- a/arch/arm64/boot/dts/marvell/armada-ap806.dtsi
+++ b/arch/arm64/boot/dts/marvell/armada-ap806.dtsi
@@ -286,9 +286,9 @@
286 }; 286 };
287 }; 287 };
288 288
289 ap_thermal: thermal@6f808C { 289 ap_thermal: thermal@6f808c {
290 compatible = "marvell,armada-ap806-thermal"; 290 compatible = "marvell,armada-ap806-thermal";
291 reg = <0x6f808C 0x4>, 291 reg = <0x6f808c 0x4>,
292 <0x6f8084 0x8>; 292 <0x6f8084 0x8>;
293 }; 293 };
294 }; 294 };