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 X-Spam-Level: X-Spam-Status: No, score=-9.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 66C6FC47096 for ; Wed, 2 Jun 2021 18:06:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5102C61361 for ; Wed, 2 Jun 2021 18:06:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229778AbhFBSH4 (ORCPT ); Wed, 2 Jun 2021 14:07:56 -0400 Received: from mail-oo1-f44.google.com ([209.85.161.44]:44933 "EHLO mail-oo1-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229541AbhFBSHy (ORCPT ); Wed, 2 Jun 2021 14:07:54 -0400 Received: by mail-oo1-f44.google.com with SMTP id o5-20020a4a2c050000b0290245d6c7b555so757033ooo.11; Wed, 02 Jun 2021 11:06:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=OXQfC+XKgJEeb6dM9eMgXu59hvMyoJzOchI782JgqsE=; b=kaM8QM1ZJ+OvZL2/qyQkVkj9lxzU6mcZ4Amvi07wT15qQYikr0BLS2TZ/gpB6Sb5pL tVeD2Vg7kI4e+++mb5tBQk+iuBBL8eTme5UeEeZCbSf8hHZoede57e/jhRewy3phuGHt j28TGcsGCneuqVuR0ccXT63DhVl4h4hQ07bqtn5PgE1+39a/JEVzYYkCYPD5ajRvwH/z wYJ7i3A/VOPI18limUaycm9wdVEh+MKvNrXfzojKOt2fAbdsVAqwUjdx+TGbrEKi8myP 6MfSYybbfgvu7MGnr/e3nrWR3utrAVN31lJOfA+qSakReUOlo2WwSG1YZtaAvujBwY38 rBjA== X-Gm-Message-State: AOAM531xiwAUpVzADIb3STsNyekEf1rDloHprGKPkBlLWTg0+SlgXIOL +AP5V8OPwyi2Wd52JYItfg== X-Google-Smtp-Source: ABdhPJwam6nqA2q4bi7B4qoK5vD5zo/AYazGpsK2qGbDlzHhFnQ6k8GumVkSvq5b7zM8n6ym5eulUA== X-Received: by 2002:a4a:e945:: with SMTP id v5mr26155249ood.64.1622657171175; Wed, 02 Jun 2021 11:06:11 -0700 (PDT) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id 94sm137834otj.33.2021.06.02.11.06.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Jun 2021 11:06:10 -0700 (PDT) Received: (nullmailer pid 3685093 invoked by uid 1000); Wed, 02 Jun 2021 18:06:09 -0000 Date: Wed, 2 Jun 2021 13:06:09 -0500 From: Rob Herring To: Linus Walleij Cc: Douglas Anderson , Andrzej Hajda , Neil Armstrong , Laurent Pinchart , Jonas Karlman , Sam Ravnborg , MSM , Lyude Paul , Bjorn Andersson , Steev Klimaszewski , Rob Clark , Maarten Lankhorst , Thierry Reding , "open list:DRM PANEL DRIVERS" , Stanislav Lisovskiy , Stephen Boyd , Daniel Vetter , David Airlie , Sandeep Panda , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , linux-kernel Subject: Re: [PATCH v8 03/11] dt-bindings: drm/bridge: ti-sn65dsi86: Add aux-bus child Message-ID: <20210602180609.GA3675041@robh.at.kernel.org> References: <20210525000159.3384921-1-dianders@chromium.org> <20210524165920.v8.3.I98bf729846c37c4c143f6ab88b1e299280e2fe26@changeid> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 28, 2021 at 02:29:53AM +0200, Linus Walleij wrote: > On Tue, May 25, 2021 at 2:02 AM Douglas Anderson wrote: > > > The patch ("dt-bindings: drm: Introduce the DP AUX bus") talks about > > how using the DP AUX bus is better than learning how to slice > > bread. Let's add it to the ti-sn65dsi86 bindings. > > > > Signed-off-by: Douglas Anderson > (...) > > description: See ../../pwm/pwm.yaml for description of the cell formats.> > > Just use the full path: > /schemas/pwm/pwm.yaml Really, just drop it. If we want have generic references and/or descriptions for common properties, we should generate that in pretty documentation (there are json-schema to doc tools already). > > > + aux-bus: > > + $ref: ../dp-aux-bus.yaml# > > Use the full path. (Same method as above) +1 > This removes the need for ../../... .... > > You do it here: > > > ports: > > $ref: /schemas/graph.yaml#/properties/ports > > Other than that I think it looks all right! > > Yours, > Linus Walleij