Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: qcom: sda660-inforce: correct key node name

gpio-key bindings expect children to be named with generic prefix:

sda660-inforce-ifc6560.dtb: gpio-keys: 'volup' does not match any of the regexes: ...

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230312183622.460488-1-krzysztof.kozlowski@linaro.org

authored by

Krzysztof Kozlowski and committed by
Bjorn Andersson
0d8d7722 7a888e14

+1 -1
+1 -1
arch/arm64/boot/dts/qcom/sda660-inforce-ifc6560.dts
··· 29 29 gpio-keys { 30 30 compatible = "gpio-keys"; 31 31 32 - volup { 32 + key-volup { 33 33 label = "Volume Up"; 34 34 gpios = <&pm660l_gpios 7 GPIO_ACTIVE_LOW>; 35 35 linux,code = <KEY_VOLUMEUP>;