summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Chen <chenjh@rock-chips.com>2019-04-03 17:40:42 +0800
committerJianhong Chen <chenjh@rock-chips.com>2019-04-04 11:05:35 +0800
commitde573281d825ca91bfe0573343051bfb169d90e9 (patch)
tree2ee01493b4d6cc0b101c31d96f4b8378b3ccb52e
parent04e429a4cdf5db388fc52eb015456b444856383e (diff)
rockchip: dts: rk3399-evb: rename key node
Use different name for the volume up key node, dm framework can't support the same device node since kernel dtb is enabled. Change-Id: Ia99c9b8fd46fea63949f9d06072c0ebec0e76a46 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
-rw-r--r--arch/arm/dts/rk3399-evb.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/rk3399-evb.dts b/arch/arm/dts/rk3399-evb.dts
index bbc1c0f4a1..e8e240898c 100644
--- a/arch/arm/dts/rk3399-evb.dts
+++ b/arch/arm/dts/rk3399-evb.dts
@@ -25,7 +25,7 @@
status = "okay";
io-channels = <&saradc 1>;
- vol-up-key {
+ vol-up-key0 {
u-boot,dm-pre-reloc;
linux,code = <KEY_VOLUMEUP>;
label = "volume up";
@@ -40,7 +40,7 @@
status = "okay";
io-channels = <&saradc 2>;
- vol-up-key {
+ vol-up-key1 {
u-boot,dm-pre-reloc;
linux,code = <KEY_VOLUMEUP>;
label = "volume up";