commit | 51cb9275040b725b977de4ce709fe167ef169023 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut@gmail.com> | Mon Oct 01 12:37:19 2018 +0200 |
committer | Simon Glass <sjg@chromium.org> | Mon Oct 08 07:34:34 2018 -0600 |
tree | 9db145b506503f604ec4c3ebac2ccb57197f64d4 | |
parent | 11ae93eef40c09280f36104b6a8cf5d807f0bb0d [diff] |
ofnode: Replace of_n_addr_cells with of_n_size_cells The size should be decoded using of_n_size_cells(), make it so. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Simon Glass <sjg@chromium.org> Cc: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>