1
0
Fork 0

mfd: altr_a10sr: Add Arria10 DevKit Reset Controller

Add Peripheral PHY Reset Controller to the Arria10
Development Kit System Resource Chip's MFD.

Signed-off-by: Thor Thayer <thor.thayer@linux.intel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
zero-colors
Thor Thayer 2017-02-22 11:10:18 -06:00 committed by Lee Jones
parent 8fafcd99bd
commit dd47e97244
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@ static const struct mfd_cell altr_a10sr_subdev_info[] = {
.name = "altr_a10sr_gpio",
.of_compatible = "altr,a10sr-gpio",
},
{
.name = "altr_a10sr_reset",
.of_compatible = "altr,a10sr-reset",
},
};
static bool altr_a10sr_reg_readable(struct device *dev, unsigned int reg)