Merge remote-tracking branch 'asoc/topic/wm8770' into asoc-next
[deliverable/linux.git] / arch / mips / jz4740 / platform.c
index e342ed4cbd4378c84749ae7e77406a131cec7c1c..6d14dcdbd9083639ebb7a73f3ab0edc00aada7c8 100644 (file)
@@ -323,3 +323,9 @@ struct platform_device jz4740_wdt_device = {
        .num_resources = ARRAY_SIZE(jz4740_wdt_resources),
        .resource      = jz4740_wdt_resources,
 };
+
+/* PWM */
+struct platform_device jz4740_pwm_device = {
+       .name = "jz4740-pwm",
+       .id   = -1,
+};
This page took 0.023955 seconds and 5 git commands to generate.