mirror of https://gitee.com/openkylin/linux.git
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
05e0bd10a9
commit
142574873e
|
@ -47,6 +47,10 @@ &can0 {
|
||||||
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>;
|
||||||
};
|
};
|
||||||
|
|
|
@ -37,6 +37,10 @@ &can0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&can1 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&gem0 {
|
&gem0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
phy-handle = <&phy0>;
|
phy-handle = <&phy0>;
|
||||||
|
|
Loading…
Reference in New Issue