Hello, this is simple question. I want use GPIO1_7 so if I only must set configuration in device tree ? because I can sets /sys/class/gpio75 (GPIO3_IO11), but there is no any information about this pin in my device tree.
Can I take my ready *.dtsi file and add GPIO1_07 support without build all image ? I use bitbake.
Regards,
Adrian
Solved! Go to Solution.
Hi Adrian
you can add some configuration for this pin in uboot.
Best regards
igor
Hi Adrian
one can look at description of this case on
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Thanks Igor, I can now set device tree and it works, but in my board cc imx6ul SBS express there is User led on pin GPIO3_IO11 and it configuration should be in imx6ul-ccimx6ulstarter .dtsi/.dts but there is no any code about it. so there is another place where I can define this ?
Regards
Adrian
Hi Adrian
you can add some configuration for this pin in uboot.
Best regards
igor
But If I make this with u-boot will it not be overridden by the kernel ?
Regards
Adrian
Ok I see, thanks Igor and I try it again :smileywink:
Regards
Adrian