board: dragonboard410c: Fix button cmd name
Commit359e1d4a57
("board: dragonboard410c: Use button_cmd instead of custom code") was made in parallel with commit8f5685d5d3
("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:359e1d4a57
("board: dragonboard410c: Use button_cmd instead of custom code") Fixes:8f5685d5d3
("button: qcom-pmic: prettify and standardise button labels") Signed-off-by: Stephan Gerhold <stephan.gerhold@linaro.org> Reviewed-by: Reviewed-by: Sumit Garg <sumit.garg@oss.qualcomm.com> Link: https://lore.kernel.org/r/20250417-db410c-fixes2-v1-1-76ad994da152@linaro.org Signed-off-by: Casey Connolly <casey.connolly@linaro.org>
This commit is contained in:

committed by
Casey Connolly

parent
b22a276f03
commit
b28fee5cc2
@@ -2,5 +2,5 @@
|
|||||||
initrd_high=0xffffffffffffffff
|
initrd_high=0xffffffffffffffff
|
||||||
fastboot=fastboot -l $fastboot_addr_r usb 0
|
fastboot=fastboot -l $fastboot_addr_r usb 0
|
||||||
boot_targets=usb mmc1 mmc0 pxe
|
boot_targets=usb mmc1 mmc0 pxe
|
||||||
button_cmd_0_name=vol_down
|
button_cmd_0_name=Volume Down
|
||||||
button_cmd_0=run fastboot
|
button_cmd_0=run fastboot
|
||||||
|
Reference in New Issue
Block a user