From: Felipe Balbi <[email protected]>

Prefix led name with machine name to avoid sysfs name
conflicts. It's minor and impossible to happen on n810
by now, but still let's try to keep good practices
while coding.

Signed-off-by: Felipe Balbi <[email protected]>
---
 arch/arm/mach-omap2/board-n800.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-omap2/board-n800.c b/arch/arm/mach-omap2/board-n800.c
index fe6e5c9..6e34d80 100644
--- a/arch/arm/mach-omap2/board-n800.c
+++ b/arch/arm/mach-omap2/board-n800.c
@@ -119,8 +119,8 @@ static struct lm8323_platform_data lm8323_pdata = {
        .active_time    = 500,
 
        .name           = "Internal keyboard",
-       .pwm1_name      = "keyboard",
-       .pwm2_name      = "cover",
+       .pwm1_name      = "n810::keyboard",
+       .pwm2_name      = "n810::cover",
 };
 #endif
 
-- 
1.6.1.3

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to