arm64: dts: qcom: sdm845-db845c: correct PCIe wake-gpios
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 8 Jan 2024 13:12:15 +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:

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

Fixes: 4a657c264b78 ("arm64: dts: qcom: db845c: Enable PCIe controllers")
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-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sdm845-db845c.dts

index ab6220456513cf8ec86a836d6ac5a163d205c47a..1f517328199b908655a5eed5c350641edd06ae1a 100644 (file)
 &pcie0 {
        status = "okay";
        perst-gpios = <&tlmm 35 GPIO_ACTIVE_LOW>;
-       enable-gpio = <&tlmm 134 GPIO_ACTIVE_HIGH>;
+       wake-gpios = <&tlmm 134 GPIO_ACTIVE_HIGH>;
 
        vddpe-3v3-supply = <&pcie0_3p3v_dual>;