Werner Zeh has submitted this change. ( https://review.coreboot.org/c/coreboot/+/58048 )
Change subject: mb/google/brya/variants/kano: Correct MIPI camera info ......................................................................
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 --- M src/mainboard/google/brya/variants/kano/overridetree.cb 1 file changed, 3 insertions(+), 3 deletions(-)
Approvals: build bot (Jenkins): Verified Tim Wawrzynczak: Looks good to me, approved
diff --git a/src/mainboard/google/brya/variants/kano/overridetree.cb b/src/mainboard/google/brya/variants/kano/overridetree.cb index 8802ab2..4efcdf1 100644 --- a/src/mainboard/google/brya/variants/kano/overridetree.cb +++ b/src/mainboard/google/brya/variants/kano/overridetree.cb @@ -114,7 +114,7 @@ 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 @@ 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 @@ 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