arm64: dts: qcom: sm8450: fix pcie1 gpios properties name
authorNeil Armstrong <neil.armstrong@linaro.org>
Fri, 24 Mar 2023 09:28:49 +0000 (10:28 +0100)
committerBjorn Andersson <andersson@kernel.org>
Fri, 24 Mar 2023 17:45:51 +0000 (10:45 -0700)
Add the final "s" to the pgio properties and fix the invalid "enable"
name to the correct "wake", checked against the HDK8450 schematics.

Fixes: bc6588bc25fb ("arm64: dts: qcom: sm8450: add PCIe1 root device")
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230323-topic-sm8450-upstream-dt-bindings-fixes-v2-4-0ca1bea1a843@linaro.org
arch/arm64/boot/dts/qcom/sm8450.dtsi

index 16a1fbb..08381fd 100644 (file)
                        phys = <&pcie1_lane>;
                        phy-names = "pciephy";
 
-                       perst-gpio = <&tlmm 97 GPIO_ACTIVE_LOW>;
-                       enable-gpio = <&tlmm 99 GPIO_ACTIVE_HIGH>;
+                       perst-gpios = <&tlmm 97 GPIO_ACTIVE_LOW>;
+                       wake-gpios = <&tlmm 99 GPIO_ACTIVE_HIGH>;
 
                        pinctrl-names = "default";
                        pinctrl-0 = <&pcie1_default_state>;