How to port pin configuration into uboot and kernel ?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How to port pin configuration into uboot and kernel ?

跳至解决方案
1,118 次查看
Jimmychea
Contributor III

How to port the pin configuration into uboot and kernel(eg, imx8mp-evk.dts, imx8mp-pinfunc.h) after done the pin configuration using "config tool for i.MX" in imx8mp ?

标签 (1)
0 项奖励
回复
1 解答
1,081 次查看
Sanket_Parekh
NXP TechSupport
NXP TechSupport

Hi @Jimmychea 

I hope you are doing well
 
Please accept my apologies for delayed answer.
 
After generating the DTS/DTSI files using the config tool for i.MX, you need to manually merge(copy and paste) it in the actual file present in BSP in the arch/arm/dts folder.
This file is only a snippet and not a full device tree file content. There are just basic device tree elements.
For more information please refer to section 3.2 Example usage(point number 9) of User Guide for Config Tools for i.MX.
 
Thanks & Regards
Sanket Parekh

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,082 次查看
Sanket_Parekh
NXP TechSupport
NXP TechSupport

Hi @Jimmychea 

I hope you are doing well
 
Please accept my apologies for delayed answer.
 
After generating the DTS/DTSI files using the config tool for i.MX, you need to manually merge(copy and paste) it in the actual file present in BSP in the arch/arm/dts folder.
This file is only a snippet and not a full device tree file content. There are just basic device tree elements.
For more information please refer to section 3.2 Example usage(point number 9) of User Guide for Config Tools for i.MX.
 
Thanks & Regards
Sanket Parekh
0 项奖励
回复