Home
last modified time | relevance | path

Searched hist:f39b90dc8c2b6da6665fa4c7dcd47d32cbe07a29 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/ram/
H A Dstm32_sdram.cf39b90dc8c2b6da6665fa4c7dcd47d32cbe07a29 Tue Jul 18 15:37:26 UTC 2017 Patrice Chotard <patrice.chotard@st.com> ram: stm32: replace fdtdec_get by ofnode calls

Replace all fdtdec_get..() calls by ofnode_read...() or dev_read..().
This will allow drivers to support a live device tree.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>