which file i should modify for imx8mm for adding GPIO in ANdroid 10 OS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
which file i should modify for imx8mm for adding GPIO in Android 10 OS
in the files below.
can i added the below lines for Android 10 OS
&iomuxc {
pinctrl-0 = <&pinctrl_hog_1>;
imx8mm-evk {
pinctrl_hog_1: hoggrp-1 {
fsl,pins = <
MX8MM_IOMUXC_GPIO1_IO08_GPIO1_IO8 0x19
MX8MM_IOMUXC_SAI5_RXD3_GPIO3_IO24 0x41
>;
};
...
};
Do i have to configure or ADD in .dtsi file or only adding in dts file is enof.
If anything else to configure Kindly let me know.
my imx8mm is 8MMINILPD4-EVKB
the path of the dts file i have is android_build/vendor/nxp-opensource/kernel_imx/arch/arm64/boot/dts/freescale/
or some other path i hve to edit to add GPIO


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In the i.MX8MM-EVK dts file, there is no "hog" under iomuxc node. You can take the imx8x-mek.dts for reference.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i am using imx8mm not imx8x
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Should i add or some other file should edit
i dont have imx8x.mek file with me in Android 10 OS
