commit | 8b3792208fcf0ec3691f86613ad1f3e37e6ef24d | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Tue Jul 18 17:37:26 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 26 11:29:14 2017 -0400 |
tree | 6e2cf1b7333c48315800d664d5cd34d4be1e610a | |
parent | f2b800064a014ade567b91601616496e25fe5d50 [diff] |
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>