]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: zynq: Fix pmu register description coding style
authorMichal Simek <michal.simek@xilinx.com>
Wed, 16 Nov 2016 08:29:57 +0000 (09:29 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 31 Jan 2018 12:15:44 +0000 (13:15 +0100)
Drop the space before/after '<' and '>'; and
separate the entries to be a bit more readable.

Reported-by: Julia Cartwright <julia@ni.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynq-7000.dtsi

index f222900c2529961737f19b8f82b18d05772f60b9..19debb3a22031b2862f3289e2ae99663e234063f 100644 (file)
@@ -50,7 +50,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 {