From 04dd17822334871b23ea2862f7798fb0e0007777 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 11 May 2024 08:53:19 +0000 Subject: [PATCH] change otg to host mode --- kernel/include/linux/pwm.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/kernel/include/linux/pwm.h b/kernel/include/linux/pwm.h index b05d417..50d44f7 100644 --- a/kernel/include/linux/pwm.h +++ b/kernel/include/linux/pwm.h @@ -74,6 +74,8 @@ enum pwm_output_type output_type; #ifdef CONFIG_PWM_ROCKCHIP_ONESHOT u64 oneshot_count; + u32 oneshot_repeat; + u64 duty_offset; #endif /* CONFIG_PWM_ROCKCHIP_ONESHOT */ bool enabled; }; -- Gitblit v1.6.2