From patchwork Wed Aug 23 08:11:07 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 716298 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 EBE63EE49AE for ; Wed, 23 Aug 2023 08:16:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233745AbjHWIQe (ORCPT ); Wed, 23 Aug 2023 04:16:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43292 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234139AbjHWIN7 (ORCPT ); Wed, 23 Aug 2023 04:13:59 -0400 Received: from mail-ed1-x533.google.com (mail-ed1-x533.google.com [IPv6:2a00:1450:4864:20::533]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F2A5C2119 for ; Wed, 23 Aug 2023 01:11:11 -0700 (PDT) Received: by mail-ed1-x533.google.com with SMTP id 4fb4d7f45d1cf-5298e43bb67so9730851a12.1 for ; Wed, 23 Aug 2023 01:11:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1692778269; x=1693383069; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=hWIUEdPk1CVzeFNa/lTLBisRtZ9LdCr03S42AI/HH6I=; b=jamh73z7UBix+rO6bWvxGUVSkOZJJKD1UJSMn8ibtA0Rv3csHU/EiiYHzEWM3DbehD A8imp5eCC/FPuwrG0+lT6rYyQjySYw5kRBS34ZabyJ0Tp0YULxN6hsPXYvG9jkBO9NiW 6inOy+xUYdutuCWJVS6AxqWKBTzDKTK5U+PjToviW6AEUVpdHunm6spFG522c8Ojs0+h HDIkTNR/IROwNe+XgG6VvRipQC9YyfhQ3Rxd7bd+5CYDfthVkTQvHI+JyYuWxZiuCJFf STckr3JMIbffr6zCQsSXK4INDZddvVGRaUpWmzwdmkDBwJwhrJTBp6qnVbQnf2mhwtL4 wr3Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1692778269; x=1693383069; 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=hWIUEdPk1CVzeFNa/lTLBisRtZ9LdCr03S42AI/HH6I=; b=a03Sq3/YbeHMmEuYqzpHwmc6mhpPPEw50o/JGJ7VZQu9NKqYiSgKkrPEJ+NCyaklCR yoqEZ77Y8uqJpApnCEI9zPls8/jfoPMQ/Yu0ffZayvsh4Wp76nNAlMF2+VwaSchHmNGY QvJWv2BpSaff2/acxS4o4ZW600v8bfVkyzOueM1CIPnyC9XGk7QToCJI4yrlknxaByIx aCnRKeeqjqSOLfmKJKn66e4iLvaMZLVFkRXkPGQztpjwSJvGVmHOkBkLk3QHmO/zWBfo MO86o8hcdbvp13ZIb59LUzlVIbk7CikPOXg9ZgZijUcPHS3Gg2DwaDpGYb+fGAb9vLPZ Wp+g== X-Gm-Message-State: AOJu0YxHXb2p2jRar6jtBFjOpEf8hsELuOuRAsCv+uMZpT2s00r3NiWf pn9RC+VkaG3ctMojWTjRWkDgNg== X-Google-Smtp-Source: AGHT+IEPD1TV4eNUhdP63rhi8ljL5x6yk1Pd63+tV3rbw5htu/bhzg7Z3DlE3MJYIEBz7wcQVcTzYQ== X-Received: by 2002:aa7:cf09:0:b0:523:37f0:2d12 with SMTP id a9-20020aa7cf09000000b0052337f02d12mr13737560edy.17.1692778269622; Wed, 23 Aug 2023 01:11:09 -0700 (PDT) Received: from krzk-bin.. ([77.252.47.198]) by smtp.gmail.com with ESMTPSA id f11-20020aa7d84b000000b005257f2c057fsm8925329eds.33.2023.08.23.01.11.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Aug 2023 01:11:09 -0700 (PDT) From: Krzysztof Kozlowski To: Neil Armstrong , Sam Ravnborg , David Airlie , Daniel Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Lad Prabhakar , Thierry Reding , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH] dt-bindings: display: advantech, idk-2121wr: reference common panel Date: Wed, 23 Aug 2023 10:11:07 +0200 Message-Id: <20230823081107.82967-1-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Reference common panel bindings to bring descriptions of common fields like panel-timing. Signed-off-by: Krzysztof Kozlowski --- .../bindings/display/panel/advantech,idk-2121wr.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/display/panel/advantech,idk-2121wr.yaml b/Documentation/devicetree/bindings/display/panel/advantech,idk-2121wr.yaml index 67682fe77f10..2e8dbdb5a3d5 100644 --- a/Documentation/devicetree/bindings/display/panel/advantech,idk-2121wr.yaml +++ b/Documentation/devicetree/bindings/display/panel/advantech,idk-2121wr.yaml @@ -19,6 +19,9 @@ description: | second port, therefore the ports must be marked accordingly (with either dual-lvds-odd-pixels or dual-lvds-even-pixels). +allOf: + - $ref: panel-common.yaml# + properties: compatible: items: