From mboxrd@z Thu Jan 1 00:00:00 1970 From: sudeep.holla@arm.com (Sudeep Holla) Date: Tue, 27 Oct 2015 12:41:15 +0000 Subject: [PATCH] ARM64: juno: add NOR flash to device tree In-Reply-To: <20151027123334.GC3091@leverpostej> References: <5624C31D.3070906@arm.com> <20151019102932.GB10678@leverpostej> <20151019113904.GE10678@leverpostej> <20151020112026.GF10728@bivouac.eciton.net> <562F6799.1060301@arm.com> <20151027123334.GC3091@leverpostej> Message-ID: <562F70EB.2000008@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 27/10/15 12:33, Mark Rutland wrote: [...] > > * Sudeep, I assume the constraints on CPU_SUSPEND would also apply to > CPU_ON, is that correct? > Yes, if you meant that this is an issue for even CPU hotplug. We need to disable CPU_HOTPLUG in that case which is horrible. So this kind of conditional compile is simply not a solution to support/work around an hardware issue on one platform. -- Regards, Sudeep