From: Roger Quadros Date: Mon, 3 Nov 2014 10:09:52 +0000 (+0200) Subject: pinctrl: dra: dt-bindings: Fix output pull up/down X-Git-Tag: omap-fixes-against-v3.18-rc4^0 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73b3a6657a88ef5348a0d69c9a8107d6f01ae862;p=pandora-kernel.git pinctrl: dra: dt-bindings: Fix output pull up/down For PIN_OUTPUT_PULLUP and PIN_OUTPUT_PULLDOWN we must not set the PULL_DIS bit which disables the PULLs. PULL_ENA is a 0 and using it in an OR operation is a NOP, so don't use it in the PIN_OUTPUT_PULLUP/DOWN macros. Fixes: 23d9cec07c58 ("pinctrl: dra: dt-bindings: Fix pull enable/disable") Signed-off-by: Roger Quadros Acked-by: Nishanth Menon Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed