A10-LIME 1-wire fex enable

Started by salviador, August 01, 2014, 11:48:14 AM

Previous topic - Next topic

salviador

Hi,
I need enable w1 driver in A10-Lime.
In the kernel configuration I have enable w1 driver....Ok

But now I must assign the gpio in the w1 driver with fex script

I have add this in the fex script:


[gpio_para]
gpio_used = 1
gpio_num = 18
gpio_pin_18 = port:PB10<1><0><3><0>

[w1_para]
gpio = 18



Is Correct?
I want enable PB10 pin for 1-wire.
The fex is correct?