mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 23:59:33 -04:00
arm64: dts: imx95-tqma9596sa: update pcie config
Fix pcie clock config and switch from deprecated reset-gpio to reset-gpios. Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
committed by
Shawn Guo
parent
ab5b4a9158
commit
0df2b380e5
@@ -395,22 +395,24 @@ &pcie0 {
|
||||
pinctrl-0 = <&pinctrl_pcie0>;
|
||||
pinctrl-names = "default";
|
||||
clocks = <&scmi_clk IMX95_CLK_HSIO>,
|
||||
<&pcieclk 1>,
|
||||
<&scmi_clk IMX95_CLK_HSIOPLL>,
|
||||
<&scmi_clk IMX95_CLK_HSIOPLL_VCO>,
|
||||
<&scmi_clk IMX95_CLK_HSIOPCIEAUX>;
|
||||
clock-names = "pcie", "pcie_bus", "pcie_phy", "pcie_aux";
|
||||
reset-gpio = <&expander2 9 GPIO_ACTIVE_LOW>;
|
||||
<&scmi_clk IMX95_CLK_HSIOPCIEAUX>,
|
||||
<&pcieclk 1>;
|
||||
clock-names = "pcie", "pcie_bus", "pcie_phy", "pcie_aux", "ref";
|
||||
reset-gpios = <&expander2 9 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
&pcie1 {
|
||||
pinctrl-0 = <&pinctrl_pcie1>;
|
||||
pinctrl-names = "default";
|
||||
clocks = <&scmi_clk IMX95_CLK_HSIO>,
|
||||
<&pcieclk 0>,
|
||||
<&scmi_clk IMX95_CLK_HSIOPLL>,
|
||||
<&scmi_clk IMX95_CLK_HSIOPLL_VCO>,
|
||||
<&scmi_clk IMX95_CLK_HSIOPCIEAUX>;
|
||||
clock-names = "pcie", "pcie_bus", "pcie_phy", "pcie_aux";
|
||||
reset-gpio = <&expander2 10 GPIO_ACTIVE_LOW>;
|
||||
<&scmi_clk IMX95_CLK_HSIOPCIEAUX>,
|
||||
<&pcieclk 0>;
|
||||
clock-names = "pcie", "pcie_bus", "pcie_phy", "pcie_aux", "ref";
|
||||
reset-gpios = <&expander2 10 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
&sai3 {
|
||||
|
||||
Reference in New Issue
Block a user