Part Number: AM3352
Tool/software: Linux
Team,
A customer of mine is asking why we do activate pull resistors for outputs in our devicetree files. The TRM says „If a pad is always configured in output mode, it is
recommended for user software to disable any internal pull resistor tied to it, to avoid unnecessary consumption.”
But as example, looking at am335x-evmsk.dts, it's done this way:
0x114 (PIN_OUTPUT_PULLDOWN | MUX_MODE2) /* mii1_txen.rgmii1_tctl */
Shouldn't the pull setting be omitted?
Thanks,
Robert