Re: [PATCH v3 1/2] dm: core: Add size operations on device tree references

2021-04-29 Thread Simon Glass
On Mon, 12 Apr 2021 at 18:51, chenguanqiao wrote: > > From: Chen Guanqiao > > Add functions to add size of addresses in the device tree using ofnode > references. > > If the size is not set, return FDT_SIZE_T_NONE. > > Signed-off-by: Chen Guanqiao > --- > drivers/core/ofnode.c | 11 +++

Re: [PATCH v3 1/2] dm: core: Add size operations on device tree references

2021-04-12 Thread Simon Glass
On Mon, 12 Apr 2021 at 18:51, chenguanqiao wrote: > > From: Chen Guanqiao > > Add functions to add size of addresses in the device tree using ofnode > references. > > If the size is not set, return FDT_SIZE_T_NONE. > > Signed-off-by: Chen Guanqiao > --- > drivers/core/ofnode.c | 11 +++

[PATCH v3 1/2] dm: core: Add size operations on device tree references

2021-04-12 Thread chenguanqiao
From: Chen Guanqiao Add functions to add size of addresses in the device tree using ofnode references. If the size is not set, return FDT_SIZE_T_NONE. Signed-off-by: Chen Guanqiao --- drivers/core/ofnode.c | 11 +++ include/dm/ofnode.h | 10 ++ include/fdtdec.h | 5 +++