提交 0f780ca0 编写于 作者: M Michal Simek

arm64: zynqmp: Fix alignment in dts files

Trivial changes.
Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
上级 33af509f
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
status = "okay"; status = "okay";
phy-handle = <&phy0>; phy-handle = <&phy0>;
phy-mode = "rgmii-id"; phy-mode = "rgmii-id";
phy0: phy@0{ phy0: phy@0 {
reg = <0>; reg = <0>;
max-speed = <100>; max-speed = <100>;
}; };
......
...@@ -439,10 +439,10 @@ ...@@ -439,10 +439,10 @@
device_type = "pci"; device_type = "pci";
interrupt-parent = <&gic>; interrupt-parent = <&gic>;
interrupts = <0 118 4>, interrupts = <0 118 4>,
<0 117 4>, <0 117 4>,
<0 116 4>, <0 116 4>,
<0 115 4>, /* MSI_1 [63...32] */ <0 115 4>, /* MSI_1 [63...32] */
<0 114 4>; /* MSI_0 [31...0] */ <0 114 4>; /* MSI_0 [31...0] */
interrupt-names = "misc", "dummy", "intx", interrupt-names = "misc", "dummy", "intx",
"msi1", "msi0"; "msi1", "msi0";
msi-parent = <&pcie>; msi-parent = <&pcie>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册