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 E1AF5C6FD19 for ; Fri, 10 Mar 2023 08:33:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230508AbjCJIdH (ORCPT ); Fri, 10 Mar 2023 03:33:07 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39772 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230444AbjCJIcy (ORCPT ); Fri, 10 Mar 2023 03:32:54 -0500 Received: from mail-yb1-xb2f.google.com (mail-yb1-xb2f.google.com [IPv6:2607:f8b0:4864:20::b2f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 03535FCBED for ; Fri, 10 Mar 2023 00:32:52 -0800 (PST) Received: by mail-yb1-xb2f.google.com with SMTP id v13so4588640ybu.0 for ; Fri, 10 Mar 2023 00:32:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1678437171; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=IGISnq5xkVWK5LT2JVsgqxuhy4xoBK3JcrHgA241UAI=; b=ak8lWlzu5y9a+zJOsjY7KzQmFrYgBecgksoM52Xv2TZcx/YKfSs9TKPQHSamkwIsyV +GU6dcZGqVTmFgfO9RtNi9xmaD0p/Fa/awiulN7ZnYrJyYqk//xkUB67piYZXQ7IexGn iczok+BzBAYKdTJglkLgGVi9pPsELtSXndvvkt+jOYrzAxdW0GSzNP/dwPzLjhFCw1z8 HRzmnE4PANl6X4wYWy6u91UFwfiWHZdDeDEBHdgOHmwAA3XTmZZouL0dBu2HT38L6Reg nht28+ngAJI1E0nCAAkk144Uo1PZIfRfxRcHKje1fQC/e6ilYRRAMykDVJjjVe0dHkRh gabA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678437171; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=IGISnq5xkVWK5LT2JVsgqxuhy4xoBK3JcrHgA241UAI=; b=PNBQ7IKcm5nZ5aMGcMbxa+nRARPJZ/P1majRjh1cvH+f3vv/T+bYyGcdRJVpPsYng1 V3UgXzpRbUaV9RHTzmfWFGD3sGF5TM9FFf1XIW/nPECOjwPpI2T2N854xSYUl1IWJX3o gSsS0bZzTid1XsIBmiNcYqUmzDnsmR97Nt+E5mYyW2q9opR71Q/dS5gFT5ByRutJfvgG zarN7iQkiE5ZrQzwFojC2yrYe5j5wea9kdh7xVu8QOi1Ad84WIpbU6U2e+RPxm77UNn8 auWXBMyFZIEdoNLUAiK6/hVK5B1GC5OIuYr5aUEu3cho9nOZyLJzbbrzQJYpiYZBtPsk J2CA== X-Gm-Message-State: AO0yUKUZAYF5ZvzQHnkEPeJM8JIFJ2rRIE3XiYpVOv6jKw2w6NHUzToa UzP2bC13aPe2Z0D24qiwStk+WrMTL+Bk14kt1JlYnqpa8G+20g7l X-Google-Smtp-Source: AK7set8EJr41YgKA3LJXcPYZtW907BFNk/K6rMy8aatXcKASl7nQqj3tFSCeiP313rmAyEQEnN1lYFOqs173zcgr7H0= X-Received: by 2002:a5b:647:0:b0:932:8dcd:3a13 with SMTP id o7-20020a5b0647000000b009328dcd3a13mr15295220ybq.5.1678437171134; Fri, 10 Mar 2023 00:32:51 -0800 (PST) MIME-Version: 1.0 References: <20230309225041.477440-1-sre@kernel.org> <20230309225041.477440-11-sre@kernel.org> In-Reply-To: <20230309225041.477440-11-sre@kernel.org> From: Linus Walleij Date: Fri, 10 Mar 2023 09:32:39 +0100 Message-ID: Subject: Re: [PATCHv1 10/11] power: supply: generic-adc-battery: add DT support To: Sebastian Reichel Cc: Matti Vaittinen , Rob Herring , Krzysztof Kozlowski , linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, devicetree@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 9, 2023 at 11:50=E2=80=AFPM Sebastian Reichel = wrote: > This adds full DT support to the driver. Because of the previous > changes just adding a compatible value is enough. > > Signed-off-by: Sebastian Reichel Reviewed-by: Linus Walleij Yours, Linus Walleij