<vishp>
doesn't have any support for fimc devices. Hence /dev/videox associated with fimc are not getting enumerated.
<vishp>
Unfortunately, upstream kernel does not boot up on my Samsung Chromebook 2 11"
Wizzup_ is now known as Wizzup
<daniels>
vishp: you need the drm-bridge patches from ajay kumar to boot on the 11"
<daniels>
vishp: and to enable the parade edp-lvds bridge
<vishp>
daniels: this is to boot the tip kernel? or to enable fimc properly on chrome production kernel(3.8) based?
<javier__>
vishp: that is to have display working using a proper kms/drm driver on mainline
<javier__>
vishp: ChromeOS 3.8 kernel should already have display working (assuming you are building using their kernel config)
<vishp>
javier__, daniels: thanks.. yes I have 3.8 kernel working with display.. For tip kernel, display does not come up yet.. and you info on kms/drm driver makes sense to me now.. thanks
<javier__>
vishp: alternatively you can also use the simplefb driver but for that you should update your u-boot to one that injects the simplefb device node in the FDT
<javier__>
vishp: and also disable the support for the tps65090 regulator driver since the regulators that provides power to the backlight and panel are for that PMIC
<javier__>
but the regulator framework disables it since are not claimed by any hardware so is unused from its pov