From 0ccc83145296362feabf6d77bac25cc1d1ed4a57 Mon Sep 17 00:00:00 2001 From: Baohong Liu Date: Thu, 26 May 2016 14:06:46 -0700 Subject: drivers: PWM QMSI dev name fix Change the dev name from PWM to PWM_0. This will make it consistent with other drivers and also fix the device binding failure in the PWM sample app. Jira: ZEP-395 Change-Id: I90b945a7e57700d384eaa52e5300c881a3251d83 Signed-off-by: Baohong Liu --- drivers/pwm/Kconfig.qmsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/pwm') diff --git a/drivers/pwm/Kconfig.qmsi b/drivers/pwm/Kconfig.qmsi index 68745fb85..958e75583 100644 --- a/drivers/pwm/Kconfig.qmsi +++ b/drivers/pwm/Kconfig.qmsi @@ -28,7 +28,7 @@ menuconfig PWM_QMSI config PWM_QMSI_DEV_NAME string "QMSI PWM Device Name" depends on PWM_QMSI - default "PWM" + default "PWM_0" help Specify the device name for the PWM driver. -- cgit v1.2.3