[PATCH v6 12/13] ARM: dts: ux500: Harmonize GPIO key names
Linus Walleij <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
U-Boot want to use the volume down key for activating fastboot mode, however the code there relies on using the key label, and this differs betweem Golden and the other devices, so harmonize this by using the same label as the other devices. Signed-off-by: Linus Walleij <[email protected]> [ upstream commit: ..... ] (cherry picked from commit .....) --- dts/upstream/src/arm/st/ste-ux500-samsung-golden.dts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dts/upstream/src/arm/st/ste-ux500-samsung-golden.dts b/dts/upstream/src/arm/st/ste-ux500-samsung-golden.dts index d4f364ec8685..1bb667300ed3 100644 --- a/dts/upstream/src/arm/st/ste-ux500-samsung-golden.dts +++ b/dts/upstream/src/arm/st/ste-ux500-samsung-golden.dts @@ -391,21 +391,21 @@ label = "GPIO Buttons"; volume-up { - label = "Volume Up"; + label = "VOL+"; /* GPIO67 (VOL_UP) */ gpios = <&gpio2 3 GPIO_ACTIVE_LOW>; linux,code = <KEY_VOLUMEUP>; }; volume-down { - label = "Volume Down"; + label = "VOL-"; /* GPIO92 (VOL_DOWN) */ gpios = <&gpio2 28 GPIO_ACTIVE_LOW>; linux,code = <KEY_VOLUMEDOWN>; }; home { - label = "Home"; + label = "HOME"; /* GPIO91 (HOME_KEY) */ gpios = <&gpio2 27 GPIO_ACTIVE_LOW>; linux,code = <KEY_HOMEPAGE>; -- 2.55.0