From patchwork Tue Nov 7 10:36:00 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 13448470 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6D5BEC4332F for ; Tue, 7 Nov 2023 10:36:08 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A5F9D10E023; Tue, 7 Nov 2023 10:36:07 +0000 (UTC) Received: from mail-ej1-x62a.google.com (mail-ej1-x62a.google.com [IPv6:2a00:1450:4864:20::62a]) by gabe.freedesktop.org (Postfix) with ESMTPS id C951F10E023 for ; Tue, 7 Nov 2023 10:36:05 +0000 (UTC) Received: by mail-ej1-x62a.google.com with SMTP id a640c23a62f3a-9c603e235d1so820261366b.3 for ; Tue, 07 Nov 2023 02:36:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1699353364; x=1699958164; darn=lists.freedesktop.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=V9Vc2qkKhkx61HztjKbbqVRx45srzZVqd+8CPW3yS50=; b=YbpsoTv7lfQSP2VPEGJVnJhm87UgacPVDYv6bpSsK7XazHGHJDTzRSO7j1g8rAQ+S1 /GhjYVI3UhCgUvKFPHTxBz3b6+bwCG0GVi6uyBBI1Osn6Bts8GgHh06OIm1WfmSuyXZT 538KnBc4MdI3VlBmanc0NchtrbbXJDVdy1974/3zu9UqdcuVfATPdwiYPHFOAzCUuj+K a1aq19bi+rveIm9iLf1vTnhIkVSpzWZCdTEoMocANkHHKUOx3FxnOGiGQCxaSxAS/mcl Ymu5RKNvlk+8QdA/bG9l+NmiILGeEyWfFO55ZdUZib168cFDbdbqDSUaijgoIKwOLrEa 4osA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1699353364; x=1699958164; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=V9Vc2qkKhkx61HztjKbbqVRx45srzZVqd+8CPW3yS50=; b=lF4IUlrh85i8KYVsPMje1fzXEk3LDl/4QTc/xlU9OY1pHqr5jouvnI6L3ztR2u9O1M EqDGLu5nj3QSp6M8/aO8RGBFhwz6v+kxSG0hP8eLeMtAVCSsm7g6I5P+J0YVXOh1an4c V9cBPPMsCHOiapgNJ98Qmm/AaqlYKoM2fUtTLMo76/mQOu64kVgHultqcqXqaIX9cPme kF5nrHogerRcRJ2B6gLLyjg5yJJR23DFcau2IwC9/7I1iBc+JcjnmAJsaPpwVaUfteZJ ew3N9o6ln5b6vIRMSjqX0hcn5X/kM3EQoD9NxvUueIBXpqFDZXsWbK+cea5BAxTupoUj ToYA== X-Gm-Message-State: AOJu0YyUJx3iWpf1+IdiWKCZY6ZQp6u7+K/s7NF11yzBllgK8641Hj9x C0oOzwVL8gx16/l18UY8ba6jgg== X-Google-Smtp-Source: AGHT+IGlcsVnMGNpyWLBotkYWP9vhPvQ1zyDE2+TWGxgndROuli3GOxflA+1dY6Ar37umkuXKpUK5w== X-Received: by 2002:a17:907:74b:b0:9ae:65a5:b6fa with SMTP id xc11-20020a170907074b00b009ae65a5b6famr15853415ejb.32.1699353364150; Tue, 07 Nov 2023 02:36:04 -0800 (PST) Received: from krzk-bin.. ([178.197.218.126]) by smtp.gmail.com with ESMTPSA id g7-20020a1709064e4700b0099d798a6bb5sm877590ejw.67.2023.11.07.02.36.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 07 Nov 2023 02:36:03 -0800 (PST) From: Krzysztof Kozlowski To: Rob Clark , Abhinav Kumar , Dmitry Baryshkov , Sean Paul , Marijn Suijten , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Daniel Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] dt-bindings: display/msm: qcom, sm8250-mdss: add DisplayPort controller node Date: Tue, 7 Nov 2023 11:36:00 +0100 Message-Id: <20231107103600.27424-1-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Krzysztof Kozlowski Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Document the DisplayPort controller node in MDSS binding, already used in DTS: sm8250-xiaomi-elish-boe.dtb: display-subsystem@ae00000: Unevaluated properties are not allowed ('displayport-controller@ae90000' was unexpected) Signed-off-by: Krzysztof Kozlowski Acked-by: Conor Dooley --- .../bindings/display/msm/qcom,sm8250-mdss.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Documentation/devicetree/bindings/display/msm/qcom,sm8250-mdss.yaml b/Documentation/devicetree/bindings/display/msm/qcom,sm8250-mdss.yaml index 994975909fea..51368cda7b2f 100644 --- a/Documentation/devicetree/bindings/display/msm/qcom,sm8250-mdss.yaml +++ b/Documentation/devicetree/bindings/display/msm/qcom,sm8250-mdss.yaml @@ -52,6 +52,16 @@ patternProperties: compatible: const: qcom,sm8250-dpu + "^displayport-controller@[0-9a-f]+$": + type: object + additionalProperties: true + + properties: + compatible: + items: + - const: qcom,sm8250-dp + - const: qcom,sm8350-dp + "^dsi@[0-9a-f]+$": type: object additionalProperties: true