make it pull up in uboot
or
use as fixedregulator

      regulators {
                compatible = "simple-bus";

                reg_3p3v: 3p3v {
                        compatible = "regulator-fixed";
                        regulator-name = "3P3V";
                        regulator-min-microvolt = <3300000>;
                        regulator-max-microvolt = <3300000>;
                        regulator-boot-on;
                        regulator-always-on;
                        gpio = <&gpio3 23 0> ,<&gpio3 20 0>;



2014-11-25 23:55 GMT+08:00 Nils <[email protected]>:

> Hello,
>
> I'm using the BeagleBone Black's GPIOs to drive some outputs.
> I'm running Kernel 3.8, so I used the Device Tree to configure the GPIOs.
> The cape is loaded during boot via the capemgr.
> But until the BBB has fully booted, some of the GPIOs are set to high.
> Is there a way to prevent this?
>
> Regards,
> Nils
>
> --
> 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.

Reply via email to