diff options
author | Lai, Jim <jim.lai@intel.com> | 2021-09-30 13:39:58 +0800 |
---|---|---|
committer | Werner Zeh <werner.zeh@siemens.com> | 2021-10-04 07:59:31 +0000 |
commit | ae9a84478fd061e5fc888e405c011b064521201a (patch) | |
tree | 27748f43bf6309d3212a9837b30ad49bd1b1bbf4 /src/mainboard | |
parent | 5020fe34493e6ac693cf5c2bf9f97ecbdfafe7bb (diff) |
mb/google/brya/variants/kano: Correct MIPI camera info
Correct OVTI2740 information for Kano:
MIPI camera CIO port, HID and Link Freq
BUG=b:200974074
TEST=Build and boot on Kano
camera driver is not probed before,
and it can now be probed properly
after this change.
Signed-off-by: Lai, Jim <jim.lai@intel.com>
Change-Id: I4612c9d42cd59cba0991b763224f77b7af33770b
Reviewed-on: https://review.coreboot.org/c/coreboot/+/58048
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/brya/variants/kano/overridetree.cb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/google/brya/variants/kano/overridetree.cb b/src/mainboard/google/brya/variants/kano/overridetree.cb index 8802ab276b..4efcdf13b1 100644 --- a/src/mainboard/google/brya/variants/kano/overridetree.cb +++ b/src/mainboard/google/brya/variants/kano/overridetree.cb @@ -114,7 +114,7 @@ chip soc/intel/alderlake register "cio2_num_ports" = "1" register "cio2_lanes_used" = "{2}" # 2 CSI Camera lanes are used register "cio2_lane_endpoint[0]" = ""^I2C2.CAM0"" - register "cio2_prt[0]" = "2" + register "cio2_prt[0]" = "1" device generic 0 on end end end @@ -310,7 +310,7 @@ chip soc/intel/alderlake device i2c 2C on end end chip drivers/intel/mipi_camera - register "acpi_hid" = ""OVTI2740"" + register "acpi_hid" = ""INT3474"" register "acpi_uid" = "0" register "acpi_name" = ""CAM0"" register "chip_name" = ""Ov 2740 Camera"" @@ -320,7 +320,7 @@ chip soc/intel/alderlake register "ssdb.lanes_used" = "2" register "ssdb.link_used" = "1" register "num_freq_entries" = "1" - register "link_freq[0]" = "DEFAULT_LINK_FREQ" + register "link_freq[0]" = "360 * MHz" register "remote_name" = ""IPU0"" #Controls |