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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0066DC433EF for ; Fri, 29 Oct 2021 01:36:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D0CD960240 for ; Fri, 29 Oct 2021 01:36:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231349AbhJ2BjL (ORCPT ); Thu, 28 Oct 2021 21:39:11 -0400 Received: from mail-oi1-f174.google.com ([209.85.167.174]:44021 "EHLO mail-oi1-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229950AbhJ2BjL (ORCPT ); Thu, 28 Oct 2021 21:39:11 -0400 Received: by mail-oi1-f174.google.com with SMTP id o4so11061012oia.10 for ; Thu, 28 Oct 2021 18:36:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=rEUKq4H/q1YXode0QYSe29a/fljPe3IY3S8bjoBxkQE=; b=8RWOihggDEI/MW9UU9Tns+iL2hOENF+zbEvxN1cN3QR4/Y/l7lYI6HkhKFlyeULGik yiItAgl4IoXKoMT7KkoF1+h6Lo5PX4KXzJ6fCWk4OTr8fCcynjBA1EKEPWA6gtaUiYkK BiqyRFjUvv9kJsjOZgCc2Zz4mIKJv37Wqcn6EVdcbID2HwbSBE8nLt8PmjikQ4CJlp3f PHiMK12VYXBlHV+pLCgIVeT4fZsmIKFrRoC5AyJfrkD8iip2zvuLCoNAg7PgqRKfpVMy 8YDl7hr4TJwaRNxJEvTMaY95Dcqd260qe3O1YG7cT5UCbKwWggrstATjSXCFTa0iw7Ib 048g== X-Gm-Message-State: AOAM532eSSHAc8CWKUTE3GpKV6MmfESu20PQFOSySFfvd+K+v1vPMUvx 5l2Vzu9roFoyPhVBgWf++g== X-Google-Smtp-Source: ABdhPJwIHn1nKBNsS1QmZwcUTe9OKaLhM9UXWPtSWb6HLBiBiKMpoaGB+U4NF8qqP3AazX8vaBHFdA== X-Received: by 2002:a05:6808:243:: with SMTP id m3mr6022576oie.14.1635471403392; Thu, 28 Oct 2021 18:36:43 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id y10sm1573730oti.40.2021.10.28.18.36.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 Oct 2021 18:36:42 -0700 (PDT) Received: (nullmailer pid 966805 invoked by uid 1000); Fri, 29 Oct 2021 01:36:42 -0000 Date: Thu, 28 Oct 2021 20:36:42 -0500 From: Rob Herring To: Geert Uytterhoeven Cc: David Airlie , Daniel Vetter , Tomi Valkeinen , dri-devel@lists.freedesktop.org, Jyri Sarha , Rob Herring , devicetree@vger.kernel.org Subject: Re: [PATCH] dt-bindings: display: tilcd: Fix endpoint adressing in example Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, 21 Oct 2021 15:19:49 +0200, Geert Uytterhoeven wrote: > Remove the bogus unit addresses from the endpoints in the example. > > Signed-off-by: Geert Uytterhoeven > --- > Documentation/devicetree/bindings/display/tilcdc/tilcdc.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Applied, thanks!