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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7DA28C001B0 for ; Wed, 19 Jul 2023 22:08:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230346AbjGSWIW (ORCPT ); Wed, 19 Jul 2023 18:08:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48178 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229822AbjGSWIU (ORCPT ); Wed, 19 Jul 2023 18:08:20 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BC7FD1998; Wed, 19 Jul 2023 15:08:19 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 5B6166185D; Wed, 19 Jul 2023 22:08:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9EF74C433C7; Wed, 19 Jul 2023 22:08:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689804498; bh=YKo1s2RcmQT9GEQkdwQRplIb4/3XIYip45dG1+IBkZo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UbVZZLPw4SW1i1Sf21v+wZagWRQykxFFTpNDvhLxKR86PKVY2daXzt5lpVGxR9aBa M7fpchvJ6GOXkep/h4hlLsMmmMu40KC5op6dI3KoaNX95exTW9OA/9W11AoPpdAw5R CsdbqoXDdOjzkSX/LY8N9gsitK38nYbJW5a/u9Fyda0pb9DMz/iE3siLhCd8Vm7Kug bxlabdPzn8e3iEuu96TS+amu4kF9OThW5bBKN9FVFS/GnALbYmjMKJwK1KdlTA+XyH BRuv+vkXvWEMCcrUUGIrRUrflzVhENpz0Mf8Gza7OE/PpEImE57ZcKxmhYPPagwjg6 jcZBGI96TppKA== Received: (nullmailer pid 865386 invoked by uid 1000); Wed, 19 Jul 2023 22:08:16 -0000 Date: Wed, 19 Jul 2023 16:08:16 -0600 From: Rob Herring To: Geert Uytterhoeven Cc: Laurent Pinchart , dri-devel@lists.freedesktop.org, David Airlie , Krzysztof Kozlowski , Thomas Zimmermann , linux-kernel@vger.kernel.org, Daniel Vetter , Rob Herring , devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Kieran Bingham , Magnus Damm , Conor Dooley Subject: Re: [PATCH v2 02/41] dt-bindings: display: Add Renesas SH-Mobile LCDC bindings Message-ID: <168980449598.865332.8440260745722540866.robh@kernel.org> References: <3333e8e50572480dd57d7f0388ca7f06d76155d9.1689698048.git.geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3333e8e50572480dd57d7f0388ca7f06d76155d9.1689698048.git.geert+renesas@glider.be> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 18 Jul 2023 18:54:07 +0200, Geert Uytterhoeven wrote: > Add device tree bindings for the LCD Controller (LCDC) found in Renesas > SuperH SH-Mobile and ARM SH/R-Mobile SOCs. > > Based on a plain text prototype by Laurent Pinchart. > > Signed-off-by: Geert Uytterhoeven > --- > Cc: Rob Herring > Cc: Krzysztof Kozlowski > Cc: Conor Dooley > Cc: devicetree@vger.kernel.org > > v2: > - Add myself as co-maintainer, > - Make fck clock required, > - Drop ports description referring to obsolete graph.txt, > - Condition ports to compatible strings, > - Drop label and status from example. > > Changes compared to Laurent's original: > - Convert to json-schema, > - Rename compatible values from "renesas,lcdc-" to > "renesas,-lcdc", > - Add power-domains property, > - Add MIPI-DSI port on SH-Mobile AG5, > - Update example to reflect reality, > - Add to MAINTAINERS. > --- > .../display/renesas,shmobile-lcdc.yaml | 130 ++++++++++++++++++ > MAINTAINERS | 1 + > 2 files changed, 131 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/renesas,shmobile-lcdc.yaml > Reviewed-by: Rob Herring