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 3FA78EC4 for ; Thu, 1 Dec 2022 05:38:18 +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> 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=us-ascii Content-Disposition: inline In-Reply-To: <20221130131245.v8.2.I9e018ecb8bdf341648cb64417085978ff0d22a46@changeid> 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")