• Stephen Warren's avatar
    ARM: tegra: Switch to new pinctrl driver · f30d12b3
    Stephen Warren authored
    * Rename old pinmux and new pinctrl platform driver and DT match table
      entries, so the new driver gets instantiated.
    * Re-write board-pinmux.c, so that it uses pinctrl APIs to configura the
      pinmux.
    * Re-write board-*-pinmux.c so that the pinmux configuration tables are
      in pinctrl format.
    
    Ventana's pin mux table needed some edits on top of the basic format
    conversion, since some mux options that were previously marked as
    reserved are now valid in the new pinctrl driver. Attempting to use the
    old reserved names will result in a failure. Specifically, groups lpw0,
    lpw2, lsc1, lsck, and lsda were changed from function rsvd4 to displaya,
    and group pta was changed from function rsvd2 to hdmi.
    
    All boards' pin mux tables needed some edits on top of the based format
    conversion, since function i2c was split into i2c1 (first general I2C
    controller) and i2cp (power I2C controller) to better align function
    definitions with HW blocks.
    
    Due to the split of mux tables into...
    f30d12b3
board-harmony-pinmux.c 7.82 KB