[RFC] pinctrl: generic: Add DT bindings
Linus Walleij
linus.walleij at linaro.org
Sun Jun 16 05:56:05 EST 2013
On Fri, Jun 14, 2013 at 12:39 AM, Laurent Pinchart
<laurent.pinchart at ideasonboard.com> wrote:
> mmcif_pins: mmcif {
> mux {
> renesas,groups = "mmc0_data8_0", "mmc0_ctrl_0";
> renesas,function = "mmc0";
> };
> cfg {
> renesas,groups = "mmc0_data8_0";
> renesas,pins = "PORT279";
> bias-pull-up = <1>;
If I understood your code correctly that last statement can *optionally*
be written like just:
bias-pull-up;
Without the parameter?
I think that Heiko's implementation does this anyway.
Yours,
Linus Walleij
More information about the devicetree-discuss
mailing list