mach-snapdragon: of_fixup: update comment
authorCaleb Connolly <caleb.connolly@linaro.org>
Fri, 11 Apr 2025 12:47:42 +0000 (14:47 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 2 May 2025 14:38:02 +0000 (08:38 -0600)
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>
arch/arm/mach-snapdragon/of_fixup.c

index a5515c0..10053e4 100644 (file)
@@ -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,