• Jerome Brunet's avatar
    ARM: dts: meson: consistently disable pin bias · 7e26335b
    Jerome Brunet authored
    On Amlogic chipsets, the bias set through pinconf applies to the pad
    itself, not only the GPIO function. This means that even when we change
    the function of the pad from GPIO to anything else, the bias previously
    set still applies.
    
    As we have seen with the eMMC, depending on the bias type and the function,
    it may trigger problems.
    
    The underlying issue is that we inherit whatever was left by previous user
    of the pad (pinconf, u-boot or the ROM code). As a consequence, the actual
    setup we will get is undefined.
    
    There is nothing mentioned in the documentation about pad bias and pinmux
    function, however leaving it undefined is not an option.
    
    This change consistently disable the pad bias for every pinmux functions.
    It seems to work well, we can only assume that the necessary bias (if any)
    is already provided by the pin function itself.
    Signed-off-by: default avatarJerome Brunet <jbrunet@baylibre.com>
    Acked-by: Martin Blumenstingl<martin.blumenstingl@googlemail.com>
    Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
    7e26335b
meson8m2.dtsi 1.19 KB