summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorDaniel Palmer <daniel@0x0f.com>2020-07-30 00:07:47 +0900
committerArnd Bergmann <arnd@arndb.de>2020-07-31 10:58:23 +0200
commit1eb47d0a80281decf9b5c8cd08a6da932746a908 (patch)
treeab27b7d8f93be443c3c8b9a9314501b5e2012bae /Documentation/devicetree
parent4b4b27e4330e8fd0e3b96a2fd801f3ac188f5e79 (diff)
dt-bindings: arm: mstar: remove the binding description for mstar,pmsleep
Remove the unneeded binding description. Compatible string is in mfd/syscon.yaml now. Link: https://lore.kernel.org/r/20200729150748.1945589-3-daniel@0x0f.com Signed-off-by: Daniel Palmer <daniel@0x0f.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r--Documentation/devicetree/bindings/arm/mstar/mstar,pmsleep.yaml43
1 files changed, 0 insertions, 43 deletions
diff --git a/Documentation/devicetree/bindings/arm/mstar/mstar,pmsleep.yaml b/Documentation/devicetree/bindings/arm/mstar/mstar,pmsleep.yaml
deleted file mode 100644
index ef78097a7087..000000000000
--- a/Documentation/devicetree/bindings/arm/mstar/mstar,pmsleep.yaml
+++ /dev/null
@@ -1,43 +0,0 @@
-# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
-# Copyright 2020 thingy.jp.
-%YAML 1.2
----
-$id: "http://devicetree.org/schemas/arm/mstar/mstar,pmsleep.yaml#"
-$schema: "http://devicetree.org/meta-schemas/core.yaml#"
-
-title: MStar/SigmaStar Armv7 SoC pmsleep register region
-
-maintainers:
- - Daniel Palmer <daniel@thingy.jp>
-
-description: |
- MStar/Sigmastar's Armv7 SoCs contain a region of registers that are
- in the always on domain that the vendor code calls the "pmsleep" area.
-
- This area contains registers and bits for a broad range of functionality
- ranging from registers that control going into deep sleep to bits that
- turn things like the internal temperature sensor on and off.
-
-properties:
- compatible:
- oneOf:
- - items:
- - enum:
- - mstar,pmsleep
- - const: syscon
-
- reg:
- maxItems: 1
-
-required:
- - compatible
- - reg
-
-additionalProperties: false
-
-examples:
- - |
- pmsleep: pmsleep@1c00 {
- compatible = "mstar,pmsleep", "syscon";
- reg = <0x0x1c00 0x100>;
- };