summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/arm/amlogic/analog-top.txt
diff options
context:
space:
mode:
authorRob Herring (Arm) <robh@kernel.org>2024-06-03 16:12:27 +0300
committerLee Jones <lee@kernel.org>2024-07-04 19:38:38 +0300
commit4c4ade1aba55ca90b49c59dd229a952b1610775b (patch)
tree7706be2b09e3af45b955c79f0b8b582962b197a1 /Documentation/devicetree/bindings/arm/amlogic/analog-top.txt
parent9cc3b409beeeb8ffaed8adde43160645686eef41 (diff)
downloadlinux-4c4ade1aba55ca90b49c59dd229a952b1610775b.tar.xz
dt-bindings: mfd: syscon: Add more simple compatibles
Add another batch of various "simple" syscon compatibles which were undocumented or still documented with old text bindings. Remove the old text binding docs for the ones which were documented. Acked-by: Conor Dooley <conor.dooley@microchip.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Acked-by: Stephen Boyd <sboyd@kernel.org> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com> # mtd Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Link: https://lore.kernel.org/r/20240603131230.136196-2-robh@kernel.org Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/amlogic/analog-top.txt')
-rw-r--r--Documentation/devicetree/bindings/arm/amlogic/analog-top.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/Documentation/devicetree/bindings/arm/amlogic/analog-top.txt b/Documentation/devicetree/bindings/arm/amlogic/analog-top.txt
deleted file mode 100644
index 101dc21014ec..000000000000
--- a/Documentation/devicetree/bindings/arm/amlogic/analog-top.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-Amlogic Meson8 and Meson8b "analog top" registers:
---------------------------------------------------
-
-The analog top registers contain information about the so-called
-"metal revision" (which encodes the "minor version") of the SoC.
-
-Required properties:
-- reg: the register range of the analog top registers
-- compatible: depending on the SoC this should be one of:
- - "amlogic,meson8-analog-top"
- - "amlogic,meson8b-analog-top"
- along with "syscon"
-
-
-Example:
-
- analog_top: analog-top@81a8 {
- compatible = "amlogic,meson8-analog-top", "syscon";
- reg = <0x81a8 0x14>;
- };