From 429926ac8603c30ab8c6b7d847d17cb5218febe1 Mon Sep 17 00:00:00 2001 From: Prudhvi Yarlagadda Date: Tue, 26 Sep 2023 12:43:05 -0700 Subject: [PATCH] ARM: dts: msm: Correct the pcie dt property names on pineapple Correct the following pcie dt property names on pineapple device as they are modified for this latest kernel devicetree documentation. qcom,pcie-clkreq-gpio -> qcom,pcie-clkreq-pin. clock-frequency -> qcom,pcie-clock-frequency. Change-Id: I79454ef04a69d5427e32c45042304809cdcb886c Signed-off-by: Prudhvi Yarlagadda --- qcom/pineapple-pcie.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qcom/pineapple-pcie.dtsi b/qcom/pineapple-pcie.dtsi index 76e8f6b8..1e337e88 100644 --- a/qcom/pineapple-pcie.dtsi +++ b/qcom/pineapple-pcie.dtsi @@ -40,7 +40,7 @@ msi-map = <0x0 &gic_its 0x1400 0x1>, <0x100 &gic_its 0x1401 0x1>; /* 32 event IDs */ - qcom,pcie-clkreq-gpio = <95>; + qcom,pcie-clkreq-pin = <95>; perst-gpio = <&tlmm 94 GPIO_ACTIVE_HIGH>; wake-gpio = <&tlmm 96 GPIO_ACTIVE_HIGH>; pinctrl-names = "default", "sleep"; @@ -71,7 +71,7 @@ gdsc-phy-vdd-supply = <&gcc_pcie_0_phy_gdsc>; clocks = <&gcc GCC_CNOC_PCIE_SF_AXI_CLK>; clock-names = "gcc_cnoc_pcie_sf_axi_clk"; - clock-frequency = <0>; + qcom,pcie-clock-frequency = <0>; clock-suppressible = <1>; resets = <&gcc GCC_PCIE_0_BCR>,