diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2015-03-09 05:00:19 -0400 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2015-06-24 20:30:19 -0400 |
commit | a12ebe16a5cea66c17a621ece3a557b8afda2361 (patch) | |
tree | c8f27f1b6effa09026023d68f4f03fb919d5359c /arch/arc/plat-sim | |
parent | 65bfbcdfdec5c6ba055302e25506aaf67ce3c5c7 (diff) |
ARCv2: [nsim*hs*] Support simulation platforms for HS38x cores
Cc: Grant Likely <grant.likely@linaro.org>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: devicetree@vger.kernel.org
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/plat-sim')
-rw-r--r-- | arch/arc/plat-sim/platform.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arc/plat-sim/platform.c b/arch/arc/plat-sim/platform.c index 8795ae2ef48a..d9e35b4a2f08 100644 --- a/arch/arc/plat-sim/platform.c +++ b/arch/arc/plat-sim/platform.c | |||
@@ -22,7 +22,9 @@ | |||
22 | 22 | ||
23 | static const char *simulation_compat[] __initconst = { | 23 | static const char *simulation_compat[] __initconst = { |
24 | "snps,nsim", | 24 | "snps,nsim", |
25 | "snps,nsim_hs", | ||
25 | "snps,nsimosci", | 26 | "snps,nsimosci", |
27 | "snps,nsimosci_hs", | ||
26 | NULL, | 28 | NULL, |
27 | }; | 29 | }; |
28 | 30 | ||