Like Robert, I’m having a difficult time understanding what it is you are trying to do. If you are using the BBB, you cannot run the board without the TPS65217 enabled because it is this chip that is supplying all the voltage rails needed by the AM3358. If you have a different board with another voltage regulator, then you must modify the kernel to enable another voltage regulator. If the regulator does not exist within the Linux kernel, then you will have to write your own, using driver/regulator/tps65217.c as your template. This is not a trivial task, and if you are asking this question, then you don’t have the skills necessary to build your own. Best to hire someone with the expertise required to complete this task.
Regards, John > On Feb 28, 2016, at 6:34 PM, Robert Nelson <[email protected]> wrote: > > On Sun, Feb 28, 2016 at 8:25 PM, Virendra <[email protected]> wrote: >> Hi Robert, >> >> I am planning to use this custom built image in another board which is not >> Beagle boar. That board doesn't require voltage from battery. >> Is there an option to disable the tps65217 so that i can try the image in my >> own board and not in Beagleboard. > > Your first line: "kernel on Beaglebone Black." > > Look at the board schematic > > https://github.com/CircuitCo/BeagleBone-Black/blob/master/BBB_SCH.pdf > > See Page 2... that's the tps65217 providing "ALL" the power rails for > the am335x. > > Disabling the tps65217 on the "BeagleBone Black" is about the most > "stupid" thing one can do.. > > Now all of sudden: "another board which is not Beagle boar." > > Well you should have led with that thought.. > > So what board are we talking about? Is there a schematic available? > >> Also there seems to be a link where they are mentioning about removing the >> tps65217.dtsi >> >> https://lkml.org/lkml/2015/10/27/33 > > That's a completely different topic, that was about "removing" the > tps65217.dtsi "FILE" and re-factoring the code.. > > anyhow that got yanked: > > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/arch/arm/boot/dts?id=e327b3f564031a8d0090a6b3e3562a8b59bafe0e > > as someone had forgotten to test the beaglebone white.. > > 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]. > For more options, visit https://groups.google.com/d/optout. -- 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.
