Hello,
I am trying to modify the am437x-gp-evm.dts file for a custom board. I am using the devicetree.txt file
generated by TI Pinmux Tool as reference.
Inside the tool, I named the MMC0 interface as "SD Card." Due to this, the devicetree.txt file has the pinmux
node names as the following:
sd_card_pins_default: sd_card_pins_default {
...
sd_card_pins_sleep: sd_card_pins_sleep {
...
However, the am437x-gp-evm.dts file has different node names:
mmc1_pins: pinmux_mmc1_pins {
...
mmc1_sleep_pins: pinmux_mmc1_sleep_pins {
...
My question is: Do these names matter?
Will my board work with different names?
If yes, how does the kernel determine which pinmux settings are used for default state and which for sleep state?
If not, should I use the same names as in the evm .dts file?
Thank You,
Rajat Rao