|
@@ -1060,6 +1060,7 @@ static struct mfd_cell ab8500_devs[] = {
|
|
|
},
|
|
|
{
|
|
|
.name = "ab8500-gpadc",
|
|
|
+ .of_compatible = "stericsson,ab8500-gpadc",
|
|
|
.num_resources = ARRAY_SIZE(ab8500_gpadc_resources),
|
|
|
.resources = ab8500_gpadc_resources,
|
|
|
},
|
|
@@ -1217,6 +1218,7 @@ static struct mfd_cell ab8505_devs[] = {
|
|
|
},
|
|
|
{
|
|
|
.name = "ab8500-gpadc",
|
|
|
+ .of_compatible = "stericsson,ab8500-gpadc",
|
|
|
.num_resources = ARRAY_SIZE(ab8505_gpadc_resources),
|
|
|
.resources = ab8505_gpadc_resources,
|
|
|
},
|
|
@@ -1280,6 +1282,7 @@ static struct mfd_cell ab8540_devs[] = {
|
|
|
},
|
|
|
{
|
|
|
.name = "ab8500-gpadc",
|
|
|
+ .of_compatible = "stericsson,ab8500-gpadc",
|
|
|
.num_resources = ARRAY_SIZE(ab8505_gpadc_resources),
|
|
|
.resources = ab8505_gpadc_resources,
|
|
|
},
|