Skip to content
  • Stephen Warren's avatar
    reset: implement a driver for the Tegra CAR · fe60f06d
    Stephen Warren authored
    
    
    Implement a reset uclass driver for the Tegra CAR. This allows clients to
    use standard reset APIs on Tegra. This device is intended to be
    instantiated by the core Tegra CAR driver, rather than being instantiated
    directly from DT. The implementation uses the existing custom Tegra-
    specific reset APIs to avoid coupling the series with significant
    refactoring of the existing Tegra clock/reset code.
    
    Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
    Signed-off-by: default avatarTom Warren <twarren@nvidia.com>
    fe60f06d