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 7A7E9C433EF for ; Fri, 24 Dec 2021 19:54:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1353479AbhLXTx7 (ORCPT ); Fri, 24 Dec 2021 14:53:59 -0500 Received: from ixit.cz ([94.230.151.217]:50058 "EHLO ixit.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239476AbhLXTx6 (ORCPT ); Fri, 24 Dec 2021 14:53:58 -0500 Received: from localhost.localdomain (ip-89-176-96-70.net.upcbroadband.cz [89.176.96.70]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ixit.cz (Postfix) with ESMTPSA id 467AF24CC2; Fri, 24 Dec 2021 20:53:56 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ixit.cz; s=dkim; t=1640375636; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=m1SskhheUDnhgYDjmEKwlxuWMeOpG/OHCTmr/gsCnV4=; b=xHOfU4lm9Gdv4Fh0IGknWZchSpNfs0lvvsBW3HJbuwyxAWY5ITK4Dg/b07EL02Ho5VjsMb kYknCSJXGnR2A1p5+QhffK0s9vTc3yFgTJztio06GBN2yAuKmDMq3TegMTeYjsL9MeY1Nd yqcIxicepqcplQLkS/M7D+ENw+cS5oU= From: David Heidelberg To: Thierry Reding , Sam Ravnborg , David Airlie , Daniel Vetter , Rob Herring , Simha BN Cc: ~okias/devicetree@lists.sr.ht, David Heidelberg , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] dt-bindings: display: enable port jdi,lt070me05000 Date: Fri, 24 Dec 2021 20:53:54 +0100 Message-Id: <20211224195354.78362-1-david@ixit.cz> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Enable port inside panel bindings. Fixes warnings generated by `make qcom-apq8064-asus-nexus7-flo.dtb` as: arch/arm/boot/dts/qcom-apq8064-asus-nexus7-flo.dt.yaml: panel@0: 'port' does not match any of the regexes: 'pinctrl-[0-9]+' From schema: Documentation/devicetree/bindings/display/panel/jdi,lt070me05000.yaml Signed-off-by: David Heidelberg --- .../devicetree/bindings/display/panel/jdi,lt070me05000.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/display/panel/jdi,lt070me05000.yaml b/Documentation/devicetree/bindings/display/panel/jdi,lt070me05000.yaml index 4f92365e888a..63c82a4378ff 100644 --- a/Documentation/devicetree/bindings/display/panel/jdi,lt070me05000.yaml +++ b/Documentation/devicetree/bindings/display/panel/jdi,lt070me05000.yaml @@ -35,6 +35,8 @@ properties: phandle of the gpio for power ic line Power IC supply enable, High active + port: true + required: - compatible - reg -- 2.34.1