Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion arch/arm/boot/dts/overlays/ov9281-overlay.dts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-only
// Definitions for OV9281_trig camera module on VC I2C bus
// Definitions for OV9281 camera module on VC I2C bus
/dts-v1/;
/plugin/;

#include <dt-bindings/gpio/gpio.h>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this required? I don't see any references in the overlay to defines that it provides.


/{
compatible = "brcm,bcm2835";
Expand Down
2 changes: 1 addition & 1 deletion drivers/media/i2c/ov9282.c
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ static int ov9282_start_streaming(struct ov9282 *ov9282)
{OV9282_REG_ANA_CORE_2, OV9282_ANA_CORE2_RAW8},
}
};
struct ov9282_reg_list *reg_list;
const struct ov9282_reg_list *reg_list;
int bitdepth_index;
int ret;

Expand Down