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=-4.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,UNWANTED_LANGUAGE_BODY 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 279B9C433E0 for ; Wed, 12 Aug 2020 19:48:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EAF2E20781 for ; Wed, 12 Aug 2020 19:48:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597261732; bh=wbQS0WSvWhaYzT/S1NzJ66UhMtzqNGuMcGa3xGqqOaU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=FBvtevkcdA3qXug19cNnCIu9qLHfrV1aVHJfXXYmdGBHEuel+S9uq6GwZKkw6PAwQ ZdFvv3v5XAwa6+0/HZXfdu+BFap4ELJ1DwE7TmpP7Az6q0Bc97ZPpwzyo1zzdjGCDy R6oDo0b0d6ThUisHDXOq2YaQ06idfh+eZ2pk+jHU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726542AbgHLTsv (ORCPT ); Wed, 12 Aug 2020 15:48:51 -0400 Received: from mail-io1-f66.google.com ([209.85.166.66]:46230 "EHLO mail-io1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726512AbgHLTsv (ORCPT ); Wed, 12 Aug 2020 15:48:51 -0400 Received: by mail-io1-f66.google.com with SMTP id a5so4232657ioa.13 for ; Wed, 12 Aug 2020 12:48:50 -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=hRNiGbsn2Klh2xCNE7Gtg8MuI1Y7qcBaq3qUuH/rT9s=; b=cRix17JxrYte5T6PZncWuLsWk0D1q9u+do5Bh5ExJDXj/LZqqOrCWTigWsHUy/bBay TQP/PivApgSLu5Is70i48A5IV6PSmkFHXf+AS6sI/rMv31Nu2tM0AMovoil9JQMf1dIK YDpOMs3I8pCMCRnOiVYAOwHfXRawjJKVgDn7gbFQhPJ4C0yp5/XhL65wsshxCZudegtu le/+i3QXPZb+ofwretqFH2poNRJK0erYZxp4+TJ1cGOymFo9jT/mRShxy9nr+zg4lVfP vxCLjmV2H0Winc0KGAs1kJGLN9Si/wk/5BBMJKPVux8J2VWfUUPGOXRgiAGmycTSl5gK nC/w== X-Gm-Message-State: AOAM53074KCrlTMVm1vFlZqZ9+q9C9rnmrJ2gzN2J9vWxB6b9FsWZ7ol ds+YAXD9AHm1F0f53/QUGlFQQyg= X-Google-Smtp-Source: ABdhPJyxAortV0AQ1QeT0h9Xr+MvWeTPQwamvEw4MT49E/2BBXcwCtsNqev9qL0vlOs9rPbK4Ym8bA== X-Received: by 2002:a02:aa87:: with SMTP id u7mr1124311jai.13.1597261730560; Wed, 12 Aug 2020 12:48:50 -0700 (PDT) Received: from xps15 ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id t14sm1426283ios.18.2020.08.12.12.48.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 12 Aug 2020 12:48:49 -0700 (PDT) Received: (nullmailer pid 2593379 invoked by uid 1000); Wed, 12 Aug 2020 19:48:47 -0000 Date: Wed, 12 Aug 2020 13:48:47 -0600 From: Rob Herring To: Marek Vasut Cc: Rob Herring , devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, Sam Ravnborg Subject: Re: [PATCH V3 1/2] dt-bindings: Add DT bindings for Toshiba TC358762 DSI-to-DPI bridge Message-ID: <20200812194847.GA2593349@bogus> References: <20200809105705.6334-1-marex@denx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200809105705.6334-1-marex@denx.de> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sun, 09 Aug 2020 12:57:04 +0200, Marek Vasut wrote: > Add DT bindings for Toshiba TC358762 DSI-to-DPI bridge, this > one is used in the Raspberry Pi 7" touchscreen display unit. > > Signed-off-by: Marek Vasut > To: dri-devel@lists.freedesktop.org > Cc: Eric Anholt > Cc: Rob Herring > Cc: Sam Ravnborg > Cc: devicetree@vger.kernel.org > --- > V2: Fix dt_binding_check errors > V3: Add ... at the end of example > --- > .../display/bridge/toshiba,tc358762.yaml | 127 ++++++++++++++++++ > 1 file changed, 127 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/bridge/toshiba,tc358762.yaml > Reviewed-by: Rob Herring 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=-4.2 required=3.0 tests=BAYES_00,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,UNWANTED_LANGUAGE_BODY 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 131CFC433E1 for ; Wed, 12 Aug 2020 19:48:53 +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 E80C820781 for ; Wed, 12 Aug 2020 19:48:52 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E80C820781 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 68F7A6E156; Wed, 12 Aug 2020 19:48:52 +0000 (UTC) Received: from mail-io1-f68.google.com (mail-io1-f68.google.com [209.85.166.68]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2A24B6E156 for ; Wed, 12 Aug 2020 19:48:51 +0000 (UTC) Received: by mail-io1-f68.google.com with SMTP id u126so4243402iod.12 for ; Wed, 12 Aug 2020 12:48:51 -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=hRNiGbsn2Klh2xCNE7Gtg8MuI1Y7qcBaq3qUuH/rT9s=; b=nA6fZBi0PHaYshPe/LJrchWJqJlyyeP4ryMb9XCJjs7RMSYUIaizbwqB6EPia6DsPz Z6OYHxTX5SYZKTMVxFhsVNGxtbTLG3COzv6IvqI3z3ZwImWM0EotoCsjG3TSFAr/qPS/ vzmZL/e5qHmN/3DTXAIDVbSbUsj+rnNacuvtCPKoBS+h1fkCBvucayAElBkyNxrK5NX0 sn+lKE/lxtP3JSObNGn9ryWEtUBIBy+g61Mr9OedTaPMdh/UiWVy27lrEQIrU8QogHLI pvpWDqArWZ/ZCBmVmWF1g4MJnKkHkMuk4CqPWgfWWHg+sB1vsYuGmC08OIwlh2Q3VS4C QmRg== X-Gm-Message-State: AOAM530BOwHj+BoCzX+OVrPogvSrYujbGbP+XWUL5oOz1JgAHYTkKAk1 Zg/PpUepTEwujwjDwVgGDA== X-Google-Smtp-Source: ABdhPJyxAortV0AQ1QeT0h9Xr+MvWeTPQwamvEw4MT49E/2BBXcwCtsNqev9qL0vlOs9rPbK4Ym8bA== X-Received: by 2002:a02:aa87:: with SMTP id u7mr1124311jai.13.1597261730560; Wed, 12 Aug 2020 12:48:50 -0700 (PDT) Received: from xps15 ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id t14sm1426283ios.18.2020.08.12.12.48.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 12 Aug 2020 12:48:49 -0700 (PDT) Received: (nullmailer pid 2593379 invoked by uid 1000); Wed, 12 Aug 2020 19:48:47 -0000 Date: Wed, 12 Aug 2020 13:48:47 -0600 From: Rob Herring To: Marek Vasut Subject: Re: [PATCH V3 1/2] dt-bindings: Add DT bindings for Toshiba TC358762 DSI-to-DPI bridge Message-ID: <20200812194847.GA2593349@bogus> References: <20200809105705.6334-1-marex@denx.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200809105705.6334-1-marex@denx.de> 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: devicetree@vger.kernel.org, Rob Herring , Sam Ravnborg , dri-devel@lists.freedesktop.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Sun, 09 Aug 2020 12:57:04 +0200, Marek Vasut wrote: > Add DT bindings for Toshiba TC358762 DSI-to-DPI bridge, this > one is used in the Raspberry Pi 7" touchscreen display unit. > > Signed-off-by: Marek Vasut > To: dri-devel@lists.freedesktop.org > Cc: Eric Anholt > Cc: Rob Herring > Cc: Sam Ravnborg > Cc: devicetree@vger.kernel.org > --- > V2: Fix dt_binding_check errors > V3: Add ... at the end of example > --- > .../display/bridge/toshiba,tc358762.yaml | 127 ++++++++++++++++++ > 1 file changed, 127 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/bridge/toshiba,tc358762.yaml > Reviewed-by: Rob Herring _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel