Commit 14257487 authored by Naga Sureshkumar Relli's avatar Naga Sureshkumar Relli Committed by Michal Simek

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 05e0bd10
......@@ -47,6 +47,10 @@ &can0 {
clocks = <&misc_clk &misc_clk>;
};
&can1 {
clocks = <&misc_clk &misc_clk>;
};
&fpd_dma_chan1 {
clocks = <&clk600>, <&clk100>;
};
......
......@@ -37,6 +37,10 @@ &can0 {
status = "okay";
};
&can1 {
status = "okay";
};
&gem0 {
status = "okay";
phy-handle = <&phy0>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment