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 03F4B130487; Thu, 11 Jul 2024 23:01:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720738874; cv=none; b=EawHOtrxghdik09B/k06myXyLCAHtbA4NDN3WAjgDzX9wB4zg7qpKxfxUUjwivoCykyZdXyEynfZgURIMvGb3yM5efuXCtLYRMRnku7EwxcJD2alUaeFruGNax3887UfWEYINot0GjbKYZFR5AqoEIbMo2uOzm6MAZ8NfhGf0Q4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720738874; c=relaxed/simple; bh=RO8Wi7LsNtSVOjKnh3Rni8Wc0vJub79bAX4WF0NF7I0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=XLyFFbAbdRL7oKOPYb2k+rWfUt5CAUCXwo/AY3YosT763ECR8+5ejxFnn9imjFPPFjfVGACqiEyvU69DGShURg9fhX0rdtrr1KOg/DhNWVQPcOIERpl/egzVATgNXs04cNloD11gWuXpFQagPruCaMigWGQpdt2TkRHac9Zyp2U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ZEqEsqRQ; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ZEqEsqRQ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8DA63C116B1; Thu, 11 Jul 2024 23:01:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1720738873; bh=RO8Wi7LsNtSVOjKnh3Rni8Wc0vJub79bAX4WF0NF7I0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZEqEsqRQev9iXBeDGgSmnzFrn9OIDqFUpGTpLxG39mo9KBlR6fq58g8/PcqBskKxC bSf0XISzieldwrsLVu1LNiZ34NJdbHv2+B9/762vwEJ0wfm+2wrhNkIdfyaLnJ8rWx CgYEBePCiFVZfJfenCK+2ubzTT1ewXd536KQuz67+MDtki2N4BkVjGooK46hXGcyuF ibiZ4LmBsMUdOGkfvtmHSiNbQD07iGG0Ex1E5VZrNtS3h+7G2hFwCm0EAopoVMvGe+ Xn3Li/5UX2FihJD89E/sujt3ZHenrx7bSSEzJjkO2NdxN+PEiqweJrC2988c7ulBz8 RLYLec+hLfyHw== Date: Thu, 11 Jul 2024 17:01:12 -0600 From: "Rob Herring (Arm)" To: Frank Li Cc: Krzysztof Kozlowski , Marc Kleine-Budde , devicetree@vger.kernel.org, imx@lists.linux.dev, han.xu@nxp.com, Eric Dumazet , Vincent Mailhol , linux-kernel@vger.kernel.org, Conor Dooley , linux-can@vger.kernel.org, netdev@vger.kernel.org, Jakub Kicinski , "David S. Miller" , Paolo Abeni , haibo.chen@nxp.com Subject: Re: [PATCH 3/4] bingdings: can: flexcan: move fsl,imx95-flexcan standalone Message-ID: <172073887154.3280495.283425972699397722.robh@kernel.org> References: <20240711-flexcan-v1-0-d5210ec0a34b@nxp.com> <20240711-flexcan-v1-3-d5210ec0a34b@nxp.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240711-flexcan-v1-3-d5210ec0a34b@nxp.com> On Thu, 11 Jul 2024 14:20:02 -0400, Frank Li wrote: > From: Haibo Chen > > The flexcan in iMX95 is not compatible with imx93 because wakeup method is > difference. Make fsl,imx95-flexcan not fallback to fsl,imx93-flexcan. > > Reviewed-by: Han Xu > Signed-off-by: Haibo Chen > Signed-off-by: Frank Li > --- > Documentation/devicetree/bindings/net/can/fsl,flexcan.yaml | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > Reviewed-by: Rob Herring (Arm)