On Tue, Nov 1, 2016 at 12:19 PM, Robert Nelson <[email protected]> wrote: > On Tue, Nov 1, 2016 at 5:08 AM, Pantelis Antoniou > <[email protected]> wrote: >> Hi Robert, >> >> >>> On Oct 31, 2016, at 23:46 , Robert Nelson <[email protected]> wrote: >>> >>> Hey Everyone, >>> >>> Over the weekend, TI imported and tagged there first v4.9.x branch: >>> >>> http://git.ti.com/gitweb/?p=ti-linux-kernel/ti-linux-kernel.git;a=shortlog;h=refs/heads/ti-linux-4.9.y >>> >>> I've added our patchset, overlays are broken past the first i2c >>> address: (havn't tried with a board plugged in) >>> >>> debian@beaglebone:~$ dmesg | grep bone >>> [ 2.101727] bone_capemgr bone_capemgr: Baseboard: >>> 'A335BNLT,00C0,2516BBBK2626' >>> [ 2.101753] bone_capemgr bone_capemgr: >>> compatible-baseboard=ti,beaglebone-black - #slots=4 >>> [ 2.101796] bone_capemgr bone_capemgr: Failed to add slot #1 >>> [ 2.126911] bone_capemgr bone_capemgr: Baseboard: >>> 'A335BNLT,00C0,2516BBBK2626' >>> [ 2.126940] bone_capemgr bone_capemgr: >>> compatible-baseboard=ti,beaglebone-black - #slots=4 >>> [ 2.126971] bone_capemgr bone_capemgr: Failed to add slot #1 >>> [ 2.360973] bone_capemgr bone_capemgr: Baseboard: >>> 'A335BNLT,00C0,2516BBBK2626' >>> [ 2.361012] bone_capemgr bone_capemgr: >>> compatible-baseboard=ti,beaglebone-black - #slots=4 > > Okay, i've bisected this down too the i2c merge: > > https://github.com/torvalds/linux/compare/2ab704a47e0f27df758840a589aec3298dbb98dd...87840a2b7e048018d18d60bdac5c09224de85370 > > at first glance, this looks interesting... > > https://github.com/torvalds/linux/commit/00f0ea70d2b82b7d7afeb1bdedc9169eb8ea6675
Confirmed, reverting that fixes things: debian@beaglebone:~$ dmesg | grep bone [ 5.341046] bone_capemgr bone_capemgr: Baseboard: 'A335BNLT,00C0,2516BBBK2626' [ 5.348327] bone_capemgr bone_capemgr: compatible-baseboard=ti,beaglebone-black - #slots=4 [ 5.399132] bone_capemgr bone_capemgr: slot #0: No cape found [ 5.430812] bone_capemgr bone_capemgr: slot #1: No cape found [ 5.461555] bone_capemgr bone_capemgr: slot #2: No cape found [ 5.490595] bone_capemgr bone_capemgr: slot #3: No cape found [ 5.496434] bone_capemgr bone_capemgr: initialized OK. [ 6.171903] systemd[1]: Set hostname to <beaglebone>. So, cape support/detection should be as good as v4.8.x-bone/v4.4.x-ti's ;) Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYimvDbXxH61X-GO_JQ%2BMTjW%2B6uAThrz4UYZfYgfGa7Dug%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
