aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Simek <[email protected]>2016-11-16 09:29:57 +0100
committerMichal Simek <[email protected]>2016-11-16 09:32:20 +0100
commit995966ccde55b52646b929a98180d68322cb6bea (patch)
treeadcc633b5bcaeff9dc6dd7fe50f45f98b4aa0434
parentda457d57594b2f954b4b3eed29affafbd7288733 (diff)
ARM: zynq: Fix pmu register description coding style
Drop the space before/after '<' and '>'; and separate the entries to be a bit more readable. Reported-by: Julia Cartwright <[email protected]> Signed-off-by: Michal Simek <[email protected]> Series-to: arm-soc Series-cc: [email protected]
-rw-r--r--arch/arm/boot/dts/zynq-7000.dtsi3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/zynq-7000.dtsi b/arch/arm/boot/dts/zynq-7000.dtsi
index 402b5bbe3b5b..f3ac9bfe580e 100644
--- a/arch/arm/boot/dts/zynq-7000.dtsi
+++ b/arch/arm/boot/dts/zynq-7000.dtsi
@@ -46,7 +46,8 @@
compatible = "arm,cortex-a9-pmu";
interrupts = <0 5 4>, <0 6 4>;
interrupt-parent = <&intc>;
- reg = < 0xf8891000 0x1000 0xf8893000 0x1000 >;
+ reg = <0xf8891000 0x1000>,
+ <0xf8893000 0x1000>;
};
regulator_vccpint: fixedregulator {