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 DA5B3C38145 for ; Thu, 8 Sep 2022 13:45:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231154AbiIHNpO (ORCPT ); Thu, 8 Sep 2022 09:45:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36822 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230451AbiIHNpM (ORCPT ); Thu, 8 Sep 2022 09:45:12 -0400 Received: from mail-lf1-x133.google.com (mail-lf1-x133.google.com [IPv6:2a00:1450:4864:20::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3D16C4056D for ; Thu, 8 Sep 2022 06:45:11 -0700 (PDT) Received: by mail-lf1-x133.google.com with SMTP id bt10so27817799lfb.1 for ; Thu, 08 Sep 2022 06:45:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:references:cc:to:from :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date; bh=K1xmDVRthzjWOyGdohyh7MTbGHYJ56y8iv2a+1Z9WWA=; b=glmTnUvQVW1uqDE+SIQR6OQTqacwnemf/++69ByqHqFoPKpvfWKjnVXG693OpsVwCz evrZ9cHAUSR15MD3Qhxlxm6aKc6BS2rwbcD1L0n/peFMwzKOY2Wn6j7cyYf5RWoYkNfw kZy5tNDdvljlF1lqn0shBkeFtWThGify00/LQQM+V7fJzy1zBzAk4Qxfmxx29pKhXK2X RP0GzqcFPAYABc2ClmW8KcNTI7xs8ZwBPTcKGtCX/4IOSjQabQnSxKzd87MYyAO6GE3w 4LLqOdTT6uSf5f2cktCrzaZ8O8mMVixqHenirGCoHiLFupS1cYx+15sq4Pz7O1dQ+5s5 YIqg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:references:cc:to:from :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date; bh=K1xmDVRthzjWOyGdohyh7MTbGHYJ56y8iv2a+1Z9WWA=; b=4ohwYbelxvtKTWULGSDduNPAn38Y4qsKs2WUPuZNC8lAgTL3S6n3v+zOwYDiaZzWF1 Q3tMbTv45AucCKhhig1oj0W46kLqwGRUM4p1u99JO/jVWLIYdBmfpQJ7rUIBbB0hTZGV cY/by7XwJ3pJlsJP7bDERQS2Q0e5mvTaIaneJWpN1aXbu1c0dHwnbYRzmrRNKmSxdFEM ystVIusy35UwTFyNxZoH1n8GmGw6M6D9be61OwXm2LjXZ9IVRqWI0PbF5n5ODdumFQ7q Q2hOwjpBlOma9J+NtLZIDxOIpV6B8FOqaQeZ/Y9ncu9WJ8h+V7Tts7oROyv+ohGQqNOD F+vA== X-Gm-Message-State: ACgBeo31KQlYjxOq/ziNaVmC6Po/hfQffhyWqbM5hxypfX6BZBzuPGID NCwmucJobWafmxGC2NMRKJEBSA== X-Google-Smtp-Source: AA6agR5CtptxXfFJSh01xzHCz5Gl5OhOa7Mv2/Z7XGiY7IevgY0ma0fyIsjVbbpb86bTnvY5hu89xA== X-Received: by 2002:a19:d611:0:b0:492:8e15:ba18 with SMTP id n17-20020a19d611000000b004928e15ba18mr2710698lfg.524.1662644709634; Thu, 08 Sep 2022 06:45:09 -0700 (PDT) Received: from [192.168.0.21] (78-11-189-27.static.ip.netia.com.pl. [78.11.189.27]) by smtp.gmail.com with ESMTPSA id m3-20020a194343000000b00497817b8ebbsm1672669lfj.134.2022.09.08.06.45.08 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 08 Sep 2022 06:45:09 -0700 (PDT) Message-ID: Date: Thu, 8 Sep 2022 15:45:07 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.13.0 Subject: Re: [PATCH v6 06/12] dt-bindings: display/msm: split dpu-sc7180 into DPU and MDSS parts Content-Language: en-US From: Krzysztof Kozlowski To: Dmitry Baryshkov , Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Clark , Sean Paul , Abhinav Kumar , Rob Herring , Krzysztof Kozlowski Cc: Stephen Boyd , David Airlie , Daniel Vetter , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org, AngeloGioacchino Del Regno , Loic Poulain References: <20220901102312.2005553-1-dmitry.baryshkov@linaro.org> <20220901102312.2005553-7-dmitry.baryshkov@linaro.org> <92e18257-9a95-9366-ffff-416d27039c3b@linaro.org> In-Reply-To: <92e18257-9a95-9366-ffff-416d27039c3b@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 08/09/2022 15:44, Krzysztof Kozlowski wrote: >> + interconnects: >> + maxItems: 1 >> + >> + interconnect-names: >> + maxItems: 1 >> + >> +patternProperties: >> + "^display-controller@[0-9a-f]+$": >> + type: object >> + properties: >> + compatible: >> + const: qcom,sc7180-dpu > > You have now schema for qcom,sc7180-dpu so just reference it here instead. OTOH, I think it fits your other uses, so it's ok. Best regards, Krzysztof