Hello, Here's a small patch set that replaces PWM polarity numerical constants with macros in DT. The series starts with a fix for an error in the i.MX53 mba53 DT, and the second patch then introduces the macros and update both bindings documentation and existing DT.
Laurent Pinchart (2): ARM i.MX53: mba53: Fix PWM backlight DT node pwm: Add PWM polarity flag macros for DT Documentation/devicetree/bindings/pwm/atmel-tcb-pwm.txt | 6 +++--- Documentation/devicetree/bindings/pwm/pwm-samsung.txt | 5 +++-- Documentation/devicetree/bindings/pwm/pwm-tiehrpwm.txt | 5 +++-- Documentation/devicetree/bindings/pwm/pwm.txt | 8 +++++--- Documentation/devicetree/bindings/pwm/vt8500-pwm.txt | 5 +++-- arch/arm/boot/dts/am335x-evm.dts | 3 ++- arch/arm/boot/dts/am335x-evmsk.dts | 3 ++- arch/arm/boot/dts/imx53-mba53.dts | 2 +- arch/arm/boot/dts/wm8850-w70v2.dts | 3 ++- include/dt-bindings/pwm/pwm.h | 15 +++++++++++++++ include/linux/pwm.h | 4 ++-- 11 files changed, 41 insertions(+), 18 deletions(-) create mode 100644 include/dt-bindings/pwm/pwm.h -- Regards, Laurent Pinchart _______________________________________________ devicetree-discuss mailing list devicetree-discuss@lists.ozlabs.org https://lists.ozlabs.org/listinfo/devicetree-discuss