]> git.ipfire.org Git - people/ms/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>
Tue, 30 Jan 2018 13:28:54 +0000 (14:28 +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 d9774d85d10b8bebea68a203bb14d5bfefcdf4d5..7ef102ad05cdf4acf171c47d886f09c5652d0462 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 {