Skip to content

Commit d23333f

Browse files
SuperDavidWurkhuangtao
authored andcommitted
arm64: dts: rockchip: Make adc key detected value more accurately for rk3326/px30 board
Change-Id: Ibcc08001789478d714628fdec10024e6254daa74 Signed-off-by: David Wu <david.wu@rock-chips.com>
1 parent 807a02a commit d23333f

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

arch/arm64/boot/dts/rockchip/px30-evb-ddr3-v10.dts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,25 @@
2727
esc-key {
2828
linux,code = <KEY_ESC>;
2929
label = "esc";
30-
press-threshold-microvolt = <1270000>;
30+
press-threshold-microvolt = <1310000>;
3131
};
3232

3333
home-key {
3434
linux,code = <KEY_HOME>;
3535
label = "home";
36-
press-threshold-microvolt = <602000>;
36+
press-threshold-microvolt = <624000>;
3737
};
3838

3939
menu-key {
4040
linux,code = <KEY_MENU>;
4141
label = "menu";
42-
press-threshold-microvolt = <952000>;
42+
press-threshold-microvolt = <987000>;
4343
};
4444

4545
vol-down-key {
4646
linux,code = <KEY_VOLUMEDOWN>;
4747
label = "volume down";
48-
press-threshold-microvolt = <290000>;
48+
press-threshold-microvolt = <300000>;
4949
};
5050

5151
vol-up-key {

arch/arm64/boot/dts/rockchip/px30-evb-ddr4-v10.dts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,25 @@
2727
esc-key {
2828
linux,code = <KEY_ESC>;
2929
label = "esc";
30-
press-threshold-microvolt = <1270000>;
30+
press-threshold-microvolt = <1310000>;
3131
};
3232

3333
home-key {
3434
linux,code = <KEY_HOME>;
3535
label = "home";
36-
press-threshold-microvolt = <602000>;
36+
press-threshold-microvolt = <624000>;
3737
};
3838

3939
menu-key {
4040
linux,code = <KEY_MENU>;
4141
label = "menu";
42-
press-threshold-microvolt = <952000>;
42+
press-threshold-microvolt = <987000>;
4343
};
4444

4545
vol-down-key {
4646
linux,code = <KEY_VOLUMEDOWN>;
4747
label = "volume down";
48-
press-threshold-microvolt = <290000>;
48+
press-threshold-microvolt = <300000>;
4949
};
5050

5151
vol-up-key {

arch/arm64/boot/dts/rockchip/rk3326-863-lp3-v10.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
vol-down-key {
2929
linux,code = <KEY_VOLUMEDOWN>;
3030
label = "volume down";
31-
press-threshold-microvolt = <290000>;
31+
press-threshold-microvolt = <300000>;
3232
};
3333

3434
vol-up-key {

arch/arm64/boot/dts/rockchip/rk3326-evb-lp3-v10.dts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,25 +28,25 @@
2828
esc-key {
2929
linux,code = <KEY_ESC>;
3030
label = "esc";
31-
press-threshold-microvolt = <1270000>;
31+
press-threshold-microvolt = <1310000>;
3232
};
3333

3434
home-key {
3535
linux,code = <KEY_HOME>;
3636
label = "home";
37-
press-threshold-microvolt = <602000>;
37+
press-threshold-microvolt = <624000>;
3838
};
3939

4040
menu-key {
4141
linux,code = <KEY_MENU>;
4242
label = "menu";
43-
press-threshold-microvolt = <952000>;
43+
press-threshold-microvolt = <987000>;
4444
};
4545

4646
vol-down-key {
4747
linux,code = <KEY_VOLUMEDOWN>;
4848
label = "volume down";
49-
press-threshold-microvolt = <290000>;
49+
press-threshold-microvolt = <300000>;
5050
};
5151

5252
vol-up-key {

0 commit comments

Comments
 (0)