Skip to content

Commit

Permalink
arm64: dts: ti: am654-base-board: Disable SERDES and PCIe
Browse files Browse the repository at this point in the history
AM654 base board does not have any PCIe slots. Disable all the
SERDES and PCIe instances.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
  • Loading branch information
Kishon Vijay Abraham I authored and Tero Kristo committed Jun 17, 2019
1 parent 30eb8ea commit 1b89dc9
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions arch/arm64/boot/dts/ti/k3-am654-base-board.dts
Original file line number Diff line number Diff line change
Expand Up @@ -255,3 +255,27 @@
ti,adc-channels = <0 1 2 3 4 5 6 7>;
};
};

&serdes0 {
status = "disabled";
};

&serdes1 {
status = "disabled";
};

&pcie0_rc {
status = "disabled";
};

&pcie0_ep {
status = "disabled";
};

&pcie1_rc {
status = "disabled";
};

&pcie1_ep {
status = "disabled";
};

0 comments on commit 1b89dc9

Please sign in to comment.