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=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 D61E8C04E53 for ; Wed, 15 May 2019 08:32:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B29C520843 for ; Wed, 15 May 2019 08:32:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726212AbfEOIcb (ORCPT ); Wed, 15 May 2019 04:32:31 -0400 Received: from mail-vs1-f66.google.com ([209.85.217.66]:33729 "EHLO mail-vs1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725871AbfEOIca (ORCPT ); Wed, 15 May 2019 04:32:30 -0400 Received: by mail-vs1-f66.google.com with SMTP id y6so1163731vsb.0 for ; Wed, 15 May 2019 01:32:29 -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=X66aPUwhrI15Mc7843XPcMM6A4ESFD/DW+9Zr96MNzo=; b=FWv8P8RTDfFZj7X5zXSY/737PpUq5gR8N3qTPenf1N9ZhMQyg5zvBOfUjmSxBHeysB N7CQRVkYeDmEJuW4aR2UL1DyY+6iYmQ/eZQW2nMzO3GCuglYD3wUVWbF7MLwmaAYVoll G89zHngc0vQwCDXvSuwYk3Fnns1EM/lTuyamnaH9ayhXyYcPZzCN8+utlv+HSFRzVHEG jM0t0BTz5lozWAc4lBSqtzEB+HQc4qd9IiTMT3timGNc1GZAlyrBPt03xdUzYweHO/eC rWkKPA+s/M0SXEXHCy86Rf82rMLHoX/27PoRKzEgX2ts9J1IRwSSH0hCOo0TJ5Eshjb4 iwSA== X-Gm-Message-State: APjAAAUA7/tbjCr6zVnATWE+pMyFG6dq+i4HaT1pJvqeIwFKJY4KyYyp 6jLZWokQxzuLubws2FuRDCKxiDrvMFE3u0j8v/Q= X-Google-Smtp-Source: APXvYqx0d/VMu0XUvJd5it4dptrX7nHvGfxaba8vMIg+65dvgKxh2HnfjNpefsnqvOBezEXBft1gB56Gn3bKpvfufno= X-Received: by 2002:a67:770f:: with SMTP id s15mr11031195vsc.11.1557909149496; Wed, 15 May 2019 01:32:29 -0700 (PDT) MIME-Version: 1.0 References: <20190515082326.6449-1-marek.vasut@gmail.com> In-Reply-To: <20190515082326.6449-1-marek.vasut@gmail.com> From: Geert Uytterhoeven Date: Wed, 15 May 2019 10:32:18 +0200 Message-ID: Subject: Re: [PATCH V2] ARM: dts: r8a779x: Configure PMIC IRQ pinmux To: Marek Vasut Cc: Linux ARM , Marek Vasut , Geert Uytterhoeven , Simon Horman , Linux-Renesas 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 Marek, On Wed, May 15, 2019 at 10:23 AM wrote: > From: Marek Vasut > > The PMIC IRQ line pin multiplexing configuration is missing from the DTs. > Since the line is configured correctly by default, the system works fine. > However, add the IRQ line pin multiplexing configuration for completeness. > > Signed-off-by: Marek Vasut > Cc: Geert Uytterhoeven > Cc: Simon Horman > Cc: linux-renesas-soc@vger.kernel.org > To: linux-arm-kernel@lists.infradead.org > --- > V2: Move the pin control node from iic3 controller to pmic on 7792 Blanche, > since there's only one PMIC on that board. Thanks for the update! As the tag condition from v1 is now fulfilled: Reviewed-by: Geert Uytterhoeven 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