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 5BCC7C433FE for ; Sun, 23 Oct 2022 12:25:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230108AbiJWMY7 (ORCPT ); Sun, 23 Oct 2022 08:24:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37994 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230112AbiJWMYx (ORCPT ); Sun, 23 Oct 2022 08:24:53 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C788319009; Sun, 23 Oct 2022 05:24:48 -0700 (PDT) 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 415FDB80D6B; Sun, 23 Oct 2022 12:24:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8217AC433C1; Sun, 23 Oct 2022 12:24:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666527886; bh=KRxc30fHjTzv+sKWd7/X4dO/++yO0svmpvqVOief22o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=D3uQs6URR8wr7BUQkCGuoMdlxDQlyRvn9NBY9KTHyeH5+rcZnGGb6ekiFA3ax70Mt YSkX6Has89Nu/YtFzhlDEwdFmpYp1jF8HkRUKUwQRykA9j4E7pmG5lJE2MJar9AQ5Y F+tQRUwtd5egJXtjbuOKahM9GPVdwlsg7BwmG7/G9rGXu2/ZB84hfrUXeruRKG2+6F AdiWdYiIcC9M2M7AcctZ35FMc6s2HhGgXi20g0A5+zji02yEnCoVU32ymQShpsa2qX wYEVRoKOFBUzY6B78VzR8USoYCl9LMNvbdmR+nqEFud75KHEV4cOa/kaiFEPKxApGE YD5kZBy7IlkTg== Date: Sun, 23 Oct 2022 20:24:39 +0800 From: Shawn Guo To: "Viorel Suman (OSS)" Cc: Rob Herring , Krzysztof Kozlowski , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Shenwei Wang , Viorel Suman , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4] dt-bindings: firmware: imx: sync with SCFW kit v1.13.0 Message-ID: <20221023122439.GF125525@dragon> References: <20220921143603.175195-1-viorel.suman@oss.nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220921143603.175195-1-viorel.suman@oss.nxp.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, Sep 21, 2022 at 05:36:03PM +0300, Viorel Suman (OSS) wrote: > From: Viorel Suman > > Sync defines with the latest available SCFW kit version 1.13.0, > may be found at the address below: > > https://www.nxp.com/webapp/Download?colCode=L5.15.32_2.0.0_SCFWKIT-1.13.0&appType=license > > Signed-off-by: Viorel Suman Applied, thanks!