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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, 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 F0BCFC3A5A6 for ; Thu, 29 Aug 2019 10:51:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D27522341C for ; Thu, 29 Aug 2019 10:51:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728420AbfH2KvB (ORCPT ); Thu, 29 Aug 2019 06:51:01 -0400 Received: from mail-ot1-f66.google.com ([209.85.210.66]:36142 "EHLO mail-ot1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728406AbfH2KvB (ORCPT ); Thu, 29 Aug 2019 06:51:01 -0400 Received: by mail-ot1-f66.google.com with SMTP id k18so2968977otr.3; Thu, 29 Aug 2019 03:51:00 -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=0gb1RksLZCdZN7Gqwbk2B2Bw8bW0XoBsFuzP7b4DZug=; b=IUlMWt2Nvjkjq2XBlZKPSHYvVMjoUdC/541GYxFAHgd9XXs7k35zQPtgLJZF9cUxfy UgMoVARvNAAjd+/KBh3IKOrlq/MbqTC22iscklvKCeZPyAcD7jCXmyMPj9F4pYZxt3f1 k6KTJQhEl4+AL6rMPFsen0NvjB2AxxVa6svAhpcLmJx4CDXw+xE/CedqiiFAC0zaqlqa WvJ3CpWD0Y45R8Pe79pHDEC9Nc3SQQLxomHafk59TKkwAe/tDcyHHKQm3qzCXjemr0Y+ ZBbne3xpvI/PbdvF0+NwB54gUk/my2qSZ8JrZjXMnvAyAjxUAthA50I+x+GluEtkxK7F 3NWg== X-Gm-Message-State: APjAAAVa8O4GwrAlP/+0EN39fTFXrhBa36Yr3FysjY6gClmfv59vbJFh rdVVEBjoxKpC4XaH1aYTKXCelU65cG7RiSOR3+E= X-Google-Smtp-Source: APXvYqwIAhcA/nWCNgJup5gdGLXZIeUPRMQV/UuyUh16eWUF27QHCqA90ZmP5kXNe/Ui1iwCsoSRaWrB2EecdmPsd+k= X-Received: by 2002:a9d:68c5:: with SMTP id i5mr7124507oto.250.1567075860475; Thu, 29 Aug 2019 03:51:00 -0700 (PDT) MIME-Version: 1.0 References: <1567074107-4899-1-git-send-email-fabrizio.castro@bp.renesas.com> <1567074107-4899-3-git-send-email-fabrizio.castro@bp.renesas.com> In-Reply-To: <1567074107-4899-3-git-send-email-fabrizio.castro@bp.renesas.com> From: Geert Uytterhoeven Date: Thu, 29 Aug 2019 12:50:49 +0200 Message-ID: Subject: Re: [PATCH 2/2] arm64: dts: renesas: Add HiHope RZ/G2M board with idk-1110wr display To: Fabrizio Castro Cc: Geert Uytterhoeven , Laurent Pinchart , Thierry Reding , David Airlie , Daniel Vetter , Rob Herring , Mark Rutland , Sam Ravnborg , Simon Horman , Magnus Damm , DRI Development , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Linux-Renesas , Chris Paterson , Biju Das , Kieran Bingham , Jacopo Mondi , xu_shunji@hoperun.com, ebiharaml@si-linux.co.jp Content-Type: text/plain; charset="UTF-8" Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Hi Fabrizio, On Thu, Aug 29, 2019 at 12:22 PM Fabrizio Castro wrote: > The HiHope RZ/G2M is advertised as compatible with panel idk-1110wr > from Advantech, however the panel isn't sold alongside the board. > A new dts, adding everything that's required to get the panel to > work the HiHope RZ/G2M, is the most convenient way to support the > HiHope RZ/G2M when it's connected to the idk-1110wr. > > Signed-off-by: Fabrizio Castro Thanks for your patch! > --- /dev/null > +++ b/arch/arm64/boot/dts/renesas/r8a774a1-hihope-rzg2m-ex-idk-1110wr.dts > +&gpio1 { > + /* > + * When GP1_20 is LOW LVDS0 is connected to the LVDS connector > + * When GP1_20 is HIGH LVDS0 is connected to the LT8918L > + */ > + lvds-connector-en-gpio{ Missing space before curly brace. 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