Attention is currently required from: Furquan Shaikh, Ren Kuo, Shou-Chieh Hsu. Hello build bot (Jenkins), David Wu, Furquan Shaikh, Tyler Wang, Shou-Chieh Hsu, Karthik Ramasubramanian,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/56685
to look at the new patch set (#9).
Change subject: mb/google/dedede/var/magolor: modify SSFC for camera and touchscreen ......................................................................
mb/google/dedede/var/magolor: modify SSFC for camera and touchscreen
The all shipped magolor and maglia has been writed SSFC= 0x840 (5M MIPI camera) in CBI eeprom. But the value:0x840 will confilict with the following definied touchcreen field. It cause some touchsreen no funtion if user make auto-update new firmware.The CL would correct the problem.
The origianl field: CAMERA_WFC 38 40 TS_SOURCE 41 44
Correct filed of mipi camera and toch-screen MIPI Cam: CAMERA_WFC 38 40 CAMERA_UFC 41 42 CAMERA_VCM 43 44 Touch-screen: TS_SOURCE 45 48
The SSFC value of Magolor will be ... CAMERA_OVTI5675 5M AF (SSFC = 0x840) CAMERA_OVTI8856 8M AF (SSFC = 0x880)
BUG=b:189852808 TEST=Build firmware and verify on camera and touch-sreen devices
Change-Id: I13d76ce8b932f483e20ca5388f1c67eb39ba12a1 Signed-off-by: Ren Kuo ren.kuo@quanta.corp-partner.google.com --- M src/mainboard/google/dedede/variants/magolor/overridetree.cb 1 file changed, 8 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/85/56685/9