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=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 B65C4C4361B for ; Thu, 3 Dec 2020 18:10:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6C54920C56 for ; Thu, 3 Dec 2020 18:10:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727711AbgLCSKN (ORCPT ); Thu, 3 Dec 2020 13:10:13 -0500 Received: from mail-out.m-online.net ([212.18.0.9]:57086 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727438AbgLCSKN (ORCPT ); Thu, 3 Dec 2020 13:10:13 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4Cn3kT3fBKz1qtQY; Thu, 3 Dec 2020 19:09:05 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 4Cn3kT34R6z1qsp3; Thu, 3 Dec 2020 19:09:05 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id MTFhkoOU3ZT8; Thu, 3 Dec 2020 19:09:04 +0100 (CET) X-Auth-Info: LZKIA5ycnstMqGSyOlI9+wkxZPM4GGfdZeixVKaWks8= Received: from [IPv6:::1] (p578adb1c.dip0.t-ipconnect.de [87.138.219.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Thu, 3 Dec 2020 19:09:04 +0100 (CET) Subject: Re: [PATCH V3 1/2] dt-bindings: Add DT bindings for Toshiba TC358762 DSI-to-DPI bridge To: Dave Stevenson Cc: Rob Herring , DRI Development , devicetree@vger.kernel.org, Sam Ravnborg References: <20200809105705.6334-1-marex@denx.de> <20200812200738.GA651402@ravnborg.org> From: Marek Vasut Message-ID: <95f00eda-a0b7-0637-d6cc-2bbea0429b6a@denx.de> Date: Thu, 3 Dec 2020 19:09:03 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 12/3/20 7:01 PM, Dave Stevenson wrote: > Hi Marek Hi, [...] >>> +additionalProperties: false >>> + >>> +examples: >>> + - | >>> + i2c1 { > > Minor point. > I've just come to use this and noticed that this example puts the > device under i2c1. Seeing as it's a DSI driver with no I2C > interaction, shouldn't it be under a dsi node? Good catch, it should, please send a patch to correct this error, thanks.