arm64: dts: qcom: sm8150: correct PCIe wake-gpios
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 8 Jan 2024 13:12:16 +0000 (14:12 +0100)
committerBjorn Andersson <andersson@kernel.org>
Fri, 16 Feb 2024 18:09:54 +0000 (12:09 -0600)
Bindings allow a "wake", not "enable", GPIO.  Schematics also use WAKE
name for the pin:

  sa8155p-adp.dtb: pcie@1c00000: Unevaluated properties are not allowed ('enable-gpio' was unexpected)

Fixes: a1c86c680533 ("arm64: dts: qcom: sm8150: Add PCIe nodes")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20240108131216.53867-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sm8150.dtsi

index eb1acea2631b4ca92d1a355357279653399fbc67..7ff75f696c3b1cb0597772f18ca89c4c111499c2 100644 (file)
                        phy-names = "pciephy";
 
                        perst-gpios = <&tlmm 35 GPIO_ACTIVE_HIGH>;
-                       enable-gpio = <&tlmm 37 GPIO_ACTIVE_HIGH>;
+                       wake-gpios = <&tlmm 37 GPIO_ACTIVE_HIGH>;
 
                        pinctrl-names = "default";
                        pinctrl-0 = <&pcie0_default_state>;