Messages in this thread |  | | Date | Tue, 03 Dec 2013 13:06:42 -0700 | From | Stephen Warren <> | Subject | Re: [PATCH 1/2] ARM: dts: tegra: Header file for pinctrl constants |
| |
On 12/02/2013 06:55 AM, Laxman Dewangan wrote: > Defines pincontrol constants to use from Tegra's DTS file > for tegra pincontrol properties option.
> diff --git a/include/dt-bindings/pinctrl/pinctrl-tegra.h b/include/dt-bindings/pinctrl/pinctrl-tegra.h
> +/* Pull up/down/normal */ > +#define TEGRA_PIN_PUPD_NORMAL 0 > +#define TEGRA_PIN_PUPD_PULL_DOWN 1 > +#define TEGRA_PIN_PUPD_PULL_UP 2
... and s/NORMAL/NONE/ here too, I think. Some people might consider some other value e.g. pull-up as normal:-)
|  |