loboris / OrangePI-Kernel

116 stars 84 forks source link

enable parasite power on one wire (pullup=1) #17

Open blmpl opened 8 years ago

blmpl commented 8 years ago

merge https://github.com/raspberrypi/linux/pull/186 to enable pullup=1 option with this setting you can use parasite power on 1w

modprobe w1-gpio pullup=1 modprobe w1-therm strong_pullup=1

tested and working for a couple of weeks (thanks to @mkj)