lkml.org 
[lkml]   [2014]   [Dec]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH/RFC v9 07/19] dt-binding: mfd: max77693: Add DT binding related macros
    Hi Jacek,

    The driver depends on these so I'd rearrange this patch in the set before
    the driver patch.

    On Wed, Dec 03, 2014 at 05:06:42PM +0100, Jacek Anaszewski wrote:
    > Add macros for max77693 led part related binding.
    >
    > Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>
    > Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
    > Cc: Lee Jones <lee.jones@linaro.org>
    > Cc: Chanwoo Choi <cw00.choi@samsung.com>
    > ---
    > include/dt-bindings/mfd/max77693.h | 38 ++++++++++++++++++++++++++++++++++++
    > 1 file changed, 38 insertions(+)
    > create mode 100644 include/dt-bindings/mfd/max77693.h
    >
    > diff --git a/include/dt-bindings/mfd/max77693.h b/include/dt-bindings/mfd/max77693.h
    > new file mode 100644
    > index 0000000..4011cb47
    > --- /dev/null
    > +++ b/include/dt-bindings/mfd/max77693.h
    > @@ -0,0 +1,38 @@
    > +/*
    > + * This header provides macros for MAX77693 device binding
    > + *
    > + * Copyright (C) 2014, Samsung Electronics Co., Ltd.
    > + *
    > + * Author: Jacek Anaszewski <j.anaszewski@samsung.com>
    > + */
    > +
    > +#ifndef __DT_BINDINGS_MAX77693_H__
    > +#define __DT_BINDINGS_MAX77693_H
    > +
    > +/* External control pins */
    > +#define MAX77693_LED_FLED_UNUSED 0
    > +#define MAX77693_LED_FLED_USED 1
    > +
    > +/* FLED pins */
    > +#define MAX77693_LED_FLED1 1
    > +#define MAX77693_LED_FLED2 2

    I'd personally simply use numbers for the above but I can't really say to be
    an expert on the topic.

    > +/* External trigger type */
    > +#define MAX77693_LED_TRIG_TYPE_EDGE 0
    > +#define MAX77693_LED_TRIG_TYPE_LEVEL 1
    > +
    > +/* Trigger flags */
    > +#define MAX77693_LED_TRIG_FLASHEN (1 << 0)
    > +#define MAX77693_LED_TRIG_TORCHEN (1 << 1)
    > +#define MAX77693_LED_TRIG_SOFTWARE (1 << 2)
    > +
    > +#define MAX77693_LED_TRIG_ALL (MAX77693_LED_TRIG_FLASHEN | \
    > + MAX77693_LED_TRIG_TORCHEN | \
    > + MAX77693_LED_TRIG_SOFTWARE)
    > +
    > +/* Boost modes */
    > +#define MAX77693_LED_BOOST_OFF 0
    > +#define MAX77693_LED_BOOST_ADAPTIVE 1
    > +#define MAX77693_LED_BOOST_FIXED 2
    > +
    > +#endif /* __DT_BINDINGS_MAX77693_H */

    --
    Regards,

    Sakari Ailus
    e-mail: sakari.ailus@iki.fi XMPP: sailus@retiisi.org.uk


    \
     
     \ /
      Last update: 2014-12-30 23:21    [W:3.409 / U:0.036 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site