Re: [PATCH v4 03/20] of: property: make #.*-cells optional for simple props

From: Rob Herring
Date: Tue Nov 29 2022 - 19:45:26 EST



On Wed, 23 Nov 2022 19:01:34 +0100, Michael Walle wrote:
> Sometimes, future bindings for phandles will get additional arguments.
> Thus the target node of the phandle will need a new #.*-cells property.
> To be backwards compatible, this needs to be optional.
>
> Prepare the DEFINE_SIMPLE_PROPS() to handle the cells name as optional.
>
> Signed-off-by: Michael Walle <michael@xxxxxxxx>
> Tested-by: Miquel Raynal <miquel.raynal@xxxxxxxxxxx>
> ---
> changes since v3:
> - new patch
>
> drivers/of/property.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>