Commit 8c56d510 authored by Jiang Jian's avatar Jiang Jian Committed by Sam Ravnborg

drm/panel: nt35510: Remove duplicate 'the' in two places.

file: ./drivers/gpu/drm/panel/panel-novatek-nt35510.c
line: 193,214,253
* amplification for the the step-up circuit:
changed to
* amplification for the step-up circuit:
Signed-off-by: default avatarJiang Jian <jiangjian@cdjrlc.com>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20220621140151.14404-1-jiangjian@cdjrlc.com
parent 803481d8
...@@ -190,7 +190,7 @@ struct nt35510_config { ...@@ -190,7 +190,7 @@ struct nt35510_config {
* 6 = Hsync x 2 * 6 = Hsync x 2
* 7 = Hsync x 4 * 7 = Hsync x 4
* bits 4..6 in the upper nibble controls BTP, the boosting * bits 4..6 in the upper nibble controls BTP, the boosting
* amplification for the the step-up circuit: * amplification for the step-up circuit:
* 0 = Disable * 0 = Disable
* 1 = 1.5 x VDDB * 1 = 1.5 x VDDB
* 2 = 1.66 x VDDB * 2 = 1.66 x VDDB
...@@ -211,7 +211,7 @@ struct nt35510_config { ...@@ -211,7 +211,7 @@ struct nt35510_config {
* bits 0..2 in the lower nibble controls NCK, the booster clock * bits 0..2 in the lower nibble controls NCK, the booster clock
* frequency, the values are the same as for PCK in @bt1ctr. * frequency, the values are the same as for PCK in @bt1ctr.
* bits 4..5 in the upper nibble controls BTN, the boosting * bits 4..5 in the upper nibble controls BTN, the boosting
* amplification for the the step-up circuit. * amplification for the step-up circuit.
* 0 = Disable * 0 = Disable
* 1 = -1.5 x VDDB * 1 = -1.5 x VDDB
* 2 = -2 x VDDB * 2 = -2 x VDDB
...@@ -250,7 +250,7 @@ struct nt35510_config { ...@@ -250,7 +250,7 @@ struct nt35510_config {
* bits 0..2 in the lower nibble controls LCK, the booster clock * bits 0..2 in the lower nibble controls LCK, the booster clock
* frequency, the values are the same as for PCK in @bt1ctr. * frequency, the values are the same as for PCK in @bt1ctr.
* bits 4..5 in the upper nibble controls BTL, the boosting * bits 4..5 in the upper nibble controls BTL, the boosting
* amplification for the the step-up circuit. * amplification for the step-up circuit.
* 0 = AVEE + VCL * 0 = AVEE + VCL
* 1 = AVEE - AVDD * 1 = AVEE - AVDD
* 2 = AVEE + VCL - AVDD * 2 = AVEE + VCL - AVDD
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment