[PATCH v2 14/16] pwm: add push-pull mode
Claudiu Beznea
claudiu.beznea at microchip.com
Fri Jan 12 06:23:01 PST 2018
Add macro for push-pull mode to be used in DT.
Signed-off-by: Claudiu Beznea <claudiu.beznea at microchip.com>
---
include/dt-bindings/pwm/pwm.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/dt-bindings/pwm/pwm.h b/include/dt-bindings/pwm/pwm.h
index b8617431f8ec..c6365807c30d 100644
--- a/include/dt-bindings/pwm/pwm.h
+++ b/include/dt-bindings/pwm/pwm.h
@@ -14,5 +14,6 @@
#define PWM_DTMODE_NORMAL (1 << 0)
#define PWM_DTMODE_COMPLEMENTARY (1 << 1)
+#define PWM_DTMODE_PUSH_PULL (1 << 2)
#endif
--
2.7.4
More information about the linux-rpi-kernel
mailing list