Skip to content

Commit

Permalink
mfd: sec-core: Remove unused s2mpu02-rtc and s2mpu02-clk children
Browse files Browse the repository at this point in the history
The commit 54e8827 ("mfd: sec-core: Add support for S2MPU02
device") added new MFD child devices for S2MPU02: RTC and clock
provider (the clock provider with new compatible). However support for
these devices was not added to existing drivers (rtc-s5m, clk-s2mps11).
New drivers were not submitted neither.

This means that the name of children devices is completely unused. The
"samsung,s2mpu02-clk" compatible remains undocumented so it is unclear
what is provided by that compatible.

Clean up this by removing unused child devices and undocumented
compatible.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
  • Loading branch information
Krzysztof Kozlowski authored and Lee Jones committed Oct 30, 2015
1 parent 5530ef1 commit 644a374
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions drivers/mfd/sec-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,9 @@ static const struct mfd_cell s2mpa01_devs[] = {
};

static const struct mfd_cell s2mpu02_devs[] = {
{ .name = "s2mpu02-pmic", },
{ .name = "s2mpu02-rtc", },
{
.name = "s2mpu02-clk",
.of_compatible = "samsung,s2mpu02-clk",
}
.name = "s2mpu02-pmic",
},
};

#ifdef CONFIG_OF
Expand Down

0 comments on commit 644a374

Please sign in to comment.