Building intel s2600wf image

James Feist james.feist at linux.intel.com
Sat Feb 16 09:08:26 AEDT 2019


On 2/15/19 8:31 AM, Wim Vervoorn wrote:
> I noticed that the facebook-tiogapass.dts has the items for kcs2 and 3 included while the s2600wf.dts doesn't assign addresses for these devices (leaving the kcs_addr at 0 causing the driver not to load).
> 
> I this intentional and do start the driver in another way or should I change the dts?

The dts needs to have the kcs nodes added. This hasn't been upstreamed 
yet. Should look like:

  +&kcs3 {
  +   kcs_addr = <0xCA2>;
  +   status = "okay";
  +};
  +
  +&kcs4 {
  +   kcs_addr = <0xCA4>;
  +   status = "okay";
  +};



Thanks,

James




More information about the openbmc mailing list