• Sumit Gupta's avatar
    soc/tegra: Set ERD bit to mask inband errors · 96765cc4
    Sumit Gupta authored
    Add a function to set the ERD (Error Response Disable) bit in the
    MISCREG_CCROC_ERR_CONFIG register from the Control Backbone (CBB) error
    handler driver.
    
    ERD bit allows masking of SError due to inband errors which are caused
    by illegal register accesses through CBB. When the bit is set, interrupt
    is used for reporting errors and magic code '0xdead2003' is returned.
    This change is only required for Tegra194 SoC as the config is moved to
    CBB register space for future SoC's. Also, remove unmapping the
    apbmisc_base as it's required to get the base address for accessing the
    misc register.
    Signed-off-by: default avatarSumit Gupta <sumitg@nvidia.com>
    Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
    96765cc4
fuse.h 2 KB