devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
  • * [PATCH 4/4] Input: pmic8xxx-keypad - update DT bindings documentation
           [not found] <1412675448-11990-1-git-send-email-iivanov@mm-sol.com>
           [not found] ` <1412675448-11990-1-git-send-email-iivanov-NEYub+7Iv8PQT0dZR+AlfA@public.gmane.org>
    @ 2014-10-07  9:50 ` Ivan T. Ivanov
      1 sibling, 0 replies; 2+ messages in thread
    From: Ivan T. Ivanov @ 2014-10-07  9:50 UTC (permalink / raw)
      To: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
    	Dmitry Torokhov
      Cc: Ivan T. Ivanov, Stephen Boyd, linux-input, devicetree,
    	linux-kernel, linux-arm-msm
    
    Fix incorrect dimensions for 'debonce' and 'scan-delay' times.
    Now they represent what driver really expect. Add possible
    time quants for 'debonce', 'scan-delay' and 'row-hold' times.
    Update bindings example.
    
    Signed-off-by: Ivan T. Ivanov <iivanov@mm-sol.com>
    ---
     Documentation/devicetree/bindings/input/qcom,pm8xxx-keypad.txt | 9 ++++++---
     1 file changed, 6 insertions(+), 3 deletions(-)
    
    diff --git a/Documentation/devicetree/bindings/input/qcom,pm8xxx-keypad.txt b/Documentation/devicetree/bindings/input/qcom,pm8xxx-keypad.txt
    index 2b60f8a..df5e2a1 100644
    --- a/Documentation/devicetree/bindings/input/qcom,pm8xxx-keypad.txt
    +++ b/Documentation/devicetree/bindings/input/qcom,pm8xxx-keypad.txt
    @@ -54,20 +54,23 @@ PROPERTIES
     - debounce:
     	Usage: optional
     	Value type: <u32>
    -	Definition: time in microseconds that key must be pressed or release
    +	Definition: time in miliseconds that key must be pressed or release
     		    for key sense interrupt to trigger.
    +		    Possible values: 5, 10, 15, 20.
     
     - scan-delay:
     	Usage: optional
     	Value type: <u32>
    -	Definition: time in microseconds to pause between successive scans
    +	Definition: time in miliseconds to pause between successive scans
     		    of the matrix array.
    +		    Possible values: 1, 2, 4, 8, 16, 32, 64, 128.
     
     - row-hold:
     	Usage: optional
     	Value type: <u32>
     	Definition: time in nanoseconds to pause between scans of each row in
     		    the matrix array.
    +		    Possible values: 30500, 61000, 122000.
     
     EXAMPLE
     
    @@ -86,5 +89,5 @@ EXAMPLE
     		keypad,num-columns = <5>;
     		debounce = <15>;
     		scan-delay = <32>;
    -		row-hold = <91500>;
    +		row-hold = <61000>;
     	};
    -- 
    1.9.1
    
    ^ permalink raw reply related	[flat|nested] 2+ messages in thread

  • end of thread, other threads:[~2014-10-07  9:50 UTC | newest]
    
    Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
    -- links below jump to the message on this page --
         [not found] <1412675448-11990-1-git-send-email-iivanov@mm-sol.com>
         [not found] ` <1412675448-11990-1-git-send-email-iivanov-NEYub+7Iv8PQT0dZR+AlfA@public.gmane.org>
    2014-10-07  9:50   ` [PATCH 3/4] Input: pmic8xxx-keypad - add support keypad found in pm8941 Ivan T. Ivanov
    2014-10-07  9:50 ` [PATCH 4/4] Input: pmic8xxx-keypad - update DT bindings documentation Ivan T. Ivanov
    

    This is a public inbox, see mirroring instructions
    for how to clone and mirror all data and code used for this inbox;
    as well as URLs for NNTP newsgroup(s).