summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/clock/imx25-clock.yaml
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>2022-03-16 14:08:58 +0100
committerStephen Boyd <sboyd@kernel.org>2022-03-25 03:29:11 +0100
commitec8b55780508044b19a6084d2a6a9bd8b96f1b0a (patch)
treef5c80e72bbfdc1968502360a31a2025938deeb18 /Documentation/devicetree/bindings/clock/imx25-clock.yaml
parentclk: imx: Select MXC_CLK for i.MX93 clock driver (diff)
downloadlinux-ec8b55780508044b19a6084d2a6a9bd8b96f1b0a.tar.xz
linux-ec8b55780508044b19a6084d2a6a9bd8b96f1b0a.zip
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/imx25-clock.yaml')
-rw-r--r--Documentation/devicetree/bindings/clock/imx25-clock.yaml8
1 files changed, 0 insertions, 8 deletions
diff --git a/Documentation/devicetree/bindings/clock/imx25-clock.yaml b/Documentation/devicetree/bindings/clock/imx25-clock.yaml
index 2a2b10778e72..1792e138984b 100644
--- a/Documentation/devicetree/bindings/clock/imx25-clock.yaml
+++ b/Documentation/devicetree/bindings/clock/imx25-clock.yaml
@@ -176,11 +176,3 @@ examples:
interrupts = <31>;
#clock-cells = <1>;
};
-
- serial@43f90000 {
- compatible = "fsl,imx25-uart", "fsl,imx21-uart";
- reg = <0x43f90000 0x4000>;
- interrupts = <45>;
- clocks = <&clks 79>, <&clks 50>;
- clock-names = "ipg", "per";
- };