提交 427d568c 编写于 作者: M 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: NJulia Cartwright <julia@ni.com>
Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
上级 a587051f
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册