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.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS 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 30FC8C433E0 for ; Thu, 28 May 2020 20:17:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 033B42088E for ; Thu, 28 May 2020 20:17:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590697057; bh=OSBe7qKpLqiW7yeZog4bi/dvRdo7s3Iw01w0lbvFbYE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=g4NDlNicq19KWO6VZGfKgTQ/8lKaugxaSGW8YsiLarwN7N0jxOTSWZdj84zg5BguV WQh5FKl6mxZPcm5GBkaZzNpBVFOKEkHqk5GeUCjZnra9FtjgYdSAaHiM8Q5gJF3c7F D7hJ+ZQJviqYRMbaWoF/wkICqOezs22sUxtOxGBY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2407028AbgE1URg (ORCPT ); Thu, 28 May 2020 16:17:36 -0400 Received: from mail-il1-f194.google.com ([209.85.166.194]:44134 "EHLO mail-il1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2406952AbgE1URb (ORCPT ); Thu, 28 May 2020 16:17:31 -0400 Received: by mail-il1-f194.google.com with SMTP id j3so174329ilk.11; Thu, 28 May 2020 13:17:30 -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=89I7qlCTtqr412/2HNZ2mWAqiaX7Wsv+rz/qqSYUNPk=; b=ZOxHurfzqxDSztnXtmGMtYG4jK9ChSGJf1BNLnZn69UsR+FhXOqtcI9reveiK5FAfs PbEYmrFjIPwgPFw3QgWuMT/NweE/GfFs+bgMZUxYUX5/4GCjz+gKBmzQ+8eOm/IaD+Mx Lrvo9ZR96lLs2Q3Zs3bEerGP+b7WalWrYpkgrkjS+0b2vtakmTUkWIBY7V3npojfZH3W +3t5FyeURQt08QgtzNjbNC/DaZZNrImIhZJjqQsWaT2qjYhURCkOHXF46DPo7n59QLGP 2qN23gP3ZWLfkoGlJqcIyDFXcGH6lidSnCYbGufG4wnRKpE8HPQtqjCRqQbPjda9xjoK a5rA== X-Gm-Message-State: AOAM533vMAPFIi6RXZogCZo6S8Y1COiLO7cawDyMKjLpABJJQ2yS+6I2 mdtAjgbYEA8tQzBy6Yf7vA== X-Google-Smtp-Source: ABdhPJw5xVvbW66Siyuk+HvVdcGCUwANpqhOcL7xjknAhMFGF/KmArF+e8Aj9e202XVt5qf+XKjY7Q== X-Received: by 2002:a92:ce8e:: with SMTP id r14mr4563184ilo.265.1590697050149; Thu, 28 May 2020 13:17:30 -0700 (PDT) Received: from xps15 ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id v15sm3828753ila.57.2020.05.28.13.17.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 May 2020 13:17:29 -0700 (PDT) Received: (nullmailer pid 608748 invoked by uid 1000); Thu, 28 May 2020 20:17:28 -0000 Date: Thu, 28 May 2020 14:17:28 -0600 From: Rob Herring To: Paul Cercueil Cc: Rob Herring , David Airlie , Daniel Vetter , devicetree@vger.kernel.org, od@zcrc.me, linux-kernel@vger.kernel.org, Greg Kroah-Hartman , dri-devel@lists.freedesktop.org, "Rafael J . Wysocki" Subject: Re: [PATCH 01/12] dt-bindings: display: Convert ingenic,lcd.txt to YAML Message-ID: <20200528201728.GA608691@bogus> References: <20200516215057.392609-1-paul@crapouillou.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200516215057.392609-1-paul@crapouillou.net> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 16 May 2020 23:50:46 +0200, Paul Cercueil wrote: > Convert the ingenic,lcd.txt to a new ingenic,lcd.yaml file. > > In the process, the new ingenic,jz4780-lcd compatible string has been > added. > > Signed-off-by: Paul Cercueil > --- > > Notes: > This patch comes from a different patchset so it's effectively a V2. > > Changes were: > - lcd_pclk and lcd clocks are in the correct order now, > - Add 'port' and 'ports' properties, and document the valid ports. > > .../bindings/display/ingenic,lcd.txt | 45 ------- > .../bindings/display/ingenic,lcd.yaml | 126 ++++++++++++++++++ > 2 files changed, 126 insertions(+), 45 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/display/ingenic,lcd.txt > create mode 100644 Documentation/devicetree/bindings/display/ingenic,lcd.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.0 required=3.0 tests=MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 61F4EC433DF for ; Thu, 28 May 2020 20:17:32 +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 3A7A9207D3 for ; Thu, 28 May 2020 20:17:32 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3A7A9207D3 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 852046E5CA; Thu, 28 May 2020 20:17:31 +0000 (UTC) Received: from mail-il1-f194.google.com (mail-il1-f194.google.com [209.85.166.194]) by gabe.freedesktop.org (Postfix) with ESMTPS id BFED56E5CA for ; Thu, 28 May 2020 20:17:30 +0000 (UTC) Received: by mail-il1-f194.google.com with SMTP id d1so195912ila.8 for ; Thu, 28 May 2020 13:17:30 -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=89I7qlCTtqr412/2HNZ2mWAqiaX7Wsv+rz/qqSYUNPk=; b=EBaB6RDj8EevQLfHiu3FipI4+5iKJPZuEIGLjRQHjkAMDlEIS7nuC7KMcDQpElTUTX JvhVMGF7i3BvRqvEYlop9T4zq+2rJbO+VYFqViqrwROqdecerMQsbDpl3C6l5UizU2So WvoJ0Vwl5JLP3TyvGwIVN58+ZpeIcqRXyr84YI+c0k8S9pcodUbRRtVC9uuoOuWDVA5r IO4JPHARjKeK8npZZws/os5IwW5BeCcwpUyUcDLxPgSQtvW3mTuw9RzKJQ4iBeskO2Do DYmMFkycBxysW6Vgj1CoCak0RL74KBOjIbgKd7bAC5UK358W0VsSRErrv/zyOj+olZiT jWLg== X-Gm-Message-State: AOAM5324HKlIvvMLLwwkVT98wqr+EdNXWRHeJc3To8FZlrCcry2bKTpC E6SUiv1jBvwbbzOuZnfhQg== X-Google-Smtp-Source: ABdhPJw5xVvbW66Siyuk+HvVdcGCUwANpqhOcL7xjknAhMFGF/KmArF+e8Aj9e202XVt5qf+XKjY7Q== X-Received: by 2002:a92:ce8e:: with SMTP id r14mr4563184ilo.265.1590697050149; Thu, 28 May 2020 13:17:30 -0700 (PDT) Received: from xps15 ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id v15sm3828753ila.57.2020.05.28.13.17.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 May 2020 13:17:29 -0700 (PDT) Received: (nullmailer pid 608748 invoked by uid 1000); Thu, 28 May 2020 20:17:28 -0000 Date: Thu, 28 May 2020 14:17:28 -0600 From: Rob Herring To: Paul Cercueil Subject: Re: [PATCH 01/12] dt-bindings: display: Convert ingenic,lcd.txt to YAML Message-ID: <20200528201728.GA608691@bogus> References: <20200516215057.392609-1-paul@crapouillou.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200516215057.392609-1-paul@crapouillou.net> 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, od@zcrc.me, "Rafael J . Wysocki" , David Airlie , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Rob Herring Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Sat, 16 May 2020 23:50:46 +0200, Paul Cercueil wrote: > Convert the ingenic,lcd.txt to a new ingenic,lcd.yaml file. > > In the process, the new ingenic,jz4780-lcd compatible string has been > added. > > Signed-off-by: Paul Cercueil > --- > > Notes: > This patch comes from a different patchset so it's effectively a V2. > > Changes were: > - lcd_pclk and lcd clocks are in the correct order now, > - Add 'port' and 'ports' properties, and document the valid ports. > > .../bindings/display/ingenic,lcd.txt | 45 ------- > .../bindings/display/ingenic,lcd.yaml | 126 ++++++++++++++++++ > 2 files changed, 126 insertions(+), 45 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/display/ingenic,lcd.txt > create mode 100644 Documentation/devicetree/bindings/display/ingenic,lcd.yaml > Reviewed-by: Rob Herring _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel