commit | 8158a848fa4d506d46a5193daf13367f3839022a | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Mon Aug 14 19:05:31 2017 +0200 |
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Mon Sep 18 20:40:37 2017 +0200 |
tree | 3ba3de00f67b6ec4c2c750a027d37e1f3017b3c4 | |
parent | 7b87e3bfaf1ef1109da0f749040426c9e665c361 [diff] |
rockchip: timer: update for 32/64bit-aware OF_PLATDATA With dtoc emitting fdt64_t for addresses (and region sizes), the array indices for accessing the reg[] array needs to be adjusted. This adjusts the Rockchip DM timer driver to correctly handle OF_PLATDATA given this new structure layout. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org>