diff options
author | knolax <1339802534.kk@gmail.com> | 2017-12-28 20:34:25 -0500 |
---|---|---|
committer | knolax <1339802534.kk@gmail.com> | 2017-12-28 20:34:25 -0500 |
commit | 25ed4fad8b7f5b9133bc2243680b7693470e0466 (patch) | |
tree | 4078765e3604fb3121b1c25266f24e1fdd27f70f /skey.dts | |
parent | a6f101d96249baa1ffa1f6d09ce0943f40a16cf4 (diff) |
removed entry for device, the gpio settings for all pins except bcmpin 15, 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
Diffstat (limited to 'skey.dts')
-rw-r--r-- | skey.dts | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -5,16 +5,6 @@ / { compatible = "brcm,bcm2708"; fragment@0 { - target-path = "/"; - __overlay__ { - skey: skey { - compatible = "hsd,skey"; - status = "okay"; - gpios = <10 24 23 22 27 18 17 15 14 4 3 6 5>; - }; - }; - }; - fragment@1 { target = <&gpio>; __overlay__ { pinctrl-names = "default"; |