From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 35607AD38 for ; Wed, 4 Jan 2023 16:08:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E70D5C433EF; Wed, 4 Jan 2023 16:08:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672848512; bh=7kCvAn5U3yiaqbh6ae/GtIcNV+lKuLqxtoKLOT/FmbQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ks/4/BMJ5K+D+Y2wiZxGFRuRWLzFyIWo/idePmv2Ebg0eM/vdpW2K34A8TADQC5NJ Hz+wuB2bihBwvRYcgRUQTcfbIF68oQvgpyDHU5aUVx3rAnfU2rVNgA3KifHKuNIpFM EB3BwGBMBLyMSM880iZez/WNsy9TImLmCIeTSNg2EFIVYktfOon8/3MjUEv1zw8hY+ dwrBPLHZBmGAYLILbdm1hGaRNxzxifeRz4n0He4A/dxVzDLcbCPludY41FSfIR1oTZ FBYdtYuIUkYiuwYhDx7fao6OjTYTVsX9hoTCY6vEdPTTb3isxo6Ju7HLKgBLx2s6HH k0U9acuo5UAMA== Date: Wed, 4 Jan 2023 16:08:24 +0000 From: Lee Jones To: Mark Hasemeyer Cc: LKML , Raul Rangel , Bhanu Prakash Maiya , Krzysztof Kozlowski , Benson Leung , Guenter Roeck , Krzysztof Kozlowski , Rob Herring , chrome-platform@lists.linux.dev, devicetree@vger.kernel.org Subject: Re: [PATCH v10 2/3] dt-bindings: mfd: Add compatible string for UART support Message-ID: References: <20221207104005.v10.1.If7926fcbad397bc6990dd725690229bed403948c@changeid> <20221207104005.v10.2.I9e018ecb8bdf341648cb64417085978ff0d22a46@changeid> Precedence: bulk X-Mailing-List: chrome-platform@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20221207104005.v10.2.I9e018ecb8bdf341648cb64417085978ff0d22a46@changeid> On Wed, 07 Dec 2022, Mark Hasemeyer wrote: > From: Bhanu Prakash Maiya > > Add a compatible string to support the UART implementation of the cros > ec interface. The driver does not support the reg and interrupt > properties, so exempt them from being required for UART compatible nodes. > > Signed-off-by: Bhanu Prakash Maiya > Co-developed-by: Mark Hasemeyer > Signed-off-by: Mark Hasemeyer > Acked-by: Krzysztof Kozlowski > --- > > Changes in v10: > - No change > > Changes in v9: > - Rebase onto for-next > - Update node-name from uart0 to serial > - Remove reg and interrupt property requirement for UART compatible > nodes. > - Update authorship > > Changes in v8: > - Update commit message > > Changes in v7: > - No change > > Changes in v6: > - No change > > Changes in v5: > - No change > > Changes in v4: > - Changes in commit message. > > Changes in v3: > - Rebased changes on google,cros-ec.yaml > > Changes in v2: > - No change > > --- > .../bindings/mfd/google,cros-ec.yaml | 20 +++++++++++++++++++ > 1 file changed, 20 insertions(+) I changed the subject line and applied the patch, thanks. -- Lee Jones [李琼斯]