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 DD8E6ECAAA1 for ; Mon, 31 Oct 2022 19:27:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229556AbiJaT1D (ORCPT ); Mon, 31 Oct 2022 15:27:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45264 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229987AbiJaT1B (ORCPT ); Mon, 31 Oct 2022 15:27:01 -0400 Received: from mail-oi1-f170.google.com (mail-oi1-f170.google.com [209.85.167.170]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5161612A91; Mon, 31 Oct 2022 12:26:58 -0700 (PDT) Received: by mail-oi1-f170.google.com with SMTP id c129so1989110oia.0; Mon, 31 Oct 2022 12:26:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=4di/lLF30NiNOY2y58ftDsroYebuwIwGfqf6Xiyt+E0=; b=vSgbdPStC+zI8LpYqld5JPUeQ1qTyAMKgZOgd+3GLdD7XOKy5bQbNLPWh38J0h0yzt 7xIe1JdPoceGDIQqI6EgNNaRuegFzxw7kNBGpfhqrQsTXUOaahIAOtQTOUzP9pVCCkKe 442qoDSoSh4Cvq6axMEOiMAvlpOR89Hao3bWRSYCRfxnar4iqVJYHnM6lxUKXg7rG18I DPyWSB204G2hPue0nIOqmHwnHyzlcn9/Xz4Z8rsiqTYTzP7SxajRxcMM5NxagFucUSDl dQBDe39LlF8ufpFdwYvqeyp32gTu2TfPI2is/Hlz065WFs8HhRQjL59pWcZJ379oiETM Q6NQ== X-Gm-Message-State: ACrzQf15RYGCpix4bvmp2GLDhaQx0z8k69WeYxMLpB+3wZHkBcWG7jnY I5CpjIrY+tw5SuBtaQj8aA== X-Google-Smtp-Source: AMsMyM5fyIkq8Zl+7LyVSIvYffzfskCjDo4gOFtL9h+x5N0+BM8JPLZ1lf8gdt4Kt6YyWLzTPUNmCg== X-Received: by 2002:a05:6808:1248:b0:354:2c04:c35b with SMTP id o8-20020a056808124800b003542c04c35bmr15190572oiv.143.1667244417543; Mon, 31 Oct 2022 12:26:57 -0700 (PDT) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id g10-20020a4a250a000000b00480fd5b0d6bsm436989ooa.22.2022.10.31.12.26.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 31 Oct 2022 12:26:57 -0700 (PDT) Received: (nullmailer pid 3287247 invoked by uid 1000); Mon, 31 Oct 2022 19:26:58 -0000 Date: Mon, 31 Oct 2022 14:26:58 -0500 From: Rob Herring To: Lee Jones Cc: Krzysztof Kozlowski , Krzysztof Kozlowski , Heiko Stuebner , Dmitry Osipenko , Chris Zhong , Zhang Qing , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH] dt-bindings: mfd: Expect specific type for monitored-battery Message-ID: <20221031192658.GA3286587-robh@kernel.org> References: <20221028231309.565451-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, Oct 31, 2022 at 08:49:56AM +0000, Lee Jones wrote: > On Fri, 28 Oct 2022, Krzysztof Kozlowski wrote: > > > Core schema does not define type of monitored-battery, so the schemas > > are expected to reference proper type. > > > > Signed-off-by: Krzysztof Kozlowski > > --- > > Documentation/devicetree/bindings/mfd/ene-kb930.yaml | 4 +++- > > Documentation/devicetree/bindings/mfd/rockchip,rk817.yaml | 1 + > > 2 files changed, 4 insertions(+), 1 deletion(-) > > Applied, thanks. NAK. Please drop or revert. Rob