summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Connolly <caleb.connolly@linaro.org>2025-04-11 14:47:42 +0200
committerTom Rini <trini@konsulko.com>2025-05-02 08:38:02 -0600
commit9bc7eef9bf58c4c1d453cba81060dc61375f5354 (patch)
tree082d65278652baeb877c50d2be01cf0916cf8924
parenta6cc4ef343dc39c17fd5b833d983aff2f26c94b7 (diff)
mach-snapdragon: of_fixup: update comment
we don't rewrite the volume buttons any more. Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
-rw-r--r--arch/arm/mach-snapdragon/of_fixup.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-snapdragon/of_fixup.c b/arch/arm/mach-snapdragon/of_fixup.c
index a5515c02d3d..10053e48d88 100644
--- a/arch/arm/mach-snapdragon/of_fixup.c
+++ b/arch/arm/mach-snapdragon/of_fixup.c
@@ -4,8 +4,7 @@
*
* This file implements runtime fixups for Qualcomm DT to improve
* compatibility with U-Boot. This includes adjusting the USB nodes
- * to only use USB high-speed, as well as remapping volume buttons
- * to behave as up/down for navigating U-Boot.
+ * to only use USB high-speed.
*
* We use OF_LIVE for this rather than early FDT fixup for a couple
* of reasons: it has a much nicer API, is most likely more efficient,