ARM: zynq: Fix pmu register description coding style
authorMichal Simek <[email protected]>
Wed, 16 Nov 2016 08:29:57 +0000 (09:29 +0100)
committerMichal Simek <[email protected]>
Wed, 16 Nov 2016 08:32:20 +0000 (09:32 +0100)
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]

arch/arm/boot/dts/zynq-7000.dtsi

index 402b5bbe3b5bcf17691f393c278bae61561c4c2f..f3ac9bfe580ea27a1e82a3d360c05f89490c3161 100644 (file)
@@ -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 {