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=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 06507C4727D for ; Tue, 29 Sep 2020 06:47:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C385B2158C for ; Tue, 29 Sep 2020 06:47:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727410AbgI2GrZ (ORCPT ); Tue, 29 Sep 2020 02:47:25 -0400 Received: from mail-oi1-f195.google.com ([209.85.167.195]:38327 "EHLO mail-oi1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727350AbgI2GrZ (ORCPT ); Tue, 29 Sep 2020 02:47:25 -0400 Received: by mail-oi1-f195.google.com with SMTP id 26so4285253ois.5; Mon, 28 Sep 2020 23:47:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=eQxENvsyMWS22qKPMiworJ58ghi2NcksAJutpCi0NkU=; b=UGfgbv1mpey3fH02yNy5nxEq452WVa5C3hvejVbsEJJYY6OUGHvOOfaiokwhj5Lzsq KUYkODTBb7WlCC2Yp3mgx5quZYcLQ1VI/RVJcxjqBuWkWk+NGB6XKbP9BcBb/R5b4UAj 4rlmQ64Sr6C6WyI/55nYqK030QIAUFQrtNG2AsNUXgyhJkoHl53v3Z7+tsDtjplGhBtq 8MCZjexvh68RB1dELIePV04I7YZDavhi196MhyTB69N+WS7tdmruWv9NWaL2jUNU4EB0 2LS3pzkJ6kuD78WsGzpYScQc9auwI813UjUc9LKgawJKtnd0blLMUSr37eGlfYqbVYnk /nlg== X-Gm-Message-State: AOAM532zv6zqFrbhauef+vZA2fAzQ5jPBvbgkIJyuYdMRBIW6aUV0rx0 mf881Lg4EmNASNoE/ZnzRQ06rmbdqZn2W4ByVZU= X-Google-Smtp-Source: ABdhPJwCxCGIdhoc6Arzmd5fdzaebLgPJZk0Xi6OttQFUI4UCwkVKHL9xVA8kyId/LWk1n30Q5fKOSTVwC2ovpDk1dk= X-Received: by 2002:aca:52d6:: with SMTP id g205mr1622307oib.54.1601362044107; Mon, 28 Sep 2020 23:47:24 -0700 (PDT) MIME-Version: 1.0 References: <20200813140041.5082-1-prabhakar.mahadev-lad.rj@bp.renesas.com> <20200824004816.GS6002@pendragon.ideasonboard.com> <20200927200418.GA3986@pendragon.ideasonboard.com> In-Reply-To: From: Geert Uytterhoeven Date: Tue, 29 Sep 2020 08:47:13 +0200 Message-ID: Subject: Re: [PATCH v2] ARM: dts: r8a7742-iwg21d-q7: Add LCD support To: Prabhakar Mahadev Lad Cc: "Lad, Prabhakar" , Magnus Damm , Rob Herring , DRI Development , Linux-Renesas , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , LKML , Laurent Pinchart Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Prabhakar, On Mon, Sep 28, 2020 at 9:52 AM Prabhakar Mahadev Lad wrote: > > On Sun, Sep 27, 2020 at 10:04 PM Laurent Pinchart > > wrote: > > > On Sun, Sep 27, 2020 at 02:01:50PM +0100, Lad, Prabhakar wrote: > > > > On Mon, Aug 24, 2020 at 1:48 AM Laurent Pinchart wrote: > > > > > On Thu, Aug 13, 2020 at 03:00:41PM +0100, Lad Prabhakar wrote: > > > > > > The iwg21d comes with a 7" capacitive touch screen, therefore > > > > > > add support for it. > > > > > > > > > > > > Signed-off-by: Lad Prabhakar > > > > > > Reviewed-by: Marian-Cristian Rotariu > > > > > > > > > > Everything seems to match the schematics :-) > > > > > > > > > > Reviewed-by: Laurent Pinchart > > > > > > > > > > > --- > > > > > > v1->v2 > > > > > > * This patch is part of series [1] (rest of the patches have be accepted > > > > > > by Geert [2]). > > > > > > * Added regulator for lvds > > > > > > * Added reset pin for touchpanel > > > > > > * This patch is based on series [3] > > > > > > > > > > > > [1] https://patchwork.kernel.org/project/linux-renesas-soc/list/ > > > > > > ?series=330277 > > > > > > [2] https://git.kernel.org/pub/scm/linux/kernel/git/geert/ > > > > > > renesas-devel.git/log/?h=renesas-arm-dt-for-v5.10 > > > > > > [3] https://patchwork.kernel.org/project/linux-renesas-soc/list/ > > > > > > ?series=330957 > > > > > > --- > > > > > > arch/arm/boot/dts/r8a7742-iwg21d-q7.dts | 99 +++++++++++++++++++++++++ > > > > > > 1 file changed, 99 insertions(+) > > > > > > > > Would you be queueing this patch along with DRM driver patches for v5.10 ? > > > > > > No, I expect Geert to do so, DT patches go through his tree. I handle > > > the drivers and DT bindings. > > > > Indeed. > > > > As the dependencies are now in linux-next, I'm queueing this in > > renesas-devel for v5.11, after fixing all conflicts due to recent > > additions, and sorting &lvds0 before &pfc. > > > This also needs changing vcc-supply to power-supply for lvds receiver due to recent binding changes, probably Ill do the above and post a v3. Oh, I didn't know that. So please send a v3, so I can replace the commit in my renesas-arm-dt-for-v5.11 branch. Thanks! Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds