From: Daniel Palmer <daniel@0x0f.com>
To: soc@kernel.org
Cc: devicetree@vger.kernel.org, arnd@arndb.de, robh@kernel.org,
Daniel Palmer <daniel@0x0f.com>,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/3] dt-bindings: arm: mstar: remove the binding description for mstar, pmsleep
Date: Thu, 30 Jul 2020 00:07:47 +0900 [thread overview]
Message-ID: <20200729150748.1945589-3-daniel@0x0f.com> (raw)
In-Reply-To: <20200729150748.1945589-1-daniel@0x0f.com>
Remove the unneeded binding description.
Compatible string is in mfd/syscon.yaml now.
Signed-off-by: Daniel Palmer <daniel@0x0f.com>
---
.../bindings/arm/mstar/mstar,pmsleep.yaml | 43 -------------------
1 file changed, 43 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/arm/mstar/mstar,pmsleep.yaml
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 0b45e7012ceb..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 = <0x1c00 0x100>;
- };
--
2.27.0
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Daniel Palmer <daniel@0x0f.com>
To: soc@kernel.org
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, arnd@arndb.de, robh@kernel.org,
Daniel Palmer <daniel@0x0f.com>
Subject: [PATCH 2/3] dt-bindings: arm: mstar: remove the binding description for mstar,pmsleep
Date: Thu, 30 Jul 2020 00:07:47 +0900 [thread overview]
Message-ID: <20200729150748.1945589-3-daniel@0x0f.com> (raw)
In-Reply-To: <20200729150748.1945589-1-daniel@0x0f.com>
Remove the unneeded binding description.
Compatible string is in mfd/syscon.yaml now.
Signed-off-by: Daniel Palmer <daniel@0x0f.com>
---
.../bindings/arm/mstar/mstar,pmsleep.yaml | 43 -------------------
1 file changed, 43 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/arm/mstar/mstar,pmsleep.yaml
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 0b45e7012ceb..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 = <0x1c00 0x100>;
- };
--
2.27.0
next prev parent reply other threads:[~2020-07-29 15:09 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-29 15:07 [PATCH 0/3] ARM: mstar: Fix compatible string for pmsleep Daniel Palmer
2020-07-29 15:07 ` Daniel Palmer
2020-07-29 15:07 ` [PATCH 1/3] dt-bindings: mfd: syscon: add compatible string for mstar, msc313-pmsleep Daniel Palmer
2020-07-29 15:07 ` [PATCH 1/3] dt-bindings: mfd: syscon: add compatible string for mstar,msc313-pmsleep Daniel Palmer
2020-07-29 15:07 ` Daniel Palmer [this message]
2020-07-29 15:07 ` [PATCH 2/3] dt-bindings: arm: mstar: remove the binding description for mstar,pmsleep Daniel Palmer
2020-07-31 19:21 ` Arnd Bergmann
2020-07-31 19:21 ` Arnd Bergmann
2020-08-01 2:53 ` Daniel Palmer
2020-08-01 2:53 ` Daniel Palmer
2020-07-29 15:07 ` [PATCH 3/3] ARM: mstar: Correct the compatible string for pmsleep Daniel Palmer
2020-07-29 15:07 ` Daniel Palmer
2020-07-31 17:42 ` [PATCH 0/3] ARM: mstar: Fix " Rob Herring
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200729150748.1945589-3-daniel@0x0f.com \
--to=daniel@0x0f.com \
--cc=arnd@arndb.de \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh@kernel.org \
--cc=soc@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.