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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 AE5E2C48BDF for ; Tue, 15 Jun 2021 23:33:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 983AE61356 for ; Tue, 15 Jun 2021 23:33:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231557AbhFOXf5 (ORCPT ); Tue, 15 Jun 2021 19:35:57 -0400 Received: from mail-il1-f173.google.com ([209.85.166.173]:35495 "EHLO mail-il1-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231510AbhFOXf4 (ORCPT ); Tue, 15 Jun 2021 19:35:56 -0400 Received: by mail-il1-f173.google.com with SMTP id b9so701040ilr.2; Tue, 15 Jun 2021 16:33:51 -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=LyqHDdfMm/fHepQcQ8Q+GkviGnfZ8KOz9oxgfTRPU7I=; b=nyCXLTMsPCjZIaeZLFXbzgwznH/W3rNBKa4C8WXCy6UaHH/rWgmPn7FC0sluzxfytO 07tEPeD5afIjXh2zAAOKD7+J/UitzbjP3SPA2+8CDJRQr/PIgjcITsoKjEdbemHABcQE 9QLLHKXtrpFnX/xOOF0QrQtHvnOTwkj0eJ+ur1PAPPFmp52NERjlDaGXpNc4UR7JyF5H anMPMbeIpFOgwzFXsjfdx8K0qklz9l5X684xkfrUk3fBcXsfnTg/sbjdlfXxg+m5EU5v ryjoe2C3lS+XpG/3wEDQHpQ2gLkIX31+br5f+DTh6OJVnQkKDdMzMYw5MZhFakbZGuMD lVuA== X-Gm-Message-State: AOAM533sSlA1e2aJp5t2Mtv8ZY+UEHNyUwIAY9vi7e7EjXZWCgzxZp3f jO7kB2B7GgG+bx/Uk9aVIA== X-Google-Smtp-Source: ABdhPJzbC5HKz5gHoX68oLX+Wabn/CX5CPYzUpZTV+qRkH3zirfL4w2wpZiZHDRNfvv71F9L/+x0lw== X-Received: by 2002:a92:bd06:: with SMTP id c6mr1398682ile.110.1623800030775; Tue, 15 Jun 2021 16:33:50 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id r11sm282870ilm.23.2021.06.15.16.33.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 15 Jun 2021 16:33:49 -0700 (PDT) Received: (nullmailer pid 1628454 invoked by uid 1000); Tue, 15 Jun 2021 23:33:45 -0000 Date: Tue, 15 Jun 2021 17:33:45 -0600 From: Rob Herring To: Andre Przywara Cc: linux-sunxi@googlegroups.com, Samuel Holland , linux-kernel@vger.kernel.org, Icenowy Zheng , Chen-Yu Tsai , Ondrej Jirman , Maxime Ripard , Lee Jones , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Jernej Skrabec , linux-sunxi@lists.linux.dev Subject: Re: [PATCH v7 01/19] dt-bindings: mfd: axp20x: Add AXP305 compatible (plus optional IRQ) Message-ID: <20210615233345.GA1627887@robh.at.kernel.org> References: <20210615110636.23403-1-andre.przywara@arm.com> <20210615110636.23403-2-andre.przywara@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210615110636.23403-2-andre.przywara@arm.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, 15 Jun 2021 12:06:18 +0100, Andre Przywara wrote: > The AXP305 PMIC used on many boards with the H616 SoC seems to be fully > compatible to the AXP805 PMIC, so add the proper chain of compatible > strings. > > Also at least on one board (Orangepi Zero2) there is no interrupt line > connected to the CPU, so make the "interrupts" property optional. > > Signed-off-by: Andre Przywara > --- > Documentation/devicetree/bindings/mfd/axp20x.txt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > Please add Acked-by/Reviewed-by tags when posting new versions. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for acks received on the version they apply. If a tag was not added on purpose, please state why and what changed.