On Mon, May 19, 2014 at 1:16 PM, Ezequiel Garcia <ezequiel.garcia@xxxxxxxxxxxxxxxxxx> wrote: > On 19 May 05:52 PM, Gupta, Pekon wrote: >> Hi Tony, >> >> >From: Tony Lindgren [mailto:tony@xxxxxxxxxxx] >> > >> >* Pekon Gupta <pekon@xxxxxx> [140519 02:16]: >> >> --- a/arch/arm/boot/dts/am335x-bone.dts >> >> +++ b/arch/arm/boot/dts/am335x-bone.dts >> >> @@ -9,6 +9,7 @@ >> >> >> >> #include "am33xx.dtsi" >> >> #include "am335x-bone-common.dtsi" >> >> +#include "am335x-bone-memory-cape.dts" >> >> >> >> &ldo3_reg { >> >> regulator-min-microvolt = <1800000>; >> >> --- a/arch/arm/boot/dts/am335x-boneblack.dts >> >> +++ b/arch/arm/boot/dts/am335x-boneblack.dts >> >> @@ -9,6 +9,7 @@ >> >> >> >> #include "am33xx.dtsi" >> >> #include "am335x-bone-common.dtsi" >> >> +#include "am335x-bone-memory-cape.dts" >> >> >> >> &ldo3_reg { >> >> regulator-min-microvolt = <1800000>; >> > >> >Based on the recent discussions on the capes, it seems that nobody >> >wants to implement toggling of the capes in u-boot. And as there >> >can be other capes using GPMC bus, we can't merge this. And because >> >the capes are stackable, we can't really have .dts files for all >> >the combinations. And no, we're not merging any unconnected .dts >> >files either, sorry. >> > >> Yes, I fully understand. This is like death for most of the capes from point >> of view of mainline support. But I have submitted this patch just for sake >> of completion. And to provide reference if someone wants to locally work >> on beaglebone NAND cape. > > While I fully agree with Tony on this, I think the reference is much > appreciated. Do you think you can push the NAND cape DT example somewhere? > > Maybe some TI wiki page? (resent in text mode for linux-omap list archive) Since the capes are always some way tied with bb.org hardware, why don't we put them up on https://github.com/beagleboard/ ? am335x-capes.git ? I envision, we should just mirror the base ./arch/arm/boot/dts/ directory (as someday the dts will be external anyways). In that repo, we will keep these synced with mainline am335x-bone-common.dtsi am335x-bone.dts am335x-boneblack.dts and add the capes as: <baseboard>-<cape>.dts as a staging ground till a mainline overlay/etc system appears? Thoughs? -- Robert Nelson http://www.rcn-ee.com/ -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html