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 86B1BC43217 for ; Thu, 1 Dec 2022 05:38:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229563AbiLAFiZ (ORCPT ); Thu, 1 Dec 2022 00:38:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55156 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229475AbiLAFiV (ORCPT ); Thu, 1 Dec 2022 00:38:21 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B7ECF578D1; Wed, 30 Nov 2022 21:38:20 -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 ams.source.kernel.org (Postfix) with ESMTPS id 7049CB81DEC; Thu, 1 Dec 2022 05:38:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F24F5C433D6; Thu, 1 Dec 2022 05:38:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1669873098; bh=2h7CoLZeC0jMFm3rbqtN3ZLizkHMihcs4KBM1Gmnfgs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=o8BAhJnFnlzeFz3P5NpxP3U/qkGQl/h6rQ/5N3Yuocrv8hToVczjVMGxLcLHgraMm rH37/zq2EUAB5syIuWN9O9f07XEdFrpyAtsqTVl6Bu3q+xMfswQojZznlEvJQxJOZQ TeF0HBh3rYoJOE1ZkMoeCvp1PdDpoeKt82kdTy8IQdkd5PrlFYkObSj3W7+1G+Qrmz WZ4hv8S36ciehyJobCp5DYOTVE2jPnpGTIB6fIytG65rIT2lA1VARcJEz0APVknVPF fh51AeXhYjZB1RM+250nbjw8CR8CS2544yyRszAfIhr+BRQEbOGHcq3ubY7lJrYuRv 14fxyWs+P8B2Q== Date: Thu, 1 Dec 2022 13:38:13 +0800 From: Tzung-Bi Shih To: Mark Hasemeyer Cc: LKML , Raul Rangel , Bhanu Prakash Maiya , Krzysztof Kozlowski , Benson Leung , Guenter Roeck , Krzysztof Kozlowski , Lee Jones , Rob Herring , chrome-platform@lists.linux.dev, devicetree@vger.kernel.org Subject: Re: [PATCH v8 2/3] dt-bindings: mfd: Add compatible string for UART support Message-ID: References: <20221130131245.v8.1.If7926fcbad397bc6990dd725690229bed403948c@changeid> <20221130131245.v8.2.I9e018ecb8bdf341648cb64417085978ff0d22a46@changeid> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221130131245.v8.2.I9e018ecb8bdf341648cb64417085978ff0d22a46@changeid> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 30, 2022 at 01:12:55PM -0700, Mark Hasemeyer wrote: > Add a compatible string to support the UART implementation of the cros > ec interface. $ git am ... ... Applying: dt-bindings: mfd: Add compatible string for UART support error: patch failed: Documentation/devicetree/bindings/mfd/google,cros-ec.yaml:28 error: Documentation/devicetree/bindings/mfd/google,cros-ec.yaml: patch does not apply Patch failed at 0002 dt-bindings: mfd: Add compatible string for UART support Please use either for-next branch or linux-next as base. There are DT binding changes in the queue for 6.2. - 7a2f36828c7b ("dt-bindings: cros-ec: Reorganize and enforce property availability") - e068bc0b01cf ("dt-bindings: cros-ec: Add ChromeOS fingerprint binding")