Re: [PATCH v2 1/3] dt-bindings: media: Add macros for video interface bus types

2022-03-08 Thread Rob Herring
On Sun, Mar 06, 2022 at 08:04:49PM +0200, Laurent Pinchart wrote: > On Sun, Mar 06, 2022 at 07:39:03PM +0200, Laurent Pinchart wrote: > > Add a new dt-bindings/media/video-interfaces.h header that defines > > macros corresponding to the bus types from media/video-interfaces.yaml. > > This allows

Re: [PATCH v2 1/3] dt-bindings: media: Add macros for video interface bus types

2022-03-06 Thread Laurent Pinchart
On Sun, Mar 06, 2022 at 07:39:03PM +0200, Laurent Pinchart wrote: > Add a new dt-bindings/media/video-interfaces.h header that defines > macros corresponding to the bus types from media/video-interfaces.yaml. > This allows avoiding hardcoded constants in device tree sources. > > Signed-off-by:

[PATCH v2 1/3] dt-bindings: media: Add macros for video interface bus types

2022-03-06 Thread Laurent Pinchart
Add a new dt-bindings/media/video-interfaces.h header that defines macros corresponding to the bus types from media/video-interfaces.yaml. This allows avoiding hardcoded constants in device tree sources. Signed-off-by: Laurent Pinchart --- Changes since v1: - Dual-license under GPL-2.0-only or