gkaindl / rfm12b-linux

A Linux kernel SPI-driver for the RFM12B and RFM69CW RF modules by HopeRF
113 stars 46 forks source link

Added support for PI2 #13

Closed klattimer closed 9 years ago

klattimer commented 9 years ago

I've changed the hard coded ioremap to GPIO_BASE but the kernel headers for the Pi appear to be missing the correct values. In the mean time I've added those values into the plat_raspberrypi header.

This gets the RFM12B hardware working on Pi B2

gkaindl commented 9 years ago

Thanks, I just merged my branch with RFM69 support, which also addresses this incompatibility with the RPI2.