summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/metag/meta.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/metag/meta.txt')
-rw-r--r--dts/Bindings/metag/meta.txt30
1 files changed, 0 insertions, 30 deletions
diff --git a/dts/Bindings/metag/meta.txt b/dts/Bindings/metag/meta.txt
deleted file mode 100644
index f4457f57ab..0000000000
--- a/dts/Bindings/metag/meta.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-* Meta Processor Binding
-
-This binding specifies what properties must be available in the device tree
-representation of a Meta Processor Core, which is the root node in the tree.
-
-Required properties:
-
- - compatible: Specifies the compatibility list for the Meta processor.
- The type shall be <string> and the value shall include "img,meta".
-
-Optional properties:
-
- - clocks: Clock consumer specifiers as described in
- Documentation/devicetree/bindings/clock/clock-bindings.txt
-
- - clock-names: Clock consumer names as described in
- Documentation/devicetree/bindings/clock/clock-bindings.txt.
-
-Clocks are identified by name. Valid clocks are:
-
- - "core": The Meta core clock from which the Meta timers are derived.
-
-* Examples
-
-/ {
- compatible = "toumaz,tz1090", "img,meta";
-
- clocks = <&meta_core_clk>;
- clock-names = "core";
-};