On 6/5/2026 04:47, Linus Walleij wrote:
The G5 defconfig is clearly intended for the G5 Powermac
series, and that should enable all the available
windfarm drivers, or the machine will overheat a short
while after booting and shut itself down, which is
annoying.
Signed-off-by: Linus Walleij <[email protected]>
---
I wonder why this never gets applied. Am I doing something wrong?
Is the patch stupid? No-one cares?
Sorry it didn't get picked up.
I don't have any G5s anymore, but the ones I did have used the other
windfarm drivers so I never hit this.
You might be the last person on earth booting Linux on those :)
---
Changes in v3:
- Rebased on v7.1-rc1
- Link to v2:
https://lore.kernel.org/r/[email protected]
Changes in v2:
- Rebased on v6.19-rc1
- Link to v1:
https://lore.kernel.org/r/[email protected]
To: Madhavan Srinivasan <[email protected]>
To: Michael Ellerman <[email protected]>
To: Nicholas Piggin <[email protected]>
To: "Christophe Leroy (CS GROUP)" <[email protected]>
Cc: [email protected]
Cc: [email protected]
---
arch/powerpc/configs/g5_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/powerpc/configs/g5_defconfig
b/arch/powerpc/configs/g5_defconfig
index 04bbb37f5978..f74ccc06f4c1 100644
--- a/arch/powerpc/configs/g5_defconfig
+++ b/arch/powerpc/configs/g5_defconfig
@@ -85,6 +85,8 @@ CONFIG_PMAC_SMU=y
CONFIG_MAC_EMUMOUSEBTN=y
CONFIG_WINDFARM=y
CONFIG_WINDFARM_PM81=y
+CONFIG_WINDFARM_PM72=y
+CONFIG_WINDFARM_RM31=y
CONFIG_WINDFARM_PM91=y
CONFIG_WINDFARM_PM112=y
CONFIG_WINDFARM_PM121=y
Ack, LGTM.
Maddy can you pick this one up for next?
cheers