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? --- 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 --- base-commit: 254f49634ee16a731174d2ae34bc50bd5f45e731 change-id: 20251205-powermac-g5-config-69128e93d584 Best regards, -- Linus Walleij <[email protected]>
