|
@@ -923,7 +923,7 @@ static struct resource ab8505_iddet_resources[] = {
|
|
|
|
|
|
static struct resource ab8500_temp_resources[] = {
|
|
|
{
|
|
|
- .name = "AB8500_TEMP_WARM",
|
|
|
+ .name = "ABX500_TEMP_WARM",
|
|
|
.start = AB8500_INT_TEMP_WARM,
|
|
|
.end = AB8500_INT_TEMP_WARM,
|
|
|
.flags = IORESOURCE_IRQ,
|
|
@@ -999,8 +999,8 @@ static struct mfd_cell abx500_common_devs[] = {
|
|
|
.of_compatible = "stericsson,ab8500-denc",
|
|
|
},
|
|
|
{
|
|
|
- .name = "ab8500-temp",
|
|
|
- .of_compatible = "stericsson,ab8500-temp",
|
|
|
+ .name = "abx500-temp",
|
|
|
+ .of_compatible = "stericsson,abx500-temp",
|
|
|
.num_resources = ARRAY_SIZE(ab8500_temp_resources),
|
|
|
.resources = ab8500_temp_resources,
|
|
|
},
|