Commit ec8b5578 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Stephen Boyd
Browse files

dt-bindings: clock: drop useless consumer example



Consumer examples in the bindings of resource providers are trivial,
useless and duplication of code.  Remove the example code for consumer

Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Link: https://lore.kernel.org/r/20220316130858.93455-2-krzysztof.kozlowski@canonical.com


Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent 7a74e1e4
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -61,16 +61,4 @@ examples:
        #clock-cells = <1>;
    };

  # Example UART controller node that consumes clock generated by the clock controller:
  - |
    uart0: serial@58018000 {
         compatible = "snps,dw-apb-uart";
         reg = <0x58018000 0x2000>;
         clocks = <&clk 45>, <&clk 46>;
         clock-names = "baudclk", "apb_pclk";
         interrupts = <0 9 4>;
         reg-shift = <2>;
         reg-io-width = <4>;
    };

...
+0 −7
Original line number Diff line number Diff line
@@ -191,11 +191,4 @@ examples:
        };
    };

    /* Consumer referencing the 5P49V5923 pin OUT1 */
    consumer {
        /* ... */
        clocks = <&vc5 1>;
        /* ... */
    };

...
+0 −9
Original line number Diff line number Diff line
@@ -40,12 +40,3 @@ examples:
        compatible = "fsl,imx1-ccm";
        reg = <0x0021b000 0x1000>;
    };

    pwm@208000 {
        #pwm-cells = <2>;
        compatible = "fsl,imx1-pwm";
        reg = <0x00208000 0x1000>;
        interrupts = <34>;
        clocks = <&clks IMX1_CLK_DUMMY>, <&clks IMX1_CLK_PER1>;
        clock-names = "ipg", "per";
    };
+0 −9
Original line number Diff line number Diff line
@@ -40,12 +40,3 @@ examples:
        reg = <0x10027000 0x800>;
        #clock-cells = <1>;
    };

    serial@1000a000 {
        compatible = "fsl,imx21-uart";
        reg = <0x1000a000 0x1000>;
        interrupts = <20>;
        clocks = <&clks IMX21_CLK_UART1_IPG_GATE>,
                 <&clks IMX21_CLK_PER1>;
        clock-names = "ipg", "per";
    };
+0 −9
Original line number Diff line number Diff line
@@ -83,12 +83,3 @@ examples:
        reg = <0x80040000 0x2000>;
        #clock-cells = <1>;
    };

    serial@8006c000 {
        compatible = "fsl,imx23-auart";
        reg = <0x8006c000 0x2000>;
        interrupts = <24>;
        clocks = <&clks 32>;
        dmas = <&dma_apbx 6>, <&dma_apbx 7>;
        dma-names = "rx", "tx";
    };
Loading