X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fregulator%2Fbcm590xx-regulator.c;h=c3750c5b382be65b61468074beb387a02acd4e71;hb=582076ab16779208e7eb6ce712a9c0a6cc5bafe4;hp=ab08ca7cfb0850289c1a62a3bdba4506f750cc15;hpb=6f4c98e1c22c28e00b8f050cce895a6b74db15d1;p=karo-tx-linux.git diff --git a/drivers/regulator/bcm590xx-regulator.c b/drivers/regulator/bcm590xx-regulator.c index ab08ca7cfb08..c3750c5b382b 100644 --- a/drivers/regulator/bcm590xx-regulator.c +++ b/drivers/regulator/bcm590xx-regulator.c @@ -123,6 +123,7 @@ struct bcm590xx_info { #define BCM590XX_REG_RANGES(_name, _ranges) \ { \ .name = #_name, \ + .n_voltages = 64, \ .n_linear_ranges = ARRAY_SIZE(_ranges), \ .linear_ranges = _ranges, \ }