On Tue, Jul 15, 2014 at 6:52 PM, David Lambert <[email protected]> wrote: > On 07/15/2014 04:40 PM, Robert Nelson wrote: >> >> On Tue, Jul 15, 2014 at 4:35 PM, David Lambert <[email protected]> wrote: >>> >>> Thanks so much Robert - I think you nailed it! Unfortunately I did not >>> inherit this change as I could not import am335x-bone-common.dtsi due to >>> the >>> clash: >>> >>> /* pinctrl-0 = <&clkout2_pin>; clash with argus-ups */ >> >> I'll clean that up in a bit and push it.. I have another patch from >> John for audio too, so i'll get a new bone tag released this evening.. >> >> Regards, >> > Also I found this one. > /* pinctrl-0 = <&ecap0_pin_p9_42>; clash with Argus */
Here's what i came up for the v3.15.x branch. This should make usb work now.. https://github.com/RobertCNelson/bb-kernel/commit/e34510a7b5c6712386590818ba84e8ea8752f7f0 > Not sure of the best way to handle these sort of situations. Currently I am > just copying then editing the contents of am335x-bone-common.dtsi into my > dts. This is obviously a very messy hack. Maybe am335x-bone-common.dtsi > could be subdivided into smaller chunks???? Yeah, it needs to be cleaned up badly.. It's only getting worse with more patches on linux-omap.. We just need a weekend, few kegs and do a cleanup.. 1: am335x-bone-common.dtsi (only common stuff and all pinmux's) 2: am335x-boneblack-common.dtsi (no eMMC/HDMI/HDMI Audio) 3: am335x-boneblack-eMMC.dtsi 4: am335x-boneblack-HDMI.dtsi 5: am335x-boneblack-HDMIA.dtsi am335x-bone.dtb = (1) am335x-boneblack.dtb = (1+2+3+4+5) Then it should be easy to expand on "am335x-boneblack-common.dtsi" and enable your cape. Regards, -- Robert Nelson http://www.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]. For more options, visit https://groups.google.com/d/optout.
