Skip to content

Commit

Permalink
ARM: i.MX27 clk: dts: Use clock defines in DTS files
Browse files Browse the repository at this point in the history
Use clock definitions in i.MX27 DTS files.
Additional changes included in this patch (imx27.dtsi):
- Fix IPG clock for UART6.
- Use EMI_AHB_GATE clock for WEIM.
- Added GPIO_IPG_GATE clock for GPIO nodes. Currently this clock is
  not used by the driver, but it can be added in the future.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
  • Loading branch information
Alexander Shiyan authored and Shawn Guo committed Jul 18, 2014
1 parent 811e768 commit ea336fa
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 44 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx27-pdk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
usbphy0: usbphy@0 {
compatible = "usb-nop-xceiv";
reg = <0>;
clocks = <&clks 0>;
clocks = <&clks IMX27_CLK_DUMMY>;
clock-names = "main_clk";
};
};
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
compatible = "usb-nop-xceiv";
reg = <2>;
vcc-supply = <&reg_5v0>;
clocks = <&clks 0>;
clocks = <&clks IMX27_CLK_DUMMY>;
clock-names = "main_clk";
};
};
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx27-phytec-phycore-som.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
compatible = "usb-nop-xceiv";
reg = <0>;
vcc-supply = <&sw3_reg>;
clocks = <&clks 0>;
clocks = <&clks IMX27_CLK_DUMMY>;
clock-names = "main_clk";
};
};
Expand Down
Loading

0 comments on commit ea336fa

Please sign in to comment.