Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
HACK arm64: dts: imx8m: Add interconnect path for FEC
Add an interconnect path to FEC node. This allows testing interconnect
by enabling or disabling the network.

Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
  • Loading branch information
cdleonard committed Mar 26, 2020
1 parent 4377276 commit 7b601e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/freescale/imx8mm.dtsi
Expand Up @@ -854,6 +854,7 @@
<&clk IMX8MM_SYS_PLL2_100M>,
<&clk IMX8MM_SYS_PLL2_125M>;
assigned-clock-rates = <0>, <0>, <125000000>, <100000000>;
interconnects = <&noc IMX8MM_ICM_ENET &noc IMX8MM_ICS_DRAM>;
fsl,num-tx-queues = <3>;
fsl,num-rx-queues = <3>;
status = "disabled";
Expand Down
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/freescale/imx8mn.dtsi
Expand Up @@ -745,6 +745,7 @@
<&clk IMX8MN_SYS_PLL2_100M>,
<&clk IMX8MN_SYS_PLL2_125M>;
assigned-clock-rates = <0>, <0>, <125000000>, <100000000>;
interconnects = <&noc IMX8MN_ICM_ENET &noc IMX8MN_ICS_DRAM>;
fsl,num-tx-queues = <3>;
fsl,num-rx-queues = <3>;
status = "disabled";
Expand Down
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/freescale/imx8mq.dtsi
Expand Up @@ -1021,6 +1021,7 @@
<&clk IMX8MQ_CLK_ENET_PHY_REF>;
clock-names = "ipg", "ahb", "ptp",
"enet_clk_ref", "enet_out";
interconnects = <&noc IMX8MQ_ICM_ENET &noc IMX8MQ_ICS_DRAM>;
fsl,num-tx-queues = <3>;
fsl,num-rx-queues = <3>;
status = "disabled";
Expand Down

0 comments on commit 7b601e9

Please sign in to comment.