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 v2 0/9] ARM: mstar: DT filling out
Date: Tue, 28 Jul 2020 19:03:12 +0900 [thread overview]
Message-ID: <20200728100321.1691745-1-daniel@0x0f.com> (raw)
This series adds a few low hanging fruit that are purely DT changes to
keep the ball rolling while I work on series for more complicated things
like the interrupt controllers.
Summary of changes:
- Adds the IMI SRAM region and sets the right size for each family
- Adds the ARM PMU
- Adds a syscon for a lump of registers called "pmsleep"
- Uses the pmsleep syscon to enable reboot
Changes since v1:
- pmsleep node has been given it's own compatible string alongside
the generic syscon based on Arnd's feedback.
- dt binding description has been added for the above.
- To avoid having to update MAINTAINERS repeatly I've moved the existing
two binding descriptions in with the pmsleep one in arm/mstar.
Daniel Palmer (9):
dt-bindings: arm: mstar: Add binding details for mstar,pmsleep
dt-bindings: arm: mstar: Move existing MStar binding descriptions
ARM: mstar: Add IMI SRAM region
ARM: mstar: Adjust IMI size of infinity
ARM: mstar: Adjust IMI size for mercury5
ARM: mstar: Adjust IMI size for infinity3
ARM: mstar: Add PMU
ARM: mstar: Add "pmsleep" node to base dtsi
ARM: mstar: Add reboot support
.../{misc => arm/mstar}/mstar,l3bridge.yaml | 2 +-
.../bindings/arm/mstar/mstar,pmsleep.yaml | 43 +++++++++++++++++++
.../bindings/arm/{ => mstar}/mstar.yaml | 2 +-
MAINTAINERS | 2 +-
arch/arm/boot/dts/infinity.dtsi | 4 ++
arch/arm/boot/dts/infinity3.dtsi | 4 ++
arch/arm/boot/dts/mercury5.dtsi | 4 ++
arch/arm/boot/dts/mstar-v7.dtsi | 26 ++++++++++-
8 files changed, 83 insertions(+), 4 deletions(-)
rename Documentation/devicetree/bindings/{misc => arm/mstar}/mstar,l3bridge.yaml (93%)
create mode 100644 Documentation/devicetree/bindings/arm/mstar/mstar,pmsleep.yaml
rename Documentation/devicetree/bindings/arm/{ => mstar}/mstar.yaml (93%)
--
2.27.0
next reply other threads:[~2020-07-28 10:03 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-28 10:03 Daniel Palmer [this message]
2020-07-28 10:03 ` [PATCH v2 1/9] dt-bindings: arm: mstar: Add binding details for mstar,pmsleep Daniel Palmer
2020-07-28 19:16 ` [PATCH v2 1/9] dt-bindings: arm: mstar: Add binding details for mstar, pmsleep Rob Herring
2020-07-28 19:18 ` [PATCH v2 1/9] dt-bindings: arm: mstar: Add binding details for mstar,pmsleep Rob Herring
2020-07-29 9:13 ` Daniel Palmer
2020-07-29 12:13 ` Arnd Bergmann
2020-07-29 12:34 ` Daniel Palmer
2020-07-29 14:17 ` Arnd Bergmann
2020-07-28 10:03 ` [PATCH v2 2/9] dt-bindings: arm: mstar: Move existing MStar binding descriptions Daniel Palmer
2020-07-28 10:03 ` [PATCH v2 3/9] ARM: mstar: Add IMI SRAM region Daniel Palmer
2020-07-28 10:03 ` [PATCH v2 4/9] ARM: mstar: Adjust IMI size of infinity Daniel Palmer
2020-07-28 10:03 ` [PATCH v2 5/9] ARM: mstar: Adjust IMI size for mercury5 Daniel Palmer
2020-07-28 10:03 ` [PATCH v2 6/9] ARM: mstar: Adjust IMI size for infinity3 Daniel Palmer
2020-07-28 10:03 ` [PATCH v2 7/9] ARM: mstar: Add PMU Daniel Palmer
2020-07-28 10:03 ` [PATCH v2 8/9] ARM: mstar: Add "pmsleep" node to base dtsi Daniel Palmer
2020-07-28 10:03 ` [PATCH v2 9/9] ARM: mstar: Add reboot support Daniel Palmer
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=20200728100321.1691745-1-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).