Commit
ee77a2389b47d5ad15e0963e813c764ddc73b745
Exists in
v2017.01-smarct4x
and in
41 other branches
8qm-imx_v2020.04_5.4.70_2.3.0, emb_lf_v2022.04, emb_lf_v2023.04, imx_v2015.04_4.1.15_1.0.0_ga, pitx_8mp_lf_v2020.04, smarc-8m-android-10.0.0_2.6.0, smarc-8m-android-11.0.0_2.0.0, smarc-8mp-android-11.0.0_2.0.0, smarc-imx6_v2018.03_4.14.98_2.0.0_ga, smarc-imx7_v2017.03_4.9.11_1.0.0_ga, smarc-imx7_v2018.03_4.14.98_2.0.0_ga, smarc-imx_v2015.04_4.1.15_1.0.0_ga, smarc-imx_v2017.03_4.9.11_1.0.0_ga, smarc-imx_v2017.03_4.9.88_2.0.0_ga, smarc-imx_v2017.03_o8.1.0_1.3.0_8m, smarc-imx_v2018.03_4.14.78_1.0.0_ga, smarc-m6.0.1_2.1.0-ga, smarc-n7.1.2_2.0.0-ga, smarc-rel_imx_4.1.15_2.0.0_ga, smarc_8m-imx_v2018.03_4.14.98_2.0.0_ga, smarc_8m-imx_v2019.04_4.19.35_1.1.0, smarc_8m_00d0-imx_v2018.03_4.14.98_2.0.0_ga, smarc_8mm-imx_v2018.03_4.14.98_2.0.0_ga, smarc_8mm-imx_v2019.04_4.19.35_1.1.0, smarc_8mm-imx_v2020.04_5.4.24_2.1.0, smarc_8mp_lf_v2020.04, smarc_8mq-imx_v2020.04_5.4.24_2.1.0, smarc_8mq_lf_v2020.04, ti-u-boot-2015.07, v2014.07, v2014.07-smarct33, v2014.07-smartmen, v2015.07-smarct33, v2015.07-smarct33-emmc, v2015.07-smarct4x, v2016.05-dlt, v2016.05-smarct3x, v2016.05-smarct3x-emmc, v2016.05-smarct4x, v2017.01-smarct3x, v2017.01-smarct3x-emmc
ARM: DRA72x: Add Silicon ID support
Add silicon ID code for DRA722 silicon.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Acked-by: Tom Rini <trini@ti.com>
Showing
3 changed files
with
5 additions
and
0 deletions
Side-by-side Diff
... |
... |
@@ -336,6 +336,9 @@ |
336
|
336 |
case DRA752_CONTROL_ID_CODE_ES1_1: |
337
|
337 |
*omap_si_rev = DRA752_ES1_1; |
338
|
338 |
break; |
|
339 |
+ case DRA722_CONTROL_ID_CODE_ES1_0: |
|
340 |
+ *omap_si_rev = DRA722_ES1_0; |
|
341 |
+ break; |
339
|
342 |
default: |
340
|
343 |
*omap_si_rev = OMAP5430_SILICON_ID_INVALID; |
341
|
344 |
} |
... |
... |
@@ -45,6 +45,7 @@ |
45
|
45 |
#define OMAP5432_CONTROL_ID_CODE_ES2_0 0x1B99802F |
46
|
46 |
#define DRA752_CONTROL_ID_CODE_ES1_0 0x0B99002F |
47
|
47 |
#define DRA752_CONTROL_ID_CODE_ES1_1 0x1B99002F |
|
48 |
+#define DRA722_CONTROL_ID_CODE_ES1_0 0x0B9BC02F |
48
|
49 |
|
49
|
50 |
/* UART */ |
50
|
51 |
#define UART1_BASE (OMAP54XX_L4_PER_BASE + 0x6a000) |
... |
... |
@@ -645,6 +645,7 @@ |
645
|
645 |
/* DRA7XX */ |
646
|
646 |
#define DRA752_ES1_0 0x07520100 |
647
|
647 |
#define DRA752_ES1_1 0x07520110 |
|
648 |
+#define DRA722_ES1_0 0x07220100 |
648
|
649 |
|
649
|
650 |
/* |
650
|
651 |
* SRAM scratch space entries |