From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4995DC54EBC for ; Tue, 10 Jan 2023 10:11:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231887AbjAJKLr (ORCPT ); Tue, 10 Jan 2023 05:11:47 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38552 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232008AbjAJKLj (ORCPT ); Tue, 10 Jan 2023 05:11:39 -0500 Received: from mail-wm1-x32d.google.com (mail-wm1-x32d.google.com [IPv6:2a00:1450:4864:20::32d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AE833FCF5 for ; Tue, 10 Jan 2023 02:11:37 -0800 (PST) Received: by mail-wm1-x32d.google.com with SMTP id m8-20020a05600c3b0800b003d96f801c48so11398385wms.0 for ; Tue, 10 Jan 2023 02:11:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=90c4IutVMrPH3xZfU2Owktal2tGfWs9Ef1fXW6dU0fc=; b=pdFXCAiX9PeTb8yXdF+VaZSGEV+G15KtLpt6qyQKe4fqk8ghcdVxhdJjj863HBj/zB 30khLZnpS+0G3R7D40kRXU4CzJPsAZlwnf/RiN7VxviSVCqPkL1H+/TScYDMMF6Qreus 2l5plvqU3ybNYCz+vlNC9SN5VJhyQjQrB0O9zDGt5h2CEb7HkqwRsJPnvyE5Y8nFLu6p R5nInedZIJmNZMZV+GuXCh+3vGTF63q8M3n1i1NVutSaqcZiZWZPJFzrsbMcmSKOS7JX 4XZLDFnNXZrQwktzvW0INfM8fJh3Fc/RHvCunqzGwKPHZDLonKuWcwORYBTlVJOTMRJj 5rBA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=90c4IutVMrPH3xZfU2Owktal2tGfWs9Ef1fXW6dU0fc=; b=SAjEGmQN58By2lvUcwSaLBVYC8YD51q8mPjGo11XdSfBjEdUO56AUgHUFiopc4arrK B55jXK7P5irwMRDD3J2CfJ/IZHzpBPDoirkqnwQwyc04bgkWDV9ZvgsgXGSoY/Qix684 zmPdSDnLJBn+oKaFImSlFeEsNXu4vG6DCA3EKeB64MLy015JcRPCaY9sUzhVjq95RLTR a/3kMO7FbboM8NPuOHlxUeoZnQaSvHU9BQyd/dn8DRHOhC82R3k33YW2MK/ShbWtPF7J gGq98BcrfoTiEF8bmNbuLoThFF96tNvTzG1UdNEE0fRBiSaVgrYLOFxtq4zoKZiMSgPd /TNg== X-Gm-Message-State: AFqh2krOxE8OVKy/wrlb6kvaoyFHJfnwOr9IQNvKrS7Bn/5vsnAmiO/4 KulUmY4K9TF9gpCsNk1l7gXC9g== X-Google-Smtp-Source: AMrXdXtsAe6/mu53bMiWHYCG8WgWUcPSknwvZbflX+GSc+Sj6OI2OCFks/xzoF7zbfSYmDSnkGKcbg== X-Received: by 2002:a05:600c:34ce:b0:3cf:614e:b587 with SMTP id d14-20020a05600c34ce00b003cf614eb587mr52154840wmq.26.1673345496333; Tue, 10 Jan 2023 02:11:36 -0800 (PST) Received: from [192.168.1.109] ([178.197.216.144]) by smtp.gmail.com with ESMTPSA id fc14-20020a05600c524e00b003a3442f1229sm21462579wmb.29.2023.01.10.02.11.34 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 10 Jan 2023 02:11:35 -0800 (PST) Message-ID: Date: Tue, 10 Jan 2023 11:11:34 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Subject: Re: [PATCH v4 1/3] dt-bindings: reserved-memory: rmtfs: Make qcom,vmid an array Content-Language: en-US To: Konrad Dybcio , linux-arm-msm@vger.kernel.org, andersson@kernel.org, agross@kernel.org Cc: marijn.suijten@somainline.org, Rob Herring , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20230109130523.298971-1-konrad.dybcio@linaro.org> From: Krzysztof Kozlowski In-Reply-To: <20230109130523.298971-1-konrad.dybcio@linaro.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 09/01/2023 14:05, Konrad Dybcio wrote: > Some SoCs mandate that the RMTFS is also assigned to the NAV VM, while > others really don't want that. Since it has to be conditional, turn > qcom,vmid into an u32 array so that we can handle the NAV case, as > well as other similar ones if they pop up in the future. > > Signed-off-by: Konrad Dybcio Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof