| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Renesas Technology Corp. R0P7785LC0011RL Support. |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 2008 Yoshihiro Shimoda |
|---|
| 5 | 6 | * Copyright (C) 2009 Paul Mundt |
|---|
| 6 | | - * |
|---|
| 7 | | - * This file is subject to the terms and conditions of the GNU General Public |
|---|
| 8 | | - * License. See the file "COPYING" in the main directory of this archive |
|---|
| 9 | | - * for more details. |
|---|
| 10 | 7 | */ |
|---|
| 11 | 8 | #include <linux/init.h> |
|---|
| 12 | 9 | #include <linux/platform_device.h> |
|---|
| .. | .. |
|---|
| 344 | 341 | pm_power_off = sh7785lcr_power_off; |
|---|
| 345 | 342 | |
|---|
| 346 | 343 | /* sm501 DRAM configuration */ |
|---|
| 347 | | - sm501_reg = ioremap_nocache(SM107_REG_ADDR, SM501_DRAM_CONTROL); |
|---|
| 344 | + sm501_reg = ioremap(SM107_REG_ADDR, SM501_DRAM_CONTROL); |
|---|
| 348 | 345 | if (!sm501_reg) { |
|---|
| 349 | 346 | printk(KERN_ERR "%s: ioremap error.\n", __func__); |
|---|
| 350 | 347 | return; |
|---|