Update sofle.dtsi
This commit is contained in:
parent
b1ba458664
commit
b6e5057e26
1 changed files with 5 additions and 3 deletions
|
@ -49,7 +49,9 @@ RC(3,0) RC(3,1) RC(3,2) RC(3,3) RC(3,4) RC(3,5) RC(4,5) RC(4,6) RC(3,6) RC(3,7)
|
||||||
keys {
|
keys {
|
||||||
compatible = "gpio-keys";
|
compatible = "gpio-keys";
|
||||||
wakeup_key: wakeup_key {
|
wakeup_key: wakeup_key {
|
||||||
gpios = <&gpio0 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
|
row-gpios = <&gpio0 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
|
||||||
|
col-gpios = <&gpio0 18 GPIO_ACTIVE_HIGH>;
|
||||||
|
wakeup-source;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -66,8 +68,8 @@ RC(3,0) RC(3,1) RC(3,2) RC(3,3) RC(3,4) RC(3,5) RC(4,5) RC(4,6) RC(3,6) RC(3,7)
|
||||||
wakeup-source;
|
wakeup-source;
|
||||||
kscan = <&kscan0>;
|
kscan = <&kscan0>;
|
||||||
soft_off {
|
soft_off {
|
||||||
column = <0>;
|
column = <5>;
|
||||||
row = <1>;
|
row = <4>;
|
||||||
bindings = <&hw_soft_off>;
|
bindings = <&hw_soft_off>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue