summaryrefslogtreecommitdiff
path: root/skey.dts
AgeCommit message (Collapse)Author
2017-12-28removed entry for device, the gpio settings for all pins except bcmpin 15, ↵knolax
which is set to alt0 or RXD mode. messing around with dtoverlays is really a waste of time so i'm moving on to a systemd daemon that just runs the gpio utility to change the pinmodes, and then load the module
2017-12-28fixed the format for compatible tag, still doesn't explain why the gpios ↵knolax
aren't being applied right
2017-12-28after some testing, the issues with bcmpins 4 and 15 were indeed that they ↵knolax
were pull-up, this means that the issue lies with the device tree overlay not working as intended. two properties have been added to hopefully make this overlay load as intended. the compatible field has been uncommented as the driver is stable enough to be loaded automatically.
2017-12-27made the DTO more proper, the compatible property is still commented outknolax
2017-12-19actually added the pinsthreadknolax
2017-12-19added device tree overlay to make pins pull down`knolax