소스 검색

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: Julia Cartwright <julia@ni.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Michal Simek 8 년 전
부모
커밋
427d568c31
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      arch/arm/dts/zynq-7000.dtsi

+ 2 - 1
arch/arm/dts/zynq-7000.dtsi

@@ -50,7 +50,8 @@
 		compatible = "arm,cortex-a9-pmu";
 		compatible = "arm,cortex-a9-pmu";
 		interrupts = <0 5 4>, <0 6 4>;
 		interrupts = <0 5 4>, <0 6 4>;
 		interrupt-parent = <&intc>;
 		interrupt-parent = <&intc>;
-		reg = < 0xf8891000 0x1000 0xf8893000 0x1000 >;
+		reg = <0xf8891000 0x1000>,
+		      <0xf8893000 0x1000>;
 	};
 	};
 
 
 	regulator_vccpint: fixedregulator {
 	regulator_vccpint: fixedregulator {