[U-Boot] [PATCH v2 1/2] dm: core: Add functions to read 64-bit dt properties

Bin Meng bmeng.cn at gmail.com
Mon Sep 2 15:24:19 UTC 2019


On Mon, Sep 2, 2019 at 10:34 PM Michal Simek <michal.simek at xilinx.com> wrote:
>
> From: T Karthik Reddy <t.karthik.reddy at xilinx.com>
>
> This patch adds functions dev_read_u64_default & dev_read_u64
> to read unsigned 64-bit values from devicetree.
>
> Signed-off-by: T Karthik Reddy <t.karthik.reddy at xilinx.com>
> Signed-off-by: Michal Simek <michal.simek at xilinx.com>
> ---
>
> Changes in v2:
> - Moved newly added 64-bit funtion definations & prototypes below
>    32-bit functions.
>
>  drivers/core/ofnode.c |  2 +-
>  drivers/core/read.c   | 10 ++++++++++
>  include/dm/ofnode.h   |  2 +-
>  include/dm/read.h     | 33 +++++++++++++++++++++++++++++++++
>  4 files changed, 45 insertions(+), 2 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list