Skip to content

Commit bb664f4

Browse files
committed
Devicetree: Minor improment to opt to use tabs
Optimize comment formating to use tab when spaces are equal to tab size Signed-off-by: Kyle Micallef Bonnici <[email protected]>
1 parent 61cb0d3 commit bb664f4

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

boards/phytec/reel_board/reel_board_nrf52840_2.overlay

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -53,31 +53,31 @@
5353
gate-line-width = <0x0a>;
5454
lut = [
5555
/*
56-
* Waveform Composition
57-
*
58-
* There are 7 Voltage Source (VS) Level groups
59-
* n = {0,1,2...6}, each group contains
60-
* 4 phases x = {A,B,C,D}.
61-
* 2 bits represent the voltage in a phase:
62-
* 00 – VSS, 01 – VSH1, 10 – VSL, 11 - VSH2
63-
*
64-
* For example 0x80 represents sequence VSL-VSS-VSS-VSS,
65-
*/
56+
* Waveform Composition
57+
*
58+
* There are 7 Voltage Source (VS) Level groups
59+
* n = {0,1,2...6}, each group contains
60+
* 4 phases x = {A,B,C,D}.
61+
* 2 bits represent the voltage in a phase:
62+
* 00 – VSS, 01 – VSH1, 10 – VSL, 11 - VSH2
63+
*
64+
* For example 0x80 represents sequence VSL-VSS-VSS-VSS,
65+
*/
6666
80 60 40 00 00 00 00 /* LUT0: BB: VS 0..6 */
6767
10 60 20 00 00 00 00 /* LUT1: BW: VS 0..6 */
6868
80 60 40 00 00 00 00 /* LUT2: WB: VS 0..6 */
6969
10 60 20 00 00 00 00 /* LUT3: WW: VS 0..6 */
7070
00 00 00 00 00 00 00 /* LUT4: VCOM: VS 0..6 */
7171
/*
72-
* TPnx determines the length of each phase,
73-
* and RPn repeat count of a sequence.
74-
* TPnA, TPnB, TPnC, TPnD, RPn
75-
*
76-
* For example TP0A=3, TP0B=3, and RP0=2:
77-
* VS sequence : VSL-VSS-VSS-VSS
78-
* number of Gate Pulses (length) : 3 3 0 0
79-
* repeat count : 2
80-
*/
72+
* TPnx determines the length of each phase,
73+
* and RPn repeat count of a sequence.
74+
* TPnA, TPnB, TPnC, TPnD, RPn
75+
*
76+
* For example TP0A=3, TP0B=3, and RP0=2:
77+
* VS sequence : VSL-VSS-VSS-VSS
78+
* number of Gate Pulses (length) : 3 3 0 0
79+
* repeat count : 2
80+
*/
8181
03 03 00 00 02 /* TP0A TP0B TP0C TP0D RP0 */
8282
09 09 00 00 02 /* TP1A TP1B TP1C TP1D RP1 */
8383
03 03 00 00 02 /* TP2A TP2B TP2C TP2D RP2 */

0 commit comments

Comments
 (0)