From 25ed4fad8b7f5b9133bc2243680b7693470e0466 Mon Sep 17 00:00:00 2001 From: knolax <1339802534.kk@gmail.com> Date: Thu, 28 Dec 2017 20:34:25 -0500 Subject: 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 --- skey.dts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/skey.dts b/skey.dts index e714a1b..4a0b36a 100644 --- a/skey.dts +++ b/skey.dts @@ -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"; -- cgit v1.1