projects
/
J-u-boot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
dm: core: Replace of_offset with accessor (part 2)
[J-u-boot.git]
/
arch
/
arm
/
mach-rockchip
/
rk3188
/
sdram_rk3188.c
diff --git
a/arch/arm/mach-rockchip/rk3188/sdram_rk3188.c
b/arch/arm/mach-rockchip/rk3188/sdram_rk3188.c
index fea8007265ce893fd16f0935ec32e9dd333e23b8..946a9f1653ad642629c9d4e0cfed9cb4c5c49496 100644
(file)
--- a/
arch/arm/mach-rockchip/rk3188/sdram_rk3188.c
+++ b/
arch/arm/mach-rockchip/rk3188/sdram_rk3188.c
@@
-852,7
+852,7
@@
static int rk3188_dmc_ofdata_to_platdata(struct udevice *dev)
#if !CONFIG_IS_ENABLED(OF_PLATDATA)
struct rk3188_sdram_params *params = dev_get_platdata(dev);
const void *blob = gd->fdt_blob;
- int node = dev
->of_offset
;
+ int node = dev
_of_offset(dev)
;
int ret;
/* rk3188 supports only one-channel */
This page took
0.036976 seconds
and
4
git commands to generate.