|
@@ -179,7 +179,7 @@ static void __init exynos_init_io(void)
|
|
|
*/
|
|
|
void exynos_set_delayed_reset_assertion(bool enable)
|
|
|
{
|
|
|
- if (soc_is_exynos4()) {
|
|
|
+ if (of_machine_is_compatible("samsung,exynos4")) {
|
|
|
unsigned int tmp, core_id;
|
|
|
|
|
|
for (core_id = 0; core_id < num_possible_cpus(); core_id++) {
|