summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknolax <1339802534.kk@gmail.com>2017-12-28 20:20:43 -0500
committerknolax <1339802534.kk@gmail.com>2017-12-28 20:20:43 -0500
commit0768414bd217073d05c00daf1398ccd81d50cc12 (patch)
tree4bd08ee92feaa027acf7656587c76e4dd09201b3
parenta696826312b854ecf44aa273f8232106f5cdae6c (diff)
fixed the format for compatible tag, still doesn't explain why the gpios aren't being applied right
-rw-r--r--skey.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/skey.dts b/skey.dts
index ed1eeef..e714a1b 100644
--- a/skey.dts
+++ b/skey.dts
@@ -8,7 +8,7 @@
target-path = "/";
__overlay__ {
skey: skey {
- compatible = "skey";
+ compatible = "hsd,skey";
status = "okay";
gpios = <10 24 23 22 27 18 17 15 14 4 3 6 5>;
};
@@ -21,8 +21,8 @@
pinctrl-0 = <&skey_pins>;
skey_pins: skey_pins {
bcrm,pins = <10 24 23 22 27 18 17 15 14 4 3 6 5>;
- bcrm,function = <0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x1 0x1 0x1>;
- bcrm,pull = <0x1 0x1 0x1 0x1 0x1 0x1 0x1 0x1 0x1 0x1 0x0 0x0 0x0>;
+ bcrm,function = <0 0 0 0 0 0 0 0 0 0 1 1 1>;
+ bcrm,pull = <1 1 1 1 1 1 1 1 1 1 0 0 0>;
};
};
};