Building intel s2600wf image
Wim Vervoorn
wvervoorn at eltan.com
Sat Feb 16 18:11:46 AEDT 2019
Hello James,
Thanks. This indeed causes the driver to load.
Best regards,
Wim Vervoorn
Op 15 feb. 2019 11:09 p.m. schreef James Feist <james.feist at linux.intel.com>:
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ozlabs.org/pipermail/openbmc/attachments/20190216/9c7a042b/attachment.htm>
More information about the openbmc
mailing list