Skip to content

Commit

Permalink
enable debug
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Aug 25, 2024
1 parent 9c1e9ee commit 947c4b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/i2c/imx708.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define IMX708_NAME "imx708"
#define OF_CAMERA_HDR_MODE "rockchip,camera-hdr-mode"

static int debug = 0;
static int debug = 1;
module_param(debug, int, 0644);

#define IMX708_REG_VALUE_08BIT 1
Expand Down

0 comments on commit 947c4b2

Please sign in to comment.