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 844F2C47093 for ; Wed, 2 Jun 2021 18:09:24 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 52DA061090 for ; Wed, 2 Jun 2021 18:09:24 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 52DA061090 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B04076E222; Wed, 2 Jun 2021 18:09:23 +0000 (UTC) Received: from mail-oo1-f45.google.com (mail-oo1-f45.google.com [209.85.161.45]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8937A6E222 for ; Wed, 2 Jun 2021 18:09:22 +0000 (UTC) Received: by mail-oo1-f45.google.com with SMTP id p67-20020a4a2f460000b0290245cdf2d1a4so762761oop.8 for ; Wed, 02 Jun 2021 11:09:22 -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=vnHybBgAjzt6wo1nMM/aqyo7w71bDWALGEv4VshDtlY=; b=nZ9zWloiLWEz3K2IsN07TZKtMXP/2zIxaFY/N79OaTulVCnZg/029+Qewkf51gFgvQ nyxklNpIH09W6Wu9gdNKm3Suike0NTSOjW/HSSMPi1XXWDkIn9F6b4Cb2XyypRYgiODv eopJc++e4y1eQuNBljmzHIHF7lp9PPqcL6Jp8UgbNNfniKjgkbCBvf2E+rRQsJiGhBM2 TSTK0X2gMY1wkVrqct63iCyW7eiOH8PnxYXxaISbIbR1/CU38wYE6WLcakBJNzNse2UB ArTq8fw7bQMkw9dZjbWNQNEuNlr99fTBP3Np+UX0Kdm6mBUm8nFAX3s3WZ3TSD72VBvV s66Q== X-Gm-Message-State: AOAM531JJGLuhJdos8a4bSXWspIZEy5v7bkHMx+Ga7x+VKVio7k27CVX um0SpN4VzLoG1MKpoMGcLg== X-Google-Smtp-Source: ABdhPJxZrFYvBsKiokAIm8orQVdEC4gthZCw5wBjwvD4m3wbZOnOtOPgP+NjteblvT+gLVM/rOUUlQ== X-Received: by 2002:a4a:ba87:: with SMTP id d7mr2875156oop.6.1622657361888; Wed, 02 Jun 2021 11:09:21 -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 g24sm134583otp.17.2021.06.02.11.09.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Jun 2021 11:09:21 -0700 (PDT) Received: (nullmailer pid 3690808 invoked by uid 1000); Wed, 02 Jun 2021 18:09:19 -0000 Date: Wed, 2 Jun 2021 13:09:19 -0500 From: Rob Herring To: Linus Walleij Subject: Re: [PATCH v8 03/11] dt-bindings: drm/bridge: ti-sn65dsi86: Add aux-bus child Message-ID: <20210602180919.GA3688973@robh.at.kernel.org> References: <20210525000159.3384921-1-dianders@chromium.org> <20210524165920.v8.3.I98bf729846c37c4c143f6ab88b1e299280e2fe26@changeid> <20210602180609.GA3675041@robh.at.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210602180609.GA3675041@robh.at.kernel.org> 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: Rob Clark , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Jonas Karlman , David Airlie , MSM , "open list:DRM PANEL DRIVERS" , Neil Armstrong , Douglas Anderson , Steev Klimaszewski , Bjorn Andersson , Stanislav Lisovskiy , Andrzej Hajda , Sandeep Panda , Laurent Pinchart , Stephen Boyd , Thierry Reding , Sam Ravnborg , linux-kernel Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Wed, Jun 02, 2021 at 01:06:09PM -0500, Rob Herring wrote: > 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). Ah, now I see this was just context, so no need for you to fix/change this here. Rob