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.

AM3352: Why does kernel's am335x-evmsk.dts use AM33XX_PADCONF() instead of AM33XX_IOPAD() ?

Part Number: AM3352

AM33XX_IOPAD() is used in "$uboot/arch/arm/dts/am335x-evmsk.dts". Also, AM33XX_IOPAD() is used in "devicetree.dtsi" created by PinMux tool.

In "$kernel/arch/arm/boot/dts/am335x-evmsk.dts", on the other hand, AM33XX_PADCONF() is used. Why does kernel's am335x-evmsk.dts use AM33XX_PADCONF() instead of AM33XX_IOPAD() ?