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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 25176C433EF for ; Fri, 15 Apr 2022 06:29:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Date:CC:To:From:Subject:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=QEkzC/WAPn8F5yRnUHKu/Vdtt8NB87SfthOpvSEyVNU=; b=wbL98OtPTKqEGE RVDeqtxj0X6DSg2BLUsFmuywmRzbDGNjYO+nct73aiHOBChXhMjpKLKaQ+0hcEzao0H6JkTF63jWC K34/he5X8WGPR5phYIfJP03IAkwCablEjn67kKPbJRX8Epl9XkUCWFYqh4mzMt+Z1PXlaOpVhis9E T19bqLz5rw0B8G5+HrJEGoI0HsoYwUxDajSGnfsTL+C233xqUU4ksHc3CRHrSarUNqFkBes5NCmYM rF0ExtHOU89jV2CFPS5WNE9MBYf+B/Ws6y2GTcP/ao8r1VcAaqofSar5wBkOnsTXEXEbA9geSF/64 3AhgYonbcsjugJefawfw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nfFRU-008zWd-Ba; Fri, 15 Apr 2022 06:28:30 +0000 Received: from mailgw01.mediatek.com ([216.200.240.184]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nfFEG-008v6F-RJ; Fri, 15 Apr 2022 06:14:53 +0000 X-UUID: 7dcb9392fef844839a32442056f7ba0f-20220414 X-UUID: 7dcb9392fef844839a32442056f7ba0f-20220414 Received: from mtkcas66.mediatek.inc [(172.29.193.44)] by mailgw01.mediatek.com (envelope-from ) (musrelay.mediatek.com ESMTP with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 151100220; Thu, 14 Apr 2022 23:14:42 -0700 Received: from mtkmbs10n2.mediatek.inc (172.21.101.183) by MTKMBS62N1.mediatek.inc (172.29.193.41) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Thu, 14 Apr 2022 23:12:54 -0700 Received: from mtkcas10.mediatek.inc (172.21.101.39) by mtkmbs10n2.mediatek.inc (172.21.101.183) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.2.792.3; Fri, 15 Apr 2022 14:12:53 +0800 Received: from mtksdccf07 (172.21.84.99) by mtkcas10.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Fri, 15 Apr 2022 14:12:53 +0800 Message-ID: Subject: Re: [PATCH v2 2/2] remoteproc: mediatek: allow reading firmware-name from DT From: Rex-BC Chen To: Allen-KH Cheng , Ohad Ben-Cohen , Bjorn Andersson , "Mathieu Poirier" , Rob Herring , Matthias Brugger CC: Hsin-Yi Wang , , , , , , Date: Fri, 15 Apr 2022 14:12:53 +0800 In-Reply-To: <20220414122140.6114-3-allen-kh.cheng@mediatek.com> References: <20220414122140.6114-1-allen-kh.cheng@mediatek.com> <20220414122140.6114-3-allen-kh.cheng@mediatek.com> X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.2 MIME-Version: 1.0 X-MTK: N X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220414_231448_930965_52AB4BB5 X-CRM114-Status: GOOD ( 11.16 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, 2022-04-14 at 20:21 +0800, Allen-KH Cheng wrote: > The SCP firmware blob differs between platforms and SoCs. We add > support in the SCP driver for reading the path of firmware file from > DT in order to allow these files to live in a generic file system > (or linux-firmware). > > The firmware-name property is optional and the code falls back to the > old filename if the property isn't present. > > Signed-off-by: Allen-KH Cheng > Reviewed-by: Rex-BC Chen _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel