mb/google/brya/var/vell: Correct MIPI camera info

The CIO2 port was incorrectly set to 2, while the correct port is 1

BUG=b:210801553
TEST=Build and boot on vell, camera works correctly now

Change-Id: I53d8448ed0e12777456af9b0bc65a04595b47e37
Signed-off-by: Shon Wang <shon.wang@quanta.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61946
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Shon Wang 2022-02-15 09:52:40 +08:00 committed by Felix Held
parent d1275fb886
commit d91a6842bf
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ chip soc/intel/alderlake
register "cio2_num_ports" = "1" register "cio2_num_ports" = "1"
register "cio2_lanes_used" = "{4}" # 4 CSI Camera lanes are used register "cio2_lanes_used" = "{4}" # 4 CSI Camera lanes are used
register "cio2_lane_endpoint[0]" = ""^I2C2.CAM0"" register "cio2_lane_endpoint[0]" = ""^I2C2.CAM0""
register "cio2_prt[0]" = "2" register "cio2_prt[0]" = "1"
device generic 0 on end device generic 0 on end
end end
end end