Commit 995966cc authored by Michal Simek's avatar Michal Simek

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: default avatarJulia Cartwright <julia@ni.com>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
Series-to: arm-soc
Series-cc: julia@ni.com
parent da457d57
......@@ -46,7 +46,8 @@ pmu@f8891000 {
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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment