kernel_samsung_a53x/include/dt-bindings/display/rf-band-id.h
2024-06-15 16:02:09 -03:00

237 lines
4 KiB
C
Executable file

/*
* Copyright c 2020 Samsung Electronics Co., Ltd.
*
* Author: Minwoo kim <minwoo7945.kim@samsung.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* Device Tree binding constants for panel display.
*/
#ifndef _DT_BINDINGS_RF_BAND_ID_H
#define _DT_BINDINGS_RF_BAND_ID_H
/*
* This enum comes from LCD_Adaptive_MIPI.xlsx file
*/
#define GSM850 1
#define EGSM900 2
#define DCS1800 3
#define PCS1900 4
#define WB01 11
#define WB02 12
#define WB03 13
#define WB04 14
#define WB05 15
#define WB06 16
#define WB07 17
#define WB08 18
#define WB09 19
#define WB10 20
#define WB11 21
#define WB12 22
#define WB13 23
#define WB14 24
#define WB15 25
#define WB16 26
#define WB17 27
#define WB18 28
#define WB19 29
#define WB20 30
#define WB21 31
#define WB22 32
#define WB23 33
#define WB24 34
#define WB25 35
#define WB26 36
#define WB27 37
#define WB28 38
#define WB29 39
#define WB30 40
#define WB31 41
#define WB32 42
#define TD1 51
#define TD2 52
#define TD3 53
#define TD4 54
#define TD5 55
#define TD6 56
#define BC0 61
#define BC1 62
#define BC2 63
#define BC3 64
#define BC4 65
#define BC5 66
#define BC6 67
#define BC7 68
#define BC8 69
#define BC9 70
#define BC10 71
#define BC11 72
#define BC12 73
#define BC13 74
#define BC14 75
#define BC15 76
#define BC16 77
#define BC17 78
#define BC18 79
#define BC19 80
#define BC20 81
#define BC21 82
#define LB01 91
#define LB02 92
#define LB03 93
#define LB04 94
#define LB05 95
#define LB06 96
#define LB07 97
#define LB08 98
#define LB09 99
#define LB10 100
#define LB11 101
#define LB12 102
#define LB13 103
#define LB14 104
#define LB15 105
#define LB16 106
#define LB17 107
#define LB18 108
#define LB19 109
#define LB20 110
#define LB21 111
#define LB22 112
#define LB23 113
#define LB24 114
#define LB25 115
#define LB26 116
#define LB27 117
#define LB28 118
#define LB29 119
#define LB30 120
#define LB31 121
#define LB32 122
#define LB33 123
#define LB34 124
#define LB35 125
#define LB36 126
#define LB37 127
#define LB38 128
#define LB39 129
#define LB40 130
#define LB41 131
#define LB42 132
#define LB43 133
#define LB44 134
#define LB45 135
#define LB46 136
#define LB47 137
#define LB48 138
#define LB65 155
#define LB66 156
#define LB67 157
#define LB68 158
#define LB69 159
#define LB70 160
#define LB71 161
#define N000 255
#define N001 256
#define N002 257
#define N003 258
#define N004 259
#define N005 260
#define N006 261
#define N007 262
#define N008 263
#define N009 264
#define N010 265
#define N011 266
#define N012 267
#define N013 268
#define N014 269
#define N015 270
#define N016 271
#define N017 272
#define N018 273
#define N019 274
#define N020 275
#define N021 276
#define N022 277
#define N023 278
#define N024 279
#define N025 280
#define N026 281
#define N027 282
#define N028 283
#define N029 284
#define N030 285
#define N031 286
#define N032 287
#define N033 288
#define N034 289
#define N035 290
#define N036 291
#define N037 292
#define N038 293
#define N039 294
#define N040 295
#define N041 296
#define N042 297
#define N043 298
#define N044 299
#define N045 300
#define N046 301
#define N047 302
#define N048 303
#define N049 304
#define N050 305
#define N051 306
#define N052 307
#define N053 308
#define N054 309
#define N055 310
#define N056 311
#define N057 312
#define N058 313
#define N059 314
#define N060 315
#define N061 316
#define N062 317
#define N063 318
#define N064 319
#define N065 320
#define N066 321
#define N067 322
#define N068 323
#define N069 324
#define N070 325
#define N071 326
#define N072 327
#define N073 328
#define N074 329
#define N075 330
#define N076 331
#define N077 332
#define N078 333
#define N079 334
#define N080 335
#define N081 336
#define N082 337
#define N083 338
#define N084 339
#define N085 340
#define N086 341
#define N087 342
#define N088 343
#define N089 344
#define N090 345
#define N257 512
#define N258 513
#define N259 514
#define N260 515
#define N261 516
#define MAX_BAND_ID 517
#endif /* _DT_BINDINGS_RF_BAND_ID_H */