|
@@ -286,8 +286,8 @@
|
|
|
can1: can@53fe4000 {
|
|
|
compatible = "fsl,imx35-flexcan", "fsl,p1010-flexcan";
|
|
|
reg = <0x53fe4000 0x1000>;
|
|
|
- clocks = <&clks 33>;
|
|
|
- clock-names = "ipg";
|
|
|
+ clocks = <&clks 33>, <&clks 33>;
|
|
|
+ clock-names = "ipg", "per";
|
|
|
interrupts = <43>;
|
|
|
status = "disabled";
|
|
|
};
|
|
@@ -295,8 +295,8 @@
|
|
|
can2: can@53fe8000 {
|
|
|
compatible = "fsl,imx35-flexcan", "fsl,p1010-flexcan";
|
|
|
reg = <0x53fe8000 0x1000>;
|
|
|
- clocks = <&clks 34>;
|
|
|
- clock-names = "ipg";
|
|
|
+ clocks = <&clks 34>, <&clks 34>;
|
|
|
+ clock-names = "ipg", "per";
|
|
|
interrupts = <44>;
|
|
|
status = "disabled";
|
|
|
};
|