Add I2C attachment code to ssdfb(4). The difference between the I2C
authorpatrick <patrick@openbsd.org>
Thu, 2 Aug 2018 14:09:32 +0000 (14:09 +0000)
committerpatrick <patrick@openbsd.org>
Thu, 2 Aug 2018 14:09:32 +0000 (14:09 +0000)
commitc6a62e52644f8a08ef4b1bc4e7f5d16d867c2505
tree085d0aa706acccc774c810799c98228d6cd0994a
parentb6e523423a93fe0bacc8cedf6741e944a89f1cfc
Add I2C attachment code to ssdfb(4).  The difference between the I2C
and SPI bus is simply how to let the chip know it's a command or data
transfer.  Otherwise we push the very same bits.
sys/dev/fdt/files.fdt
sys/dev/fdt/ssdfb.c