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 E2FD0C636D4 for ; Fri, 17 Feb 2023 10:11:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229667AbjBQKLy (ORCPT ); Fri, 17 Feb 2023 05:11:54 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33798 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229534AbjBQKLw (ORCPT ); Fri, 17 Feb 2023 05:11:52 -0500 Received: from mail-ed1-x535.google.com (mail-ed1-x535.google.com [IPv6:2a00:1450:4864:20::535]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 45372627C6 for ; Fri, 17 Feb 2023 02:11:51 -0800 (PST) Received: by mail-ed1-x535.google.com with SMTP id eg30so2117183edb.7 for ; Fri, 17 Feb 2023 02:11:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:from:content-language :references:cc:to:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=XDRpdpBWdFb6EOdNes1o07LdLE88/XFjpZQhQSJTWak=; b=rlVVIK+5+nFzlvkFNn8hiBNsq969o9yo4H9uLGDFrY59+XMPHc5MufC/iCqzlRE/rt LxuceQ8JEYI/rzPbnx+PbNbX2O7x6AWT9xujroy7+PnBsGouBFJw1hcPrRezCGuO8TMc 4ZaKPyyLPJ8lgT2TIJej58n4nwaDdPRFCNqVYiPYzOWmAV5xAickd+MdutsG2xLXJD5L 6ID59mUtWyWiYv4COtGOKRy5vGrgCQGk0QmNxFRZ1SUfvnl1OTPrkGDGDG30RjNyHuMi 5GK+lQwb2oab6fFS9bii2IQIEDNrgrPl3divqjvuqHFDDSGJHcRs5+VXNYZrnNYiUkOK cevA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:content-language :references:cc:to:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=XDRpdpBWdFb6EOdNes1o07LdLE88/XFjpZQhQSJTWak=; b=oq2ekRgXNLjTl8RciYxg4gaIcwF3aKQMY615MbP/EpCB4vRajisu2Y3uR91U3rbJGX CsccXfYyj3xDXs63QW2sgw3Wu6+fl325i9S2YS5tuNHwgsbQzDBOLCJ5GRGXTnLkrvLs TOMOuUbSdr06FLaIrWtPa4vQ9ZGplyoFEe48ovYQkgJC0VfSGEkkUFxoH9Uo5hOTI2+h P0/quAUAZ08yFrzkDG5OPz8QMNb5OEfc5R0xuCBWUn7LZBBr0nLq8xXTcfSrYpTlRHfY 1O5/iMcWQxBmdFNCgqlSypmf+kQZmEs7UT1uaqDwNM6Sj2RBwPmQvrqtW8dVtOneXc/Q E6+Q== X-Gm-Message-State: AO0yUKUG49XhVdIdld4X+SJXlYomYJo0p+BW/Gu4zDo8Tf7RTSdnEqmF PR85PhTxQn9goZdPOkdKHdbnng== X-Google-Smtp-Source: AK7set9IAzpQ6WhPu+U/GhhX7HihyBSQKr1YCJLTTgg/FdNj1d63I8AQqIpQUeGg33gN1FafpXuX7w== X-Received: by 2002:a17:906:5357:b0:884:c45f:1c04 with SMTP id j23-20020a170906535700b00884c45f1c04mr386648ejo.2.1676628709805; Fri, 17 Feb 2023 02:11:49 -0800 (PST) Received: from [192.168.1.109] ([178.197.216.144]) by smtp.gmail.com with ESMTPSA id w18-20020a170907271200b008710789d85fsm1945128ejk.156.2023.02.17.02.11.47 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 17 Feb 2023 02:11:49 -0800 (PST) Message-ID: Date: Fri, 17 Feb 2023 11:11:47 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Subject: Re: [PATCH v4] dt-bindings: power: supply: Revise Richtek RT9467 compatible name To: ChiaEn Wu , robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, sre@kernel.org Cc: cy_huang@richtek.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, peterwu.pub@gmail.com References: <1676627755-14349-1-git-send-email-chiaen_wu@richtek.com> Content-Language: en-US From: Krzysztof Kozlowski In-Reply-To: <1676627755-14349-1-git-send-email-chiaen_wu@richtek.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 17/02/2023 10:55, ChiaEn Wu wrote: > Revise RT9467 compatible name from "richtek,rt9467-charger" to > "richtek,rt9467" because it has to match the "compatible name" in > the source code. > > Fixes: e1b4620fb503 ("dt-bindings: power: supply: Add Richtek RT9467 battery charger") > Reported-by: Rob Herring > Signed-off-by: ChiaEn Wu > --- Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof