mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-25 13:45:25 +01:00
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>;
|
||||
};
|
||||
|
||||
&can1 {
|
||||
clocks = <&misc_clk &misc_clk>;
|
||||
};
|
||||
|
||||
&fpd_dma_chan1 {
|
||||
clocks = <&clk600>, <&clk100>;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -41,6 +41,10 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&can1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&gem0 {
|
||||
status = "okay";
|
||||
phy-handle = <&phy0>;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue