Re: [PATCH v3 2/7] media: dt-bindings: video-interface-devices: add video-interface-devices.h references
Michael Riesch <[email protected]>
| Newsgroups | org.kernel.vger.linux-renesas-soc,dev.linux.lists.imx,org.infradead.lists.linux-arm-kernel,org.infradead.lists.linux-rockchip,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.linux-media,org.kernel.vger.linux-tegra |
|---|---|
| Message-ID | <[email protected]> |
Hi Kieran, On 6/28/26 12:22, Kieran Bingham wrote: > Expand the documentation of the video-interface-devices orientation to > reference the include/dt-bindings/media/video-interface-devices.h header > which provides human readable defines for the orientation enum, to help > avoid hardcoding values in dts. > > Reviewed-by: Vladimir Zapolskiy <[email protected]> > Reviewed-by: Laurent Pinchart <[email protected]> > Reviewed-by: Frank Li <[email protected]> > Signed-off-by: Kieran Bingham <[email protected]> Acked-by: Michael Riesch <[email protected]> Thanks and best regards, Michael > --- > .../bindings/media/video-interface-devices.yaml | 17 +++++++++++------ > 1 file changed, 11 insertions(+), 6 deletions(-) > > diff --git a/Documentation/devicetree/bindings/media/video-interface-devices.yaml b/Documentation/devicetree/bindings/media/video-interface-devices.yaml > index a81d2a155fe6..c9c3f4f16719 100644 > --- a/Documentation/devicetree/bindings/media/video-interface-devices.yaml > +++ b/Documentation/devicetree/bindings/media/video-interface-devices.yaml > @@ -392,17 +392,22 @@ properties: > The orientation of a device (typically an image sensor or a flash LED) > describing its mounting position relative to the usage orientation of the > system where the device is installed on. > + See include/dt-bindings/media/video-interface-devices.h. > + > $ref: /schemas/types.yaml#/definitions/uint32 > enum: > - # Front. The device is mounted on the front facing side of the system. For > - # mobile devices such as smartphones, tablets and laptops the front side > - # is the user facing side. > + # MEDIA_ORIENTATION_FRONT > + # The device is mounted on the front facing side of the system. For > + # mobile devices such as smartphones, tablets and laptops the front > + # side is the user facing side. > - 0 > - # Back. The device is mounted on the back side of the system, which is > + # MEDIA_ORIENTATION_BACK > + # The device is mounted on the back side of the system, which is > # defined as the opposite side of the front facing one. > - 1 > - # External. The device is not attached directly to the system but is > - # attached in a way that allows it to move freely. > + # MEDIA_ORIENTATION_EXTERNAL > + # The device is not attached directly to the system but is attached in > + # a way that allows it to move freely. > - 2 > > additionalProperties: true >