| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * SH7724 Setup |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 7 | 8 | * |
|---|
| 8 | 9 | * Based on SH7723 Setup |
|---|
| 9 | 10 | * Copyright (C) 2008 Paul Mundt |
|---|
| 10 | | - * |
|---|
| 11 | | - * This file is subject to the terms and conditions of the GNU General Public |
|---|
| 12 | | - * License. See the file "COPYING" in the main directory of this archive |
|---|
| 13 | | - * for more details. |
|---|
| 14 | 11 | */ |
|---|
| 15 | 12 | #include <linux/platform_device.h> |
|---|
| 16 | 13 | #include <linux/init.h> |
|---|
| .. | .. |
|---|
| 27 | 24 | #include <asm/suspend.h> |
|---|
| 28 | 25 | #include <asm/clock.h> |
|---|
| 29 | 26 | #include <asm/mmzone.h> |
|---|
| 27 | +#include <asm/platform_early.h> |
|---|
| 30 | 28 | |
|---|
| 31 | 29 | #include <cpu/dma-register.h> |
|---|
| 32 | 30 | #include <cpu/sh7724.h> |
|---|
| .. | .. |
|---|
| 833 | 831 | |
|---|
| 834 | 832 | void __init plat_early_device_setup(void) |
|---|
| 835 | 833 | { |
|---|
| 836 | | - early_platform_add_devices(sh7724_early_devices, |
|---|
| 834 | + sh_early_platform_add_devices(sh7724_early_devices, |
|---|
| 837 | 835 | ARRAY_SIZE(sh7724_early_devices)); |
|---|
| 838 | 836 | } |
|---|
| 839 | 837 | |
|---|