diff options
Diffstat (limited to 'drivers/bcma/sprom.c')
| -rw-r--r-- | drivers/bcma/sprom.c | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/bcma/sprom.c b/drivers/bcma/sprom.c index 26823d97fd9..9ea4627dc0c 100644 --- a/drivers/bcma/sprom.c +++ b/drivers/bcma/sprom.c @@ -507,7 +507,9 @@ static bool bcma_sprom_onchip_available(struct bcma_bus *bus)  		/* for these chips OTP is always available */  		present = true;  		break; - +	case BCMA_CHIP_ID_BCM43228: +		present = chip_status & BCMA_CC_CHIPST_43228_OTP_PRESENT; +		break;  	default:  		present = false;  		break;  |