Skip to content

Commit

Permalink
rpi5-gmsl: do not set internal pad format
Browse files Browse the repository at this point in the history
  • Loading branch information
Demon000 authored and tomba committed Jan 22, 2025
1 parent e425270 commit 7f1f800
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions utils/cam-configs/rpi5-gmsl.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def gen_imx219_pixel(cameras, port):
{
'entity': sensor_ent,
'pads': [
{ 'pad': (1, 0), 'fmt': mbus_fmt_imx219 },
{ 'pad': (0, 0), 'fmt': mbus_fmt_imx219 },
],
'routing': [
Expand Down Expand Up @@ -127,7 +126,6 @@ def gen_imx219_meta(cameras, port):
'entity': sensor_ent,
'pads': [
{ 'pad': (0, 0), 'fmt': mbus_fmt_imx219 },
{ 'pad': (2, 0), 'fmt': mbus_fmt_imx219_meta },
{ 'pad': (0, 1), 'fmt': mbus_fmt_imx219_meta },
],
'routing': [
Expand Down

0 comments on commit 7f1f800

Please sign in to comment.