Skip to content

Commit

Permalink
ARM: davinci: da850: adopt to pinctrl-single change for configuring m…
Browse files Browse the repository at this point in the history
…ultiple pins

function-mask DT property is now a mask for a pin at each pin offset
inside a given pincontrol register. Fix DA850 DT data to reflect
this change.

Signed-off-by: Manjunathappa, Prakash <prakash.pm@ti.com>
[nsekhar@ti.com: reword commit message for clarity]
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
  • Loading branch information
Manjunathappa, Prakash authored and Sekhar Nori committed Jun 26, 2013
1 parent a2bcd77 commit 055cb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/da850.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#size-cells = <0>;
pinctrl-single,bit-per-mux;
pinctrl-single,register-width = <32>;
pinctrl-single,function-mask = <0xffffffff>;
pinctrl-single,function-mask = <0xf>;
status = "disabled";

nand_cs3_pins: pinmux_nand_pins {
Expand Down

0 comments on commit 055cb2a

Please sign in to comment.