[PATCH] bus: SIMPLE_PM_BUS does not depend on ARCH_RENESAS
From: arnd@arndb.de (Arnd Bergmann)
Date: 2017-06-16 21:33:03
Also in:
linux-arm-msm
From: arnd@arndb.de (Arnd Bergmann)
Date: 2017-06-16 21:33:03
Also in:
linux-arm-msm
On Tue, Jun 13, 2017 at 3:04 PM, Rob Clark [off-list ref] wrote:
In fact, it is needed for PCI to work on msm8996 (and probably other things). No idea why it was depending on renesas but that doesn't make any sense. So drop the dependency. Signed-off-by: Rob Clark <redacted> ---
I also couldn't find a reason why this was strictly limited, but it in the device tree sources we ship in the kernel, it is so far only used for Renesas machines, so it's not currently a bug either. Acked-by: Arnd Bergmann <arnd@arndb.de>