diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> | 2022-03-16 16:08:58 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2022-03-25 05:29:11 +0300 |
commit | ec8b55780508044b19a6084d2a6a9bd8b96f1b0a (patch) | |
tree | f5c80e72bbfdc1968502360a31a2025938deeb18 /Documentation/devicetree/bindings/clock/imx35-clock.yaml | |
parent | 7a74e1e49622698fbf106fdc98da55f9e6634c14 (diff) | |
download | linux-ec8b55780508044b19a6084d2a6a9bd8b96f1b0a.tar.xz |
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: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Link: https://lore.kernel.org/r/20220316130858.93455-2-krzysztof.kozlowski@canonical.com
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/clock/imx35-clock.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/clock/imx35-clock.yaml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Documentation/devicetree/bindings/clock/imx35-clock.yaml b/Documentation/devicetree/bindings/clock/imx35-clock.yaml index 3e20ccaf8131..6415bb6a8d04 100644 --- a/Documentation/devicetree/bindings/clock/imx35-clock.yaml +++ b/Documentation/devicetree/bindings/clock/imx35-clock.yaml @@ -129,11 +129,3 @@ examples: interrupts = <31>; #clock-cells = <1>; }; - - mmc@53fb4000 { - compatible = "fsl,imx35-esdhc"; - reg = <0x53fb4000 0x4000>; - interrupts = <7>; - clocks = <&clks 9>, <&clks 8>, <&clks 43>; - clock-names = "ipg", "ahb", "per"; - }; |