Skip to content
Snippets Groups Projects
Commit 01b78c7e authored by Naga Sureshkumar Relli's avatar Naga Sureshkumar Relli Committed by Michal Simek
Browse files

ARM64: zynqmp: Enable can1 for ep108


This patch enables can1 for ep108.

Signed-off-by: default avatarNaga Sureshkumar Relli <nagasure@xilinx.com>
Reviewed-by: default avatarKedareswara rao Appana <appanad@xilinx.com>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent e9b2a722
No related branches found
No related tags found
No related merge requests found
...@@ -59,6 +59,10 @@ ...@@ -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 @@ ...@@ -41,6 +41,10 @@
status = "okay"; status = "okay";
}; };
&can1 {
status = "okay";
};
&gem0 { &gem0 {
status = "okay"; status = "okay";
phy-handle = <&phy0>; phy-handle = <&phy0>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment