Skip to content
  • Stephen Warren's avatar
    misc: add Tegra BPMP driver · 73dd5c4c
    Stephen Warren authored
    
    
    The Tegra BPMP (Boot and Power Management Processor) is a separate
    auxiliary CPU embedded into Tegra to perform power management work, and
    controls related features such as clocks, resets, power domains, PMIC I2C
    bus, etc. This driver provides the core low-level communication path by
    which feature-specific drivers (such as clock) can make requests to the
    BPMP. This driver is similar to an MFD driver in the Linux kernel. It is
    unconditionally selected by CONFIG_TEGRA186 since virtually any Tegra186
    build of U-Boot will need the feature.
    
    Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
    Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
    Signed-off-by: default avatarTom Warren <twarren@nvidia.com>
    73dd5c4c