diff options
-rw-r--r-- | skey.dts | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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>; }; }; }; |