mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 19:43:40 +02:00
arm64: zynqmp: Fix alignment in dts files
Trivial changes. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
33af509fc6
commit
0f780ca012
|
|
@ -47,7 +47,7 @@ &gem0 {
|
|||
status = "okay";
|
||||
phy-handle = <&phy0>;
|
||||
phy-mode = "rgmii-id";
|
||||
phy0: phy@0{
|
||||
phy0: phy@0 {
|
||||
reg = <0>;
|
||||
max-speed = <100>;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -439,10 +439,10 @@ pcie: pcie@fd0e0000 {
|
|||
device_type = "pci";
|
||||
interrupt-parent = <&gic>;
|
||||
interrupts = <0 118 4>,
|
||||
<0 117 4>,
|
||||
<0 116 4>,
|
||||
<0 115 4>, /* MSI_1 [63...32] */
|
||||
<0 114 4>; /* MSI_0 [31...0] */
|
||||
<0 117 4>,
|
||||
<0 116 4>,
|
||||
<0 115 4>, /* MSI_1 [63...32] */
|
||||
<0 114 4>; /* MSI_0 [31...0] */
|
||||
interrupt-names = "misc", "dummy", "intx",
|
||||
"msi1", "msi0";
|
||||
msi-parent = <&pcie>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user