mbox series

[0/7] ARM:mstar: DT filling out

Message ID 20200726043948.1357573-1-daniel@0x0f.com (mailing list archive)
Headers show
Series ARM:mstar: DT filling out | expand

Message

Daniel Palmer July 26, 2020, 4:39 a.m. UTC
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

Daniel Palmer (7):
  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 syscon node for "pmsleep" area
  ARM:mstar: Add reboot support

 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 +++++++++++++++++++++++++-
 4 files changed, 37 insertions(+), 1 deletion(-)

Comments

Arnd Bergmann July 27, 2020, 12:33 p.m. UTC | #1
On Sun, Jul 26, 2020 at 6:39 AM Daniel Palmer <daniel@0x0f.com> wrote:
>
> 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

I had one comment for the last commit in this list and have therefore
not applied the series (yet).

I also noticed that the subject lines are slightly inconsistent, please
add  a space between "ARM:" and "mstar:" as you did for the first
set of patches.

      Arnd
Daniel Palmer July 27, 2020, 1:26 p.m. UTC | #2
Hi Arnd,

On Mon, 27 Jul 2020 at 21:33, Arnd Bergmann <arnd@arndb.de> wrote:

> I had one comment for the last commit in this list and have therefore
> not applied the series (yet).

I was going to wait for other comments before making a v2 but it seems like
it was just the pmsleep syscon that needs changes. I'll fix that up and send
a v2.

> I also noticed that the subject lines are slightly inconsistent, please
> add  a space between "ARM:" and "mstar:" as you did for the first
> set of patches.

Oops sorry about that. Not sure why I did that. I'll fix for the next version.

Thanks,

Daniel