commit | 1638c17caee4143ae360b64fe1747657036ca278 | [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 | 7057d02b461a7246ccd9ca8d387899b2f0cd17ce [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>