Commit 359e1d4a57e0 ("board: dragonboard410c: Use button_cmd instead of
custom code") was made in parallel with commit 8f5685d5d32f ("button:
qcom-pmic: prettify and standardise button labels"), which changed the
default button label from "vol_down" to "Volume Down". This is causing
errors in the console during boot now:

  No button labelled 'vol_down'

Fix this by using the new label.

Fixes: 359e1d4a57e0 ("board: dragonboard410c: Use button_cmd instead of custom 
code")
Fixes: 8f5685d5d32f ("button: qcom-pmic: prettify and standardise button 
labels")
Signed-off-by: Stephan Gerhold <stephan.gerh...@linaro.org>
---
 board/qualcomm/dragonboard410c/dragonboard410c.env | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/qualcomm/dragonboard410c/dragonboard410c.env 
b/board/qualcomm/dragonboard410c/dragonboard410c.env
index 
38399d65c640ee18261529ee3101b268700fa004..ab253435ae72019118c4f3f2166ac44823dc2ee6
 100644
--- a/board/qualcomm/dragonboard410c/dragonboard410c.env
+++ b/board/qualcomm/dragonboard410c/dragonboard410c.env
@@ -2,5 +2,5 @@
 initrd_high=0xffffffffffffffff
 fastboot=fastboot -l $fastboot_addr_r usb 0
 boot_targets=usb mmc1 mmc0 pxe
-button_cmd_0_name=vol_down
+button_cmd_0_name=Volume Down
 button_cmd_0=run fastboot

-- 
2.47.2

Reply via email to