arm64: dts: verdin-imx8mm: improve pcie node
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Thu, 22 Sep 2022 16:29:22 +0000 (18:29 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sun, 23 Oct 2022 13:10:49 +0000 (21:10 +0800)
Slight improvement of pcie node to be more in-line with what we add on
the Verdin iMX8M Plus.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi

index 484d58d..7bc5124 100644 (file)
        assigned-clock-parents = <&clk IMX8MM_SYS_PLL2_50M>,
                                 <&clk IMX8MM_SYS_PLL2_250M>;
        assigned-clock-rates = <10000000>, <250000000>;
-       clocks = <&clk IMX8MM_CLK_PCIE1_ROOT>, <&clk IMX8MM_CLK_PCIE1_AUX>,
+       clocks = <&clk IMX8MM_CLK_PCIE1_ROOT>,
+                <&clk IMX8MM_CLK_PCIE1_AUX>,
                 <&clk IMX8MM_CLK_PCIE1_PHY>;
        clock-names = "pcie", "pcie_aux", "pcie_bus";
        pinctrl-names = "default";
 
 &pcie_phy {
        clocks = <&clk IMX8MM_CLK_PCIE1_PHY>;
+       clock-names = "ref";
        fsl,clkreq-unsupported;
        fsl,refclk-pad-mode = <IMX8_PCIE_REFCLK_PAD_OUTPUT>;
        fsl,tx-deemph-gen1 = <0x2d>;