I am using the pocketbeagle as my development board. I am trying to have 
the PWM0 pin (GPIO110) to have a high value by default. I went 
to  am335x-pocketbeagle-common.dtsi and changed the following:

? <https://e2e.ti.com/support/processors/f/791/t/748118#>
1
2
3
4
5
P1_36_default_pin: pinmux_P1_36_default_pin { pinctrl-single,pins = < 
    AM33XX_IOPAD(0x0990, PIN_OUTPUT_PULLUP | INPUT_EN | MUX_MODE1) >; }; /* 
mcasp0_aclkx.ehrpwm0a */ 
 
P1_36_pwm_pin: pinmux_P1_36_pwm_pin { pinctrl-single,pins = < 
    AM33XX_IOPAD(0x0990, PIN_OUTPUT_PULLUP | INPUT_EN | MUX_MODE1)

Basically changed PIN_OUTPUT_PULLDOWN to PIN_OUTPUT_PULLUP. However, this 
does not work. I recompile the kernel and nothing happened! 

How can I make sure that the PWM0 (gpio110) has a "1" as the default state?

Thanks

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/3bdd938e-6200-4c52-8020-59e07cb097ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to