Re: [PATCH] devicetree: clock: mxs: Fix USB PHY clock name
From: Shawn Guo <hidden>
Date: 2012-09-17 07:05:55
On Thu, Sep 13, 2012 at 03:12:36PM -0300, Fabio Estevam wrote:
Use a better naming for the USB PHY clock. Signed-off-by: Fabio Estevam <redacted> --- .../devicetree/bindings/clock/imx23-clock.txt | 2 +- .../devicetree/bindings/clock/imx28-clock.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
We want to keep the clock name consistent between clock driver and binding doc. Can you also update clock driver? Regards, Shawn
quoted hunk
diff --git a/Documentation/devicetree/bindings/clock/imx23-clock.txt b/Documentation/devicetree/bindings/clock/imx23-clock.txt index a0b867e..baadbb1 100644 --- a/Documentation/devicetree/bindings/clock/imx23-clock.txt +++ b/Documentation/devicetree/bindings/clock/imx23-clock.txt@@ -52,7 +52,7 @@ clocks and IDs. lcdif 38 etm 39 usb 40 - usb_pwr 41 + usb_phy 41 Examples:diff --git a/Documentation/devicetree/bindings/clock/imx28-clock.txt b/Documentation/devicetree/bindings/clock/imx28-clock.txt index aa2af28..52a49a4 100644 --- a/Documentation/devicetree/bindings/clock/imx28-clock.txt +++ b/Documentation/devicetree/bindings/clock/imx28-clock.txt@@ -73,8 +73,8 @@ clocks and IDs. can1 59 usb0 60 usb1 61 - usb0_pwr 62 - usb1_pwr 63 + usb0_phy 62 + usb1_phy 63 enet_out 64 Examples:-- 1.7.9.5