diff options
-rw-r--r-- | skey.dts | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -6,13 +6,13 @@ compatible = "brcm,bcm2708"; fragment@0 { target-path = "/"; - __overlay__ { + __overlaqy__ { skey { ///compatible = "skey"; status = "okay"; - 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,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>; }; }; }; |