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,091件の閲覧回数
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 解決策
858件の閲覧回数
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 返答(返信)
859件の閲覧回数
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!

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

858件の閲覧回数
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
858件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Yuuki

yes it is right.

Best regards

igor