mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-30 19:11:37 +00:00
ARM64: zynqmp: Align register description
Separate register space and put it on more lines. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
939cfeafec
commit
c588d15444
1 changed files with 5 additions and 2 deletions
|
@ -648,7 +648,8 @@
|
||||||
interrupts = <0 15 4>;
|
interrupts = <0 15 4>;
|
||||||
interrupt-parent = <&gic>;
|
interrupt-parent = <&gic>;
|
||||||
num-cs = <1>;
|
num-cs = <1>;
|
||||||
reg = <0x0 0xff0f0000 0x1000 0x0 0xc0000000 0x8000000>;
|
reg = <0x0 0xff0f0000 0x1000>,
|
||||||
|
<0x0 0xc0000000 0x8000000>;
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
power-domains = <&pd_qspi>;
|
power-domains = <&pd_qspi>;
|
||||||
|
@ -891,7 +892,9 @@
|
||||||
xlnx_dp_sub: dp_sub@fd4aa000 {
|
xlnx_dp_sub: dp_sub@fd4aa000 {
|
||||||
compatible = "xlnx,dp-sub";
|
compatible = "xlnx,dp-sub";
|
||||||
status = "disabled";
|
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";
|
reg-names = "blend", "av_buf", "aud";
|
||||||
xlnx,output-fmt = "rgb";
|
xlnx,output-fmt = "rgb";
|
||||||
xlnx,vid-fmt = "yuyv";
|
xlnx,vid-fmt = "yuyv";
|
||||||
|
|
Loading…
Add table
Reference in a new issue