ARM64: zynqmp: Enable can1 for ep108
This patch enables can1 for ep108. Signed-off-by: Naga Sureshkumar Relli <nagasure@xilinx.com> Reviewed-by: Kedareswara rao Appana <appanad@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
e9b2a722cb
commit
01b78c7eba
2 changed files with 8 additions and 0 deletions
|
@ -59,6 +59,10 @@
|
||||||
clocks = <&misc_clk &misc_clk>;
|
clocks = <&misc_clk &misc_clk>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&can1 {
|
||||||
|
clocks = <&misc_clk &misc_clk>;
|
||||||
|
};
|
||||||
|
|
||||||
&fpd_dma_chan1 {
|
&fpd_dma_chan1 {
|
||||||
clocks = <&clk600>, <&clk100>;
|
clocks = <&clk600>, <&clk100>;
|
||||||
};
|
};
|
||||||
|
|
|
@ -41,6 +41,10 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&can1 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&gem0 {
|
&gem0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
phy-handle = <&phy0>;
|
phy-handle = <&phy0>;
|
||||||
|
|
Loading…
Reference in a new issue