This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PINMUX doubt

Pinmux configuration can be changed in uboot level and kernel level.

My doublt is.

1. when i changed the pinmux in the uboot level it is necessary to change the pinmux mux in kernel level(dts file or board specific file )

  • Hi,

    This would depend on your use case.

    If you do a pinmux settings for lets say GPIO1_12 in u-boot & after that you want to use the same pinmux settings for GPIO1_12 in linux kernel, then it is NOT necessary to do the configurations again in dts. However you must verify that there are NO other modules that use & reconfigure the pin.  

    If you need different pinmux settings for GPIO1_12 in kernel, then you must overwrite the u-boot settings in dts file.

    Best Regards,

    Yordan