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 DD0E7C46467 for ; Wed, 4 Jan 2023 16:09:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239776AbjADQJA (ORCPT ); Wed, 4 Jan 2023 11:09:00 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58776 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239758AbjADQIn (ORCPT ); Wed, 4 Jan 2023 11:08:43 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 053B93B91C; Wed, 4 Jan 2023 08:08:33 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 939A4617A0; 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> 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> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 [李琼斯]