git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
749f676
)
arm: dts: imx95-evk: set alias for enetc PCI buses
author
Ye Li
<ye.li@nxp.com>
Thu, 11 Sep 2025 10:56:10 +0000
(18:56 +0800)
committer
Fabio Estevam
<festevam@gmail.com>
Sat, 20 Sep 2025 20:46:15 +0000
(17:46 -0300)
Use fixed seq 0 and 1 for enetc PCI buses, then the seq for PCI controllers
could start after them.
Signed-off-by: Ye Li <ye.li@nxp.com>
arch/arm/dts/imx95-19x19-evk-u-boot.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/imx95-19x19-evk-u-boot.dtsi
b/arch/arm/dts/imx95-19x19-evk-u-boot.dtsi
index
2d1f02b
..
8b59831
100644
(file)
--- a/
arch/arm/dts/imx95-19x19-evk-u-boot.dtsi
+++ b/
arch/arm/dts/imx95-19x19-evk-u-boot.dtsi
@@
-5,6
+5,13
@@
#include "imx95-u-boot.dtsi"
+/ {
+ aliases {
+ pci0 = &netc_bus0;
+ pci1 = &netc_bus1;
+ };
+};
+
&lpuart1 {
bootph-pre-ram;
};