mbox series

[0/3] ARM: dts: wire up the power domains on Meson8/8b/8m2

Message ID 20200620161010.23171-1-martin.blumenstingl@googlemail.com (mailing list archive)
Headers show
Series ARM: dts: wire up the power domains on Meson8/8b/8m2 | expand

Message

Martin Blumenstingl June 20, 2020, 4:10 p.m. UTC
Now that the meson-ee-pwrc driver has gained support for the power
domains on Meson8/Meson8b/Meson8m2 we can add it to the corresponding
.dtsi files.

So far this doesn't fix (or break) anything for me (probably because all
vendor u-boots are enabling the Ethernet power domains unconditionally).
But at least it's one preparation step which is needed for video output
in the future.


Martin Blumenstingl (3):
  ARM: dts: meson8: add power domain controller
  ARM: dts: meson8m2: add resets for the power domain controller
  ARM: dts: meson8b: add power domain controller

 arch/arm/boot/dts/meson8.dtsi   | 13 +++++++++++++
 arch/arm/boot/dts/meson8b.dtsi  | 27 +++++++++++++++++++++++++++
 arch/arm/boot/dts/meson8m2.dtsi | 19 +++++++++++++++++++
 3 files changed, 59 insertions(+)

Comments

Neil Armstrong June 22, 2020, 7:56 a.m. UTC | #1
On 20/06/2020 18:10, Martin Blumenstingl wrote:
> Now that the meson-ee-pwrc driver has gained support for the power
> domains on Meson8/Meson8b/Meson8m2 we can add it to the corresponding
> .dtsi files.
> 
> So far this doesn't fix (or break) anything for me (probably because all
> vendor u-boots are enabling the Ethernet power domains unconditionally).
> But at least it's one preparation step which is needed for video output
> in the future.
> 
> 
> Martin Blumenstingl (3):
>   ARM: dts: meson8: add power domain controller
>   ARM: dts: meson8m2: add resets for the power domain controller
>   ARM: dts: meson8b: add power domain controller
> 
>  arch/arm/boot/dts/meson8.dtsi   | 13 +++++++++++++
>  arch/arm/boot/dts/meson8b.dtsi  | 27 +++++++++++++++++++++++++++
>  arch/arm/boot/dts/meson8m2.dtsi | 19 +++++++++++++++++++
>  3 files changed, 59 insertions(+)
> 

For the serie:
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Kevin Hilman July 13, 2020, 7:03 p.m. UTC | #2
On Sat, 20 Jun 2020 18:10:07 +0200, Martin Blumenstingl wrote:
> Now that the meson-ee-pwrc driver has gained support for the power
> domains on Meson8/Meson8b/Meson8m2 we can add it to the corresponding
> .dtsi files.
> 
> So far this doesn't fix (or break) anything for me (probably because all
> vendor u-boots are enabling the Ethernet power domains unconditionally).
> But at least it's one preparation step which is needed for video output
> in the future.
> 
> [...]

Applied, thanks!

[1/3] ARM: dts: meson8: add power domain controller
      commit: aecc72b14d11327804f7ca1fc76ca88a22cc1136
[2/3] ARM: dts: meson8m2: add resets for the power domain controller
      commit: c5d3d3cf00d5ed74359e71f7b5d003cf34ba014c
[3/3] ARM: dts: meson8b: add power domain controller
      commit: 9960cacbaeb1ccc1b2d9840cadb18844d48a337b

Best regards,
patchwork-bot+linux-amlogic@kernel.org July 13, 2020, 7:21 p.m. UTC | #3
Hello:

This series was applied to khilman/linux-amlogic.git (refs/heads/for-next).

On Sat, 20 Jun 2020 18:10:07 +0200 you wrote:
> Now that the meson-ee-pwrc driver has gained support for the power
> domains on Meson8/Meson8b/Meson8m2 we can add it to the corresponding
> .dtsi files.
> 
> So far this doesn't fix (or break) anything for me (probably because all
> vendor u-boots are enabling the Ethernet power domains unconditionally).
> But at least it's one preparation step which is needed for video output
> in the future.
> 
> [...]


Here is a summary with links:
  - [1/3] ARM: dts: meson8: add power domain controller
    https://git.kernel.org/khilman/linux-amlogic/c/aecc72b14d11327804f7ca1fc76ca88a22cc1136
  - [2/3] ARM: dts: meson8m2: add resets for the power domain controller
    https://git.kernel.org/khilman/linux-amlogic/c/c5d3d3cf00d5ed74359e71f7b5d003cf34ba014c
  - [3/3] ARM: dts: meson8b: add power domain controller
    https://git.kernel.org/khilman/linux-amlogic/c/9960cacbaeb1ccc1b2d9840cadb18844d48a337b

You are awesome, thank you!