diff options
author | Michal Simek <michal.simek@xilinx.com> | 2016-04-07 15:01:33 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2016-04-13 18:29:04 +0200 |
commit | c588d1544405cba91572583621f5faaa1d56f49a (patch) | |
tree | fba7ae92b1fb9bc2ef07e5e4972eccd552e6eb97 /arch/arm | |
parent | 939cfeafec767ce0708ac10c1eaaa8e4227fcaa5 (diff) | |
download | u-boot-imx-c588d1544405cba91572583621f5faaa1d56f49a.zip u-boot-imx-c588d1544405cba91572583621f5faaa1d56f49a.tar.gz u-boot-imx-c588d1544405cba91572583621f5faaa1d56f49a.tar.bz2 |
ARM64: zynqmp: Align register description
Separate register space and put it on more lines.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/dts/zynqmp.dtsi | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi index a1804b8..e2f7b53 100644 --- a/arch/arm/dts/zynqmp.dtsi +++ b/arch/arm/dts/zynqmp.dtsi @@ -648,7 +648,8 @@ interrupts = <0 15 4>; interrupt-parent = <&gic>; num-cs = <1>; - reg = <0x0 0xff0f0000 0x1000 0x0 0xc0000000 0x8000000>; + reg = <0x0 0xff0f0000 0x1000>, + <0x0 0xc0000000 0x8000000>; #address-cells = <1>; #size-cells = <0>; power-domains = <&pd_qspi>; @@ -891,7 +892,9 @@ xlnx_dp_sub: dp_sub@fd4aa000 { compatible = "xlnx,dp-sub"; status = "disabled"; - reg = <0x0 0xfd4aa000 0x1000>, <0x0 0xfd4ab000 0x1000>, <0x0 0xfd4ac000 0x1000>; + reg = <0x0 0xfd4aa000 0x1000>, + <0x0 0xfd4ab000 0x1000>, + <0x0 0xfd4ac000 0x1000>; reg-names = "blend", "av_buf", "aud"; xlnx,output-fmt = "rgb"; xlnx,vid-fmt = "yuyv"; |