From patchwork Tue Jul 26 11:59:37 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 593872 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 CEBC6C43334 for ; Tue, 26 Jul 2022 12:00:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238657AbiGZMAB (ORCPT ); Tue, 26 Jul 2022 08:00:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38222 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238972AbiGZL7s (ORCPT ); Tue, 26 Jul 2022 07:59:48 -0400 Received: from mail-lf1-x12c.google.com (mail-lf1-x12c.google.com [IPv6:2a00:1450:4864:20::12c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 955ED33A11 for ; Tue, 26 Jul 2022 04:59:41 -0700 (PDT) Received: by mail-lf1-x12c.google.com with SMTP id q23so9067465lfr.3 for ; Tue, 26 Jul 2022 04:59:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=uHwZd9Pa/u5FR2uyBy86asEX1D1p0ApvUQHSWmOJELc=; b=CFgz8CvhxFDwBGTe1xoN/YZRHkIJZewi+lcJD03uHtfKnzuDfQhL088LRcxqb1XyCH I0XimVUkJRlN4FgAp367moM3f28au7hdXiuWfJINMvGLh1O1BbfGbz/0tvtiqfcTLJbx EoRaPiyZuTDIv/jxOrUH8cvUFMk+yGGaGfBTyKJrfoPf5rvEvl9rQ6XGMrw/rZtCy0qw sA8XxSFSYNUE48qQqDhe+6z75ERSiKb/Fsbpj5PMSo2cy51XK7MJRi8HdCpxPROi3nbj B0ekE6EKv1gOZgIC1XO8ocNPdsjEfSHkQw/NDDUIgtusNVvl6ckqHU6qCGdHlgrjMIZe d3eg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=uHwZd9Pa/u5FR2uyBy86asEX1D1p0ApvUQHSWmOJELc=; b=TO8dwPwMtPZMMrdrgXZcbM+2zt22OJF5pY7c54mYjLikW1uvsNgoafq9DVMn3iyOy3 /p/CvHY8bKcMT4QG2jLfWvtibfvY0k1QPNozwzBaSk39SX0JTgNrn29w4+lPxP+CoE+i a7EDZO5DFASB8TDl+Qn1BUrioAz4WtYc0uTYj4126ctMgonsjWwhgTIfnAGW9eK3tNFU mtaXouN4rq6+r3OZrzfoga3DyBie2hFCUgYcbYZ5HCq5c9ue1x+3STzIILXEkc+6ncsC XuJIWZas9VpidWOL81ufGK9f/5+CpiGXWh6MEJ9iNd6p6jpK5+BrOHJLPVyFgipzmRAM y0kw== X-Gm-Message-State: AJIora95Ln09dUOYoSiZxxBsVpOgzATdbBqDkPSrrM6cybGVvq7dxTq5 Nrd1SbwsIDwTKe68KzlIyLhMVA== X-Google-Smtp-Source: AGRyM1uTeTJKflknwQZFgLgiyeO6V8yL127gHJDQoNP8cfaMBAq1K2MGFBcVEdCqD1oYkhRCQOvYTg== X-Received: by 2002:a05:6512:3a90:b0:48a:adce:47f0 with SMTP id q16-20020a0565123a9000b0048aadce47f0mr456238lfu.473.1658836779525; Tue, 26 Jul 2022 04:59:39 -0700 (PDT) Received: from krzk-bin.lan (78-26-46-173.network.trollfjord.no. [78.26.46.173]) by smtp.gmail.com with ESMTPSA id q6-20020a0565123a8600b00489de206812sm3138967lfu.151.2022.07.26.04.59.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 26 Jul 2022 04:59:39 -0700 (PDT) From: Krzysztof Kozlowski To: Daniel Lezcano , Thomas Gleixner , Rob Herring , Krzysztof Kozlowski , Paul Cercueil , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH] dt-bindings: timer: ingenic,tcu: use absolute path to other schema Date: Tue, 26 Jul 2022 13:59:37 +0200 Message-Id: <20220726115937.101432-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 Absolute path to other DT schema is preferred over relative one. Signed-off-by: Krzysztof Kozlowski --- Documentation/devicetree/bindings/timer/ingenic,tcu.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/timer/ingenic,tcu.yaml b/Documentation/devicetree/bindings/timer/ingenic,tcu.yaml index d541cf2067bc..0a01e4f5eddb 100644 --- a/Documentation/devicetree/bindings/timer/ingenic,tcu.yaml +++ b/Documentation/devicetree/bindings/timer/ingenic,tcu.yaml @@ -113,7 +113,7 @@ properties: patternProperties: "^watchdog@[a-f0-9]+$": type: object - $ref: ../watchdog/watchdog.yaml# + $ref: /schemas/watchdog/watchdog.yaml# properties: compatible: oneOf: @@ -145,7 +145,7 @@ patternProperties: "^pwm@[a-f0-9]+$": type: object - $ref: ../pwm/pwm.yaml# + $ref: /schemas/pwm/pwm.yaml# properties: compatible: oneOf: