Re: [PATCH v1] dt-bindings: display: rockchip: convert rockchip vop bindings to yaml

From: Rob Herring
Date: Mon Mar 23 2020 - 15:36:06 EST


On Mon, Mar 09, 2020 at 07:55:22AM +0100, Johan Jonker wrote:
> Hi,
>
> Question for robh:
>
> In the old txt situation we add/describe only properties that are used
> by the driver/hardware itself. With yaml it also filters things in a
> node that are used by other drivers like:
>
> assigned-clocks:
> assigned-clock-rates:
> power-domains:
>
> Should we add or not?

Yes, only pinctrl properties are automatically added.

We could change 'assigned-clocks', but for now I think they should be
added.

Rob