IMX8MM disable PCIe,MIPI,CSI

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

IMX8MM disable PCIe,MIPI,CSI

Jump to solution
1,474 Views
mahesh_rd
Contributor I

Hi,

We are working on a custom board based on the i.MX8M Mini Processor [MIMX8MM3CVTKZAA]. We only require 3 UART, 3 SPI and 3 I2C lines. We do not need VPU, GPU,PCIe, MIPI,Bluetooth, etc nodes. Is there any way I can disable these devices in DTS or/and Kernel so that I can have a minimal kernel?

0 Kudos
1 Solution
1,465 Views
igorpadykov
NXP Employee
NXP Employee

Hi mahesh_rd

 

in device tree it can be changed from status = "okay" to status = "disabled".

In kernel one can look at section "Menu Configuration Options"  i.MX Linux Reference Manual​

description of each module.

 

Best regards
igor

 

 

View solution in original post

0 Kudos
3 Replies
1,449 Views
mahesh_rd
Contributor I

Thank you so much Igor.

0 Kudos
1,466 Views
igorpadykov
NXP Employee
NXP Employee

Hi mahesh_rd

 

in device tree it can be changed from status = "okay" to status = "disabled".

In kernel one can look at section "Menu Configuration Options"  i.MX Linux Reference Manual​

description of each module.

 

Best regards
igor

 

 

0 Kudos
1,449 Views
mahesh_rd
Contributor I

Thank you Igor

0 Kudos