clk: imx: Remove 'clock-output-names' from the examples
[platform/adaptation/renesas_rcar/renesas_kernel.git] / Documentation / devicetree / bindings / clock / imx28-clock.txt
index aa2af28..e6587af 100644 (file)
@@ -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:
@@ -83,11 +83,6 @@ clks: clkctrl@80040000 {
        compatible = "fsl,imx28-clkctrl";
        reg = <0x80040000 0x2000>;
        #clock-cells = <1>;
-       clock-output-names =
-               ...
-               "uart",         /* 45 */
-               ...
-               "end_of_list";
 };
 
 auart0: serial@8006a000 {