The GPIO configuration file for AndroidKK4.4.3 of MX6Q_SABRE-SDB

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

The GPIO configuration file for AndroidKK4.4.3 of MX6Q_SABRE-SDB

跳至解决方案
1,129 次查看
yuuki
Senior Contributor II

Dear all,

We use AndroidKK4.4.3 BSP for MX6Q_SABRE-SDB.

In AndroidKK4.4.2, "board-mx6q_sabresd.c" file sets GPIOs for a board.
However, we cannot find this file in AndroidKK4.4.3.

Would you teach the file for KK4.4.3 equivalent to board-mx6q_sabresd.c file of KK4.4.2?

Best Regards,
Yuuki

标签 (1)
标记 (2)
1 解答
896 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Yuuki

it is done in *.dts files in new kernels with device tree support

http://devicetree.org/Device_Tree_Usage

Definitive GPIO guide - Studio Kousagi Wiki

in Linux ..Documentation/devicetree/bindings/pinctrl/fsl,imx6q-pinctrl.txt

and Documentation/devicetree/bindings/pinctrl/fsl,imx-pinctrl.txt

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

3 回复数
897 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Yuuki

it is done in *.dts files in new kernels with device tree support

http://devicetree.org/Device_Tree_Usage

Definitive GPIO guide - Studio Kousagi Wiki

in Linux ..Documentation/devicetree/bindings/pinctrl/fsl,imx6q-pinctrl.txt

and Documentation/devicetree/bindings/pinctrl/fsl,imx-pinctrl.txt

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

896 次查看
yuuki
Senior Contributor II

Dear Igor-san,

Thank you for your support.

I was able to find it at the following point.
Myandroid/kernel_imx/arch/arm/boot/dts/imx6qdl.dtsi
Is the place that I referred to right?
Best Regards,
Yuuki
896 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Yuuki

yes it is right.

Best regards

igor