From mboxrd@z Thu Jan 1 00:00:00 1970 From: Srinivas Kandagatla Subject: Re: [RFC PATCH v3 3/4] irqchip: gic-v3: Add quirk for msm8996 secured registers Date: Thu, 29 Nov 2018 14:10:36 +0000 Message-ID: <86b0d75b-c604-f2ad-e147-270942e05409@linaro.org> References: <20181112103340.24702-1-srinivas.kandagatla@linaro.org> <20181112103340.24702-4-srinivas.kandagatla@linaro.org> <20181128233327.GE24969@minitux> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20181128233327.GE24969@minitux> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Bjorn Andersson Cc: marc.zyngier@arm.com, sudeep.holla@arm.com, tglx@linutronix.de, jason@lakedaemon.net, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, rnayak@codeaurora.org, sboyd@kernel.org, srini@kernel.org, nicolas.dechesne@linaro.org, ctatlor97@gmail.com, vkoul@kernel.org List-Id: linux-arm-msm@vger.kernel.org On 28/11/18 23:33, Bjorn Andersson wrote: > Given that the change request introducing this restriction looks quite > generic and that we've heard reports of other shipping platforms having > the same restriction, could we make this slightly more generic? > > I.e. dropping the MSM8996 from the flag name and perhaps use a bool > property in devicetree to toggle the flag, instead of adding compatibles > as we figure out which Qualcomm platforms has this restriction. If I understand the dt compatible thing correctly. Am not expecting other platforms to add new compatible string. If the gic-v3 of that SoC is compatible with msm8996, they should be able to use the same compatible string! --srini