mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
arm64: dts: imx95-tqma9596sa: move pcie config to SOM
The muxing and other features are mostly determined by SOM, so add it at this level. 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
8b452dddd8
commit
ab5b4a9158
@@ -225,27 +225,11 @@
|
||||
|
||||
/* X44 mPCIe */
|
||||
&pcie0 {
|
||||
pinctrl-0 = <&pinctrl_pcie0>;
|
||||
pinctrl-names = "default";
|
||||
clocks = <&scmi_clk IMX95_CLK_HSIO>,
|
||||
<&pcieclk 1>,
|
||||
<&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>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
/* X22 PCIe x1 socket */
|
||||
&pcie1 {
|
||||
pinctrl-0 = <&pinctrl_pcie1>;
|
||||
pinctrl-names = "default";
|
||||
clocks = <&scmi_clk IMX95_CLK_HSIO>,
|
||||
<&pcieclk 0>,
|
||||
<&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>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
@@ -391,6 +391,28 @@
|
||||
};
|
||||
};
|
||||
|
||||
&pcie0 {
|
||||
pinctrl-0 = <&pinctrl_pcie0>;
|
||||
pinctrl-names = "default";
|
||||
clocks = <&scmi_clk IMX95_CLK_HSIO>,
|
||||
<&pcieclk 1>,
|
||||
<&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>;
|
||||
};
|
||||
|
||||
&pcie1 {
|
||||
pinctrl-0 = <&pinctrl_pcie1>;
|
||||
pinctrl-names = "default";
|
||||
clocks = <&scmi_clk IMX95_CLK_HSIO>,
|
||||
<&pcieclk 0>,
|
||||
<&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>;
|
||||
};
|
||||
|
||||
&sai3 {
|
||||
#sound-dai-cells = <0>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
Reference in New Issue
Block a user