On Tue, 02 Apr 2024 14:40:27 -0300, Fabio Estevam wrote: > From: Fabio Estevam <festevam@xxxxxxx> > > The original .txt bindings had the OV2680 power supply names correct, > but the transition from .txt to yaml spelled them incorrectly. > > Fix the OV2680 power supply names as the original .txt bindings > as these are the names used by the OV2680 driver and in devicetree. > > Fixes: 57226cd8c8bf ("media: dt-bindings: ov2680: convert bindings to yaml") > Signed-off-by: Fabio Estevam <festevam@xxxxxxx> > --- > Changes since v3: > - Newly introduced. > > .../bindings/media/i2c/ovti,ov2680.yaml | 18 +++++++++--------- > 1 file changed, 9 insertions(+), 9 deletions(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>