]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
mfd: altr_a10sr: Add Arria10 DevKit Reset Controller
authorThor Thayer <thor.thayer@linux.intel.com>
Wed, 22 Feb 2017 17:10:18 +0000 (11:10 -0600)
committerLee Jones <lee.jones@linaro.org>
Thu, 27 Apr 2017 08:25:04 +0000 (09:25 +0100)
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>
drivers/mfd/altera-a10sr.c

index 06e1f7fc5605520c26e887859c44dd48a7d4b866..96e7d2cb7b898204ee3ed2728fde8358a026b969 100644 (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)