summaryrefslogtreecommitdiff
path: root/drivers/pwm
diff options
context:
space:
mode:
authorBaohong Liu <baohong.liu@intel.com>2016-05-26 14:06:46 -0700
committerAnas Nashif <nashif@linux.intel.com>2016-05-26 22:35:33 +0000
commit0ccc83145296362feabf6d77bac25cc1d1ed4a57 (patch)
tree9e8f0a07d9859985ccd2b520f7b8baad221e6a29 /drivers/pwm
parentc2a0a59481954124211f6f40c63ad3226c065b85 (diff)
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 <baohong.liu@intel.com>
Diffstat (limited to 'drivers/pwm')
-rw-r--r--drivers/pwm/Kconfig.qmsi2
1 files changed, 1 insertions, 1 deletions
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.