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 |
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>
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,
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!